News:

Welcome to World of Banished!

Main Menu

Red's new Work In Progress thread

Started by RedKetchup, November 19, 2017, 06:43:46 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

RedKetchup

Quote from: Gatherer on June 15, 2018, 02:49:31 AM
Spawning of these new wild animals could be made terrain and or climate dependant. No bears in swamps for example.

but i dont see how i can do this
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

Discrepancy

Quote from: RedKetchup on June 15, 2018, 03:08:26 AM
Quote from: Gatherer on June 15, 2018, 02:49:31 AM
Spawning of these new wild animals could be made terrain and or climate dependant. No bears in swamps for example.

but i dont see how i can do this

each vanilla start condition calls up the default settings within:
Game/StartCondition/StartConditions.rsc

instead you can not call it up, include the needed code in your own start conditions, isolate the individual animals that are called up.

MapGenerator defaults
{
   WeakComponentDescription _populations
   [
      "Template/PopulationDeer.rsc",
   ]
}


that is the only way to do it. we can't attach the code to the terrains :(
has to be a start condition.

RedKetchup

this is where they are set up in the Game/StartCondition/StartConditions.rsc
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

RedKetchup

Quote from: RedKetchup on June 15, 2018, 03:52:31 AM
this is where they are set up in the Game/StartCondition/StartConditions.rsc

if in the special specific starting condition, i put a modified copy of WeakComponentDescription _livestocks
it has a priority ahead of the "general list" set in the general Game/StartCondition/StartConditions.rsc

for example, i just added a new starting condition named : Sheppard
and in that new start i told 0 seeds, 0 orchards, 2 livestocks.
and i've put a a very small modified copy of the start list of livestock like : only sheep, goats and longhorn cows....

it never chose in the big list even if it is there in the general Game/StartCondition/StartConditions.rsc
it chose 2 of the mini list (although it can choose 2 times the same one^^ like goats X 2 hehe)

thats good to know
but yeah, it cannot be placed in the terrain list.
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

rkelly17

Quote from: Gatherer on June 15, 2018, 02:49:31 AM
Spawning of these new wild animals could be made terrain and or climate dependant. No bears in swamps for example.

Aren't there bears in swamps? We need an actual swamp dweller to confirm or deny.  ;D

brads3


Abandoned

sorry, no bears in the swamp, to soggy for bear paws  :)

Willows

Lol, Shepard is spelled with one "p", hon. Don't let that get into the final release!!  ;)

And alligators would be interesting for the swamps....leather, and the meat is tasty, I've had it.
Lifetime Goal: To be the Neighborhood Crazy Cat Lady.

Anyone play and/or mod RCT3? Please pm me! :)

Currently playing RCT3. Send me a pm if needed, I check in daily.

galensgranny

Quote from: Willows on June 15, 2018, 11:38:35 PM
Lol, Shepard is spelled with one "p", hon. Don't let that get into the final release!!  ;)

And alligators would be interesting for the swamps....leather, and the meat is tasty, I've had it.
And an lol, @Willows .  It is true that there is only one "p", but there is no "a".  The correct spelling is "shepherd".  The person will "herd" the sheep.

Willows

 :D :D Yup, you got me there!!

But...it wasn't me, see? Sticky keyboard, yeah, that's it!!   :P
Lifetime Goal: To be the Neighborhood Crazy Cat Lady.

Anyone play and/or mod RCT3? Please pm me! :)

Currently playing RCT3. Send me a pm if needed, I check in daily.

rkelly17

Isn't a sheppherd a herder of shepps?  :P

Nilla

Now you English speaking people must explain yourself. Again a poor non English person gets totally confused:

What is shepps?
I think I've also heard the word sheppard but it might be something else. Google translate says that it also means herdsman but I don't fully trust it. When I run the spellcheck here on WOB it doesn't want any of these words, but likes Sheppard, with a capital S.

Willows

#1287
Sheppard is a last name, fairly common. Shepard with an "a" has been used in recent years as a male first name. Shepherd with an "e" is "Sheep-herder" shortened to "shepherd".  In English it is not spelled with 2 "p"'s, but only 1.

Now, "shep" can be short for a type of dog known as German Shepherd, so named because they used to be used as sheep herding dogs.

And rkelly's use of "shepp" is a joke, a play on the word "sheppherd".
Lifetime Goal: To be the Neighborhood Crazy Cat Lady.

Anyone play and/or mod RCT3? Please pm me! :)

Currently playing RCT3. Send me a pm if needed, I check in daily.

Kristahfer

No, No, No, y'all got it wrong. They herd beer, or rather ale!


Image result for sheep beer

RedKetchup

thanks you, i renamed the name of the starting condition : shepherd
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .