Generate your DSSettings.txt configuration file with an interactive builder.
Name of the save game session. This identifies your world.
Time between automatic saves in seconds.
Forces creation of a new world when set to true.
Loads an existing save when set to true.
Filename of the save to load.
{
"SessionName": "MySaveGame",
"SaveGameInterval": "300",
"StartNewGame": "false",
"LoadSavedGame": "true",
"SaveGameName": "AutoSave0.sav"
}