In this guide, you will learn how to configure bots on your Counter-Strike 2 server.
Navigation
How to add bots
If you want to add bot to the random side, enter the following command into the console:
bot_add
When adding a bot on the server, you can specify which side of the conflict you will add it to (t – terrorists, ct – counter-terrorists). You can also choose the type of difficulty (easy – normal – hard – expert) and give the bot a name.
bot_add <t/ct> <difficult> <name>
so, an example command should look like this:
bot_add ct hard BotJohn
How to change bots difficulty
Changing the difficulty of bots on your server requires entering the following command:
bot_difficulty <difficulty>
Instead of <difficulty>, enter one of the following difficulty levels:
- 0 = easy
- 1 = normal
- 2 = hard
- 3 = expert
so, an example command should look like this:
bot_difficulty 3
How to kick bots
Removing bots can take place in several different configurations. The simplest command will allow you to kick all bots from the server:
bot_kick
You can choose to kick bots from only one team, terrorists (t) or counter-terrorists (ct). In the example below you will see a command that shows how to kick bots from a terrorist group:
bot_kick t
Another option is to throw out bots of a certain difficulty level. Below you will see an example of a command that removes bots using the expert difficulty level (3):
bot_kick 3
The last option will allow you to delete a bot with a given name. In the example below, we will throw a bot named BotJohn:
bot_kick BotJohn
Other useful commands
Below are other useful commands that can be used to modify the behavior of bots on the server.
Command | Description |
bot_all_weapons | Allows bots to use all weapons |
bot_allow_grenades | Allows bots to use grenades |
bot_allow_machine_guns | Allows bots to use machine guns |
bot_allow_pistols | Allows bots to use pistols |
bot_allow_rifles | Allows bots to use rifles |
bot_allow_rogues | Allows bots to occasionally become “rogue”. They will not follow radio commands and will not achieve the scenario objectives |
bot_allow_shotguns | Allows bots to use shotguns |
bot_allow_snipers | Allows bots to use sniper rifles |
bot_allow_sub_machine_guns | Allows bots to use sub-machine guns |
bot_controllable | Determines whether players can control bots |
bot_chatter | Control how bots talk (off – radio – minimal – normal) |
bot_kill | Kills selected bots specified in the criteria |
We hope that our intuitive web interface has allowed you to setup Counter-Strike 2 bots easily. If you want to ask us any questions, feel free to contact us via e-mail, ticket or live chat!