Home Server setup struggles

Zartose

New member
Hey, hoping someone can help me out.

I've got a local game using a random gen seed on a laptop I want to move over to a server I have running at home. Specs are fine, hardware is good etc.

So I go to C:\Users\XXXX\AppData\Roaming\7DaystoDie\Saves\Zohare Territory\Freeton on the PC and copy the files over to the server at basically the same location (Windows Server)

Then I go into the serverconfig.xml

Change

<property name="GameWorld" value="Navezgane"/>

to

<property name="GameWorld" value="Zohare Territory"/>

Then

<property name="GameName" value="Freeton"/>

Then when I try to start the server I get an error that it can't find the files Zohare Territory

I've also tried moving the saves into the Navezgane directory, it will load but then like it loads the map wrong and it gets odd. Just looking for advice on how to approach this so it works. I'm going to try it on a Ubuntu VM I setup as well but I expect it's something to do with the path + serverconfig.xml and the fact it's a random gen/seed map.

Thanks for any help!

 
I just saw another post that suggest you need some world files from the install directory, going to go give that a shot.

 
I'm late to the party, but in case others are having the same problem: you need to change to "GameWorld" value="RWG" and place your "Zohare Territory" under <property name="WorldGenSeed" value="Zohare Territory" />

 
Back
Top