LogoLogo
  • Home
  • Getting Started
  • Configuration
    • LinuxGSM Config
    • Game Server Config
    • Start Parameters
    • cronjobs
    • Running on Boot
    • Running Multiple Game Servers
    • IP Address Configuration
    • LinuxGSM Stats
  • Commands
    • install
    • start-stop-restart
    • monitor
    • test-alert
    • console
    • debug
    • update
    • check-update
    • force-update
    • validate
    • update-lgsm
    • backup
    • map-compressor
    • details
    • mods
    • skeleton
    • fastdl
    • change-password
  • Game Servers
    • 7 Days to Die
    • Arma 3
    • ARK: Survival Evolved
    • Call of Duty 4
    • Dont Starve Together
    • Counter-Strike 2
    • Counter-Strike: Global Offensive
    • Factorio
    • Garry's Mod
    • Insurgency: SandStorm
    • Killing Floor 2
    • Minecraft: Java Edition
    • Multi Theft Auto
    • Rust
    • Sven Co-op
    • Trackmania Nations Forever / Trackmania United Forever
    • TeamSpeak 3
    • Unreal Tournament 99
    • Unreal Tournament 2004
    • Unreal Tournament 3
    • Valheim
    • Xonotic
    • The Front [WIP]
  • Networking
    • IP Address
    • Ports
    • Source Engine
  • Alerts
    • Discord
    • Email
    • IFTTT
    • Pushbullet
    • Pushover
    • Rocket.Chat
    • Slack
    • Telegram
  • Dependencies
    • Java
    • tmux
    • jq
    • gamedig
    • glibc
  • Features
    • ANSI Colors
    • Stop Mode
    • Log Management
    • Message Display Time
  • SteamCMD
    • Steam Master Server
    • Game Server Login Token
    • Branch
    • LAN Discovery
    • Workshop
    • Error Codes
  • Linux
    • distro
    • ftp-scp
    • file-ownership
    • firewalls
    • network-interfaces
    • permissions
    • Symlinking and ln command
  • Troubleshooting
  • FAQ
  • Guides
    • Security
    • Make Webserver Case Insensitive
    • Sourcemod and Metamod:Source
  • Other
    • server-migration
    • basic-usage
    • brand
Powered by GitBook
On this page
  • Custom Mods and Maps
  • Get an Auth Token
  • Add a Mod/Map
  • Resources
Edit on GitHub
Export as PDF
  1. Game Servers

Insurgency: SandStorm

PreviousGarry's ModNextKilling Floor 2

Last updated 1 year ago

Custom Mods and Maps

Custom Mods and Maps are supported in Insurgency: Sandstorm via . Please use this basic guide to get started using custom mods more in-depth information can be found at

This guide will show you how to install the custom map as an example

Get an Auth Token

To get started you will need a mod.io account, once you have signed in, click your username as the top right, and click API Access from the left navigation.

Under OAuth 2 Management > Generate Access Token, enter a name to give your token and give it read access and click Create Token.

Once the token is generated you will need to copy it to your game servers Engine.ini. Paste the following into Engine.ini and replace TOKEN HERE with your access token.

[/Script/ModKit.ModIOClient]
bHasUserAcceptedTerms=True
AccessToken=TOKEN HERE

Add a Mod/Map

Next you will need to specify which mods you want to add to your game server.

Create the Mods.txt file located Insurgency/Config/Server/Mods.txt

mkdir -p Insurgency/Config/Server
touch Insurgency/Config/Server/Mods.txt

You can also specify your ownMods.txt file using ModList=MyCustomModList.txt or adding the mod id's to your start parameters using -CmdModList="mod1,mod2,mod3"

To use this custom map you will need to add it to your mapcycle and if required, your default map

Create MapCyle.txtand add the custom map to your mapcycle.

touch Insurgency/Config/Server/MapCyle.txt
   
(Scenario="Scenario_TORO_Checkpoint_Security",Lighting="Day",Mode="Checkpoint")
(Scenario="Scenario_TORO_Checkpoint_Insurgents",Lighting="Day",Mode="Checkpoint")
defaultmap="TORO"
defaultscenario="Scenario_TORO_Checkpoint_Security"

Once the server is restarted the custom map should be available on your game server.

Resources

Add the -Mods parameter to your game server .

In the txt file you will need to specify each mod ID line by line. The mod ID can be found on the mods details page at . Once restarted the mod will be available to use.

If you want the custom map to be the default edit your

start parameters
mod.io
start parameters
Official Server Admin Guide
mods.io
mod.io Server Admin Guide
TORO
mod ID: 94277