World save folder

code

New member
ok guys i have put this in my serverconfig.xml value="F:\7days\Saves" but server keeps saving world at C:\Windows\System32\config\systemprofile\AppData\Roaming\7DaysToDie\Saves any ideas why please and this is on a dedicated server box that i own

 
Put your config file in pastebin and link it.

First guess though, you didn't un-comment the line.

Default...

<!--property name="SaveGameFolder" value="absolute path" /--> <!-- use this to override the default save game path -->

What you would want...

<property name="SaveGameFolder" value="F:\7days\Saves" /> <!-- use this to override the default save game path -->

What I bet you have right now...

What you would want...

<!--<property name="SaveGameFolder" value="F:\7days\Saves" /--> <!-- use this to override the default save game path -->

 
Put your config file in pastebin and link it.
First guess though, you didn't un-comment the line.

Default...

<!--property name="SaveGameFolder" value="absolute path" /--> <!-- use this to override the default save game path -->

What you would want...

<property name="SaveGameFolder" value="F:\7days\Saves" /> <!-- use this to override the default save game path -->

What I bet you have right now...

What you would want...

<!--<property name="SaveGameFolder" value="F:\7days\Saves" /--> <!-- use this to override the default save game path -->
wow i feel dumb thank you so much man that was it

 
Back
Top