Installing Mods for Insurgency Sandstorm
Using the ISMCmod as an example, we will explain how you can install mods for Insurgency: Sandstorm.
Creating an API Key
First, you need to obtain your Mod.io API key.
Without it, your server cannot download the mods.
You can request this key from your Mod.io account profile.
- Click on your name in the top right.
- Click on Profile.
- Click on API Access on the left.
- You will find an input field under OAuth 2 Management.
- You can assign a name for your keys here.
- Enter the name for the actual key and make sure “Read” is selected!
Important: The key must have at least read permissions (optionRead
orRead + Write
)! - Copy the generated key into an empty TXT file.
Note: You must keep this key safe as you cannot view it again!
Basic Mode
In Basic Mode, you activate the mod as follows:
- Click on the name of your server.
- Click on “Mod Settings” on the left.
- Enter your API key under “API Key”.
- Enter the IDs of the mods in the Mods field, separated by commas for multiple mods.
- Click on Save.
- Now click on Server Settings on the left.
- Enter the mod under Mutators. In this example, it would be
ISMCarmory_legacy
.
Note: Multiple mutators need to be separated by commas. - Click on Save to save the changes.
Advanced Mode
In Advanced Mode, you activate the mod as follows:
- Click on the name of your server.
- Click on GameUserSettings.ini on the left.
- Add your API key under
AccessToken=
. - Click on Save at the bottom.
- Then click on Mods.txt on the left.
- Enter the ID of your mod here. In this example, the ID is 150867.
Note: Each mod ID needs to be on a separate line! - Click on Save at the bottom.
- Finally, click on Commandline.
- Enter the mod under Mutators. In this example, it would be
ISMCarmory_Legacy
.
Note: Multiple mutators need to be separated by commas. - Click on Save to save the changes.
Start your server now. When you connect to your server, your client will download the mod if you haven’t already installed it.