Configuring multiplayer mode settings on an Insurgency: Sandstorm server allows users to customize crucial gameplay options. These options can include a minimum player count before starting a round, a round or win limit, and overall round duration settings for applicable scenarios. The multiplayer mode settings can be used anytime and will not affect ineligible modes even when set.
1. Log in to the BisectHosting Starbase panel.
2. Stop the server.
3. Go to Config Files > Game.ini from the left sidebar.
4. Paste the following in a new line: [/Script/Insurgency.INSMultiplayerMode]
5. Add any desired settings per line.
| Setting | Default Value | Description |
|---|---|---|
MinimumPlayers |
1 | Sets the minimum number of players required on each time before starting. |
RoundLimit |
Varies | Sets the maximum number of rounds to play. |
WinLimit |
Varies | Sets the number of rounds required to win the game. |
GameTimeLimit |
-1 | Sets the max duration for a game, negative values disable. |
PreRoundTime |
10 | Sets the amount of 'freeze time' before a round. |
RoundTime |
Varies (Seconds) | Sets the duration of a round in seconds. |
OverTime |
60 | Sets the amount of overtime in seconds that is given for contested objectives. |
TeamSwitchTime |
10 | Sets the minimum additional time between team switches. |
SwitchTeamsEveryRound |
Varies |
Sets how often to switch teams.0 = never, 1 = every round, 2 = every other round.
|
bAllowPlayerTeamSelect |
True |
When set to True, allows players to switch teams.
|
bBots |
False | Enables or disables bots. |
BotQuota |
Varies | Sets the 'bot quota', will fill teams up to the quota if not enough players are present. |
InitialSupply |
15 | Sets the amount of starting supply points. |
MaximumSupply |
15 | Sets the maximum amount of supply points. |
bSupplyGainEnabled |
False |
When set to True, enables supply gain throughout the round.
|
bAwardSupplyInstantly |
False |
When set to True, supply gain is awarded instantly.
|
SupplyGainFrequency |
150 | Sets the score threshold for earning supply. |
6. Once finished editing, choose Save.