How to Set Up Mods on Your Insurgency: Sandstorm Server
Mods for Insurgency: Sandstorm are delivered through Mod.io. The steps below walk you through generating an access token, adding your mod IDs, and activating mutators so mods load when your server starts.
Before you start: You need a Mod.io account and access to your server's game panel. If you need file access beyond the panel's text editor, see Connect via FTP.
Generate a Mod.io OAuth token
- Sign in to Mod.io and click your username at the top right.
- Select API Access from the left navigation.
- Under OAuth 2 Management, find the Generate Access Token section.
- Enter a name for the token, select read access (write access is not required), then click Create Token.
- Copy the token to your clipboard.
Add the token to GameUserSettings.ini
- In your Host Havoc game panel, open Configuration Files.
- Open
GameUserSettings.iniusing the Text Editor or Config Editor. - Locate the
TOKEN HEREplaceholder and replace it with the token you copied. - Click Save.
Enable mods in the Commandline Manager
- Navigate to the Commandline Manager in your game panel.
- Create a new commandline or edit your existing one.
- Make sure the Mods checkbox is checked.
- Save the commandline.
Add mod IDs to Mods.txt
- Browse to insurgencysandstorm.mod.io and find the mods you want.
- On each mod page, note the numeric mod ID.
- In your game panel, open Configuration Files and open
Mods.txt. - Add each mod ID on its own line.
- Click Save and Exit.
Enable mutators (optional)
Some mods include mutators. The mutator name is listed on the mod's Mod.io page.
- Open the Commandline Manager and edit your active commandline.
- In the Mutators field, enter each mutator name separated by a comma.
- Save the commandline and restart your server.
Troubleshooting
- Mods not downloading: Confirm the OAuth token in
GameUserSettings.iniis correct and that the Mods checkbox is enabled in the Commandline Manager. - Mutator not applying: Verify the mutator name matches exactly what is listed on the Mod.io page (case-sensitive).