Skip to content

How to Change the Game Mode Settings on Your Insurgency: Sandstorm Server

Each game mode in Insurgency: Sandstorm has its own settings — for example round count, round duration, wave size or supply points. These are configured in Game.ini.

  1. Stop the server
    Stop your server via the dashboard.

  2. Connect via SFTP
    Connect to your server via SFTP.

  3. Open Game.ini
    The Game.ini file is located in the Insurgency/Saved/Config/LinuxServer/ directory. Open it.

  4. Add the section and settings
    Add the appropriate section (header in square brackets) and list the desired settings below it — each on its own line.

  5. Start the server
    Save the file and start your server.

Warning

Only edit Game.ini while the server is stopped. Make sure each value is placed under the correct section header.

General settings

These values apply across all modes.

[/Script/Insurgency.INSGameMode]

SettingDefaultDescription
ObjectiveCaptureTimevariesHow long it takes to capture a territorial objective
ObjectiveResetTime-1How long progress decays with no one on the point (-1 disables)
ObjectiveSpeedup0.25Additional capture speed-up per player on the point
ObjectiveMaxSpeedupPlayers4Maximum players taken into account for the speed-up

[/Script/Insurgency.INSMultiplayerMode]

SettingDefaultDescription
MinimumPlayers1Minimum players per team to start the game
RoundLimitvariesMaximum number of rounds
WinLimitvariesRounds required for victory
GameTimeLimit-1Maximum game duration (-1 disables)
PreRoundTime10"Freeze time" at the start of a round
RoundTimevariesRound duration
OverTime60Extension when an objective is contested at round end
bAllowPlayerTeamSelectTrueAllows players to switch teams
bBotsFalseEnables bots in versus modes
BotQuotavariesNumber of bots per team
InitialSupply15Starting supply points
MaximumSupply15Maximum earnable supply points

Mode-specific sections

Each game mode has its own section with additional settings:

Game modeSection header
Push[/Script/Insurgency.INSPushGameMode]
Frontline[/Script/Insurgency.INSFrontlineGameMode]
Skirmish[/Script/Insurgency.INSSkirmishGameMode]
Survival[/Script/Insurgency.INSSurvivalGameMode]
Outpost[/Script/Insurgency.INSOutpostGameMode]
Checkpoint (co-op)[/Script/Insurgency.INSCheckpointGameMode]
Co-op general[/Script/Insurgency.INSCoopMode]
Defusal[/Script/Insurgency.INSDefuseGameMode]

Note

A full overview of all mode-specific settings with default values can be found in the official Server Admin Guide. For co-op servers see Set Up a Co-Op Server, for bot settings see Add Bots.