Page 1 of 1

Posted: Mon Apr 19, 2004 1:06 pm
by Capt.Rutlinger
I needed my animal to like beach grass
so I placed this under suitable objects

v = 7402
v = 5

but in the game it didn't liked it at all :?

Posted: Mon Apr 19, 2004 9:35 pm
by Jay
There are a couple possibilities. Most likely it has to do with the habitat. Each foliage is associated with a habitat. Beach Grass is associated with habitat 9413 (Aquatic). If the "[cSuitableObjects]" section for your animal has a negative value for 9413, then the positive value of the Beach Grass has to be large enough to counter the negative value. Here is an example:

[cSuitableObjects]
...
v = 7402
v = 15
...
v = 9413
v = -10
...

In this example, the net effect on the animal for the Beach Grass is 5 (15 added to -10).

Posted: Tue Apr 20, 2004 11:29 am
by Capt.Rutlinger
ah ok I see
that will be most likely it
thanks