ade6f52fc8
There is a second config file I did not notice. Spaceengineers-Dedicated.cfg is used for the initial world creation, and some of the other global settings. Then, the Sandbox_config.sbc file is used inside the world folder for subsequent changes.
13 lines
241 B
JSON
13 lines
241 B
JSON
[
|
|
{
|
|
"ConfigFile": "./servers/SpaceEngineers-Dedicated.cfg",
|
|
"AutoMap": true,
|
|
"ConfigType": "xml"
|
|
},
|
|
{
|
|
"ConfigFile": "./servers/Saves/{{WorldName}}/Sandbox_config.sbc",
|
|
"AutoMap": true,
|
|
"ConfigType": "xml"
|
|
}
|
|
]
|