Hi Damocles,
cool program
Just a few hints for your doc / folder layout:
1. If you put your additional files that the game does not need (like the genHM.png etc) in a subfolder of the world they won't be transferred over the net in MP games. That would help users with not having to fiddle with the output of your tool
2. WorldGenSeed and WorldGenSize are options relevant for GameWorld=RWG only (as the notes in the serverconfig say). No reason to specify them. The only thing you need at all for a custom world is GameWorld.
3. The example shows overriding the UserDataFolder to find the world. While this is obviously a legitimate approach there's other options too:
- Put it under the game's regular UserDataFolder (e.g.
%APPDATA%/7DaysToDie/GeneratedWorlds/MyNitroWorld on Windows)
- Put it in the save game's own folder (e.g.
%APPDATA%/7DaysToDie/SaveGames/MyNitroWorld/MySavegame/World, assuming you use Windows and the default SaveGameFolder)
- Put it in a mod (recommended; e.g.
<7daysroot>/Mods/MyWorldsMod/Worlds/MyNitroWorld)
- Put it in the game's own Worlds folder (
not recommended, as this is the most likely place to lose your worlds on updates or similar; e.g.
<7daysroot>/Data/Worlds/MyNitroWorld)
That's it for now, toying around with a world now
Regards,
Chris