Custom 7D2D Client Saves Location?

Thorne

New member
Hey folks! Does anyone know how to set the Saves folder location for the 7 Days To Die client (not server)? I've set aside a separate installation for Alpha 16.4 while I test out A17e, and I'd like to be able to specify a unique saves folder, both to keep things separate/neat, and to take up less space on my SSD.

So far I've tried adding a -configfile [filename] command line in the A16 shortcut pointing to an XML file with the contents...

Code:
<?xml version="1.0"?>
<ServerSettings>
 <property name="SaveGameFolder"      value="E:\SteamLibrary\SteamApps\common\7 Days To Die - A16\Saves" />	<!-- use this to override the default save game path -->
</ServerSettings>
Obviously this works to set the saves folder for a server, and I read of this method being recommended for the client as well, back in 2014, but it apparently doesn't work now.

Thanks!

 
Last edited by a moderator:
Back
Top