Change Server Settings After a Save Is Generated
Once a save game exists, settings changed in dedicated_config.yaml may no longer take effect because the save has its own copy of game options. To update settings on an existing save, you need to edit the gameoptions.yaml file inside the save folder directly.
Before you start: Stop the server before editing any config files.
Steps
- Log in to the control panel and stop your server.
- Open File Manager and navigate to
/Saves/Games/. - Open the folder that matches the Save Game Name value set in your
dedicated_config.yamlunder Configuration Files. - Right-click
gameoptions.yamland click Edit. - Make your changes under the
ValidFor: [ MP, Survival ]section. - If the setting you need is not present, add it manually on a new line following the existing format.
- Click Save and Exit.
- Start the server.
Notes
- Only settings listed under
ValidFor: [ MP, Survival ]apply to multiplayer survival sessions. - If a setting does not appear in
gameoptions.yaml, you can add it manually. Refer todedicated_config.yamlfor the correct key names. - Any setting changes made here take priority over the values in
dedicated_config.yamlfor an existing save.