Breaking Save Game Compatibility for v37

@DH: Really; I was sure it was the other way around!

1 means that it takes the absolute value of the latitude before it checks if it is within the latitude range defined.
So:
<bLatitudeAbs>1</bLatitudeAbs>
<iMinLatitude>10</iMinLatitude>
<iMaxLatitude>30</iMaxLatitude>
means that the animal can spawn in -10 &#8594; -30 & 10 &#8594; 30 latitudes.


@Harrier: the tag defaults to 1 if removed.

-----------------------------------------
This:
<bLatitudeAbs>0</bLatitudeAbs>
<iMinLatitude>-25</iMinLatitude>
<iMaxLatitude>25</iMaxLatitude>
-----------------------------------------
equals:
<iMaxLatitude>25</iMaxLatitude>
-----------------------------------------

Toffer90 - you are correct. <bLatitudeAbs>0</bLatitudeAbs> is the setting I needed to make them only spawn on the settings I gave. Thanks.
 
Copied and edited from another thread.

To the C2C team I am currently working on improving my maps and their spawn area's.

But if there is anything else (XML related) you would like me to consider doing, as well ?

Let me know.

Remember, I may need some tutoring.
 
Please add any gamespeeds faster than normal? at least one plz :(
once there was two or more gamespeeds faster than normal.
it would be nice to do it before v37 (would this change break savegames?)

sorry, there is an answer here
 
Top Bottom