AMPTemplates/space-engineers-genericmetaconfig.json
James Manker ade6f52fc8 Update Space Engineers
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.
2022-03-15 22:22:40 -05:00

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"
}
]