Adding bots to Insurgency: Sandstorm servers is a great way to keep players interested in multiplayer or adjust the difficulty in coop modes such as checkpoint. Server admins can remove bots in most scenarios and tend to have specific game mode settings that can be configured for each versus mode, modifying spawn rates, wave sizes, and more.
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 script below in a new line:
[/Script/Insurgency.INSCoopMode]
bUseVehicleInsertion=True
MinimumEnemies=5
MaximumEnemies=40
bBots=True
FriendlyBotQuota=8| Setting | Default Value | Description |
|---|---|---|
bUseVehicleInsertion= |
True | Sets whether bots will spawn in using vehicles. |
MinimumEnemies= |
5 | Sets the minimum number of enemy bots. |
MaximumEnemies= |
40 | Sets the maximum number of enemy bots. |
FriendlyBotQuota= |
8 | Sets the number of friendly bots allowed in coop modes. |
bBots= |
True | Enables bots for versus scenarios. |
BotQuota= |
5 | Fills each team with bots up to the set value. |
5. For Versus gamemodes, input the additional settings:
[/Script/Insurgency.INSMultiplayerMode]
bBots=True
BotQuota=56. Once finished editing, choose Save.