How to Add Steam Workshop Missions to Your Stormworks Server
- Stop your server
- Click the Steam Workshop button in the GamePanel
- Find and subscribe to the mission mod you want to install
- Click More Information on the mod to open its Steam Workshop page
- Copy the numeric Workshop ID from the URL (e.g.,
https://steamcommunity.com/sharedfiles/filedetails/?id=3164022980
→ copy 3164022980
)
- Go to Configuration Files and edit
server_config.xml
using the Text Editor
- Find the
<playlists>
section
- Add a new line like this (insert at the top if you want it to load first):
<path path="rom/data/missions/3164022980"/>
- Save and Start your server
- If you want to add more Workshop missions, repeat the steps above