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.
This commit is contained in:
parent
9b18fb27c3
commit
ade6f52fc8
File diff suppressed because it is too large
Load Diff
@ -3,5 +3,10 @@
|
|||||||
"ConfigFile": "./servers/SpaceEngineers-Dedicated.cfg",
|
"ConfigFile": "./servers/SpaceEngineers-Dedicated.cfg",
|
||||||
"AutoMap": true,
|
"AutoMap": true,
|
||||||
"ConfigType": "xml"
|
"ConfigType": "xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ConfigFile": "./servers/Saves/{{WorldName}}/Sandbox_config.sbc",
|
||||||
|
"AutoMap": true,
|
||||||
|
"ConfigType": "xml"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user