How to Activate Stormworks Build and Rescue DLCs
We will explain how to activate the Search and Destroy and Industrial Frontier DLCs. Your server must be in Advanced Mode in order to do this.
Important: Once the server has been started and a save has been created, certain settings cannot be easily changed.
This includes DLCs, which need to be manually activated in the save game.
Search and Destroy
Open your server settings by clicking on the server name.
Click on server_config.xml on the left side.
The following settings are associated with the Search and Destroy DLC:
dlc_weapons="false"
: Replace false with true to activate the DLC.infinite_ammo="false"
: Replace false with true for infinite ammunition.ceasefire="false"
: Replace false with true to deactivate weapons.
Industrial Frontier
Open your server settings by clicking on the server name.
Click on server_config.xml on the left side.
The following setting is associated with the Industrial Frontier DLC:
dlc_arid="false"
: Replace false with true to activate the DLC.
Activating DLCs Afterward
Once a save has been generated, some settings can only be made directly in the save game. This includes DLCs.
Follow the instructions here to download your save game: Download Savegame.
Then, edit the scene.xml
file located in the /saves/autosave_server
directory.
Change the line <scene version="4">
to <scene version="4" dlc="1">
.
Save your changes.
Also modify the scene.xml
file in the /working_server
directory with the same values.
Upload the modified files and restart the server.
The DLCs should now be activated.