Knowledgebase


We are your new 5-Star Hosting Company. At least according to


Check out our current game server offerings HERE.

All servers come with a 24-Hour Trial, Free Backups, and 40Gbps DDoS Protection included!

We offer quality support, a detailed knowledgebase, video tutorials on most topics, and even live support in case you prefer a live human 😉


Use code SAVE15 to take 15% OFF Your First Invoice with ChicagoServers! Limited Time!

How to add/manage bots on your Insurgency Sandstorm server

 

How to Configure Bots in an Insurgency: Sandstorm Dedicated Server

Introduction

Adding bots to your Insurgency: Sandstorm dedicated server can enhance gameplay by filling in for missing players or creating more challenging scenarios. This guide will walk you through the process of configuring bots on your server, ensuring a dynamic and engaging experience for all players.

Step 1: Access Your Server Configuration Files

To configure bots, you’ll need to access your server’s configuration files. These files are typically located in the following directory on your server:

/Insurgency/Saved/Config/LinuxServer/

Step 2: Modify the Game.ini File

The bot settings are managed within the Game.ini file. Open this file using a text editor of your choice.

You can directly edit your server's Game.ini file within the Configuration Files section of the control panel.

Step 3: Configure Bot Settings

Add the following configuration snippet to the Game.ini file:

[/Script/Insurgency.INSCoopMode]
bUseVehicleInsertion=True
MinimumEnemies=5
MaximumEnemies=40
bBots=True
FriendlyBotQuota=8
            

Explanation of Settings:

  • bUseVehicleInsertion: Set this to True if you want players to start the match with a vehicle insertion.
  • MinimumEnemies and MaximumEnemies: Define the range of enemy bots that will spawn. The number adjusts based on the number of players.
  • bBots: Enable this to activate bot spawning in the game.
  • FriendlyBotQuota: Determine how many friendly bots will be added to the game to assist players.

Step 4: Save and Apply Changes

After making your changes, save the Game.ini file. You may need to restart your server for the changes to take effect.

Conclusion

Configuring bots in Insurgency: Sandstorm can significantly enhance your server’s gameplay. By following this guide, you can easily adjust bot settings to fit your desired gameplay style, ensuring an exciting and balanced experience for all players. Make sure to regularly test and tweak these settings as needed to maintain optimal gameplay conditions.

Was this answer helpful?

12 Users Found This Useful