Jump to content

Help getting Random Gen to work


MKBADDOG

Recommended Posts

Hey guys, working on getting a server going for my group and I'm having trouble getting the server to do RWG.

 

Here's the config:

 

<!-- World -->

<property name="GameWorld" value="Random Gen"/> <!-- RWG (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with Navezgane) -->

<property name="WorldGenSeed" value="asdf"/> <!-- If RWG this is the seed for the generation of the new world. If a world with the resulting name already exists it will simply load it -->

<property name="WorldGenSize" value="8000"/> <!-- If RWG this controls the width and height of the created world. It is also used in combination with WorldGenSeed to create the internal RWG seed thus also creating a unique map name even if using the same WorldGenSeed. Has to be between 2048 and 16384, though large map sizes will take long to generate / download / load -->

<property name="GameName" value="Zombieland"/> <!-- Whatever you want the game name to be. This affects the save game name as well as the seed used when placing decoration (trees etc) in the world. It does not control the generic layout of the world if creating an RWG world -->

<property name="GameMode" value="GameModeSurvival"/> <!-- GameModeSurvival -->

 

Any help on why its not working?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...