A17, server always uses the same map, no matter what seed I use.

nofunbeingadmin

New member
This is doing my head in, no doubt its something simple.

Code:
<property name="GameWorld" 		value="RWG"/>
<property name="WorldGenSeed" 		value="asdf"/>
<property name="WorldGenSize" 		value="8192"/>	
<property name="GameName" 		value="951753"/>
So no matter what I use for WorldGenSeed and GameName, it will always use Worlds/New Utaro Valley/GameName. The buildings change a bit between saves, but the roads and biomes etc always stay the same (hardly any desert :neglected: ).

Any idea's what I'm doing wrong or how to get it to make a new world?

Server is with GTX.

 
It's been my experience that WorldGenSeed and GameName values need to match. May be a limitation of the current mixer.

 
Back
Top