Counter Strike 2 is in the early phases of deployment, having only recently left private beta and entered public hands. As a result, some CS:GO features are still being ported to Counter Strike 2. Setting up bots on a server is a relatively quick addition that can help fill gameplay gaps when servers slow down. Bots também podem ser rapidamente adicionados aos servidores via comandos do console, o que é útil para jogadores que desejam bots somente temporariamente.
1. Faça login no painel BisectHosting Starbase.
2. Vá para a aba Arquivos.
3. Find the following directory: /home/container/game/csgo/cfg
4. Abra o arquivo server.cfg . Se não estiver presente, escolha Criar e selecione Criar Arquivo.
5. Enter any desired bot settings in a new line.
| Configuração do Bot | Descrição | Exemplo |
bot_difficulty [Dificuldade] |
Sets the bots' difficulty level. 0 = Fácil, 1 = Normal, 2 = Difícil, 3 = Perito. |
bot_difficulty 2 |
bot_chatter "[Valor]" |
Define as regras para o que os bots podem dizer no jogo. "off" = Bots não dirão nada, "radio" = Bots usarão comandos de rádio."minimal" = Bots falarão raramente, "normal" = Bots conversarão normalmente. |
bot_chatter "normal" |
bot_join_after_player [0,1] |
When set to 1, bots wait until a player joins before entering the game.0 = bots entram em servidores vazios, 1 = bots esperam por jogadores. |
bot_join_after_player 1 |
bot_quota [Número] |
Ajusta o número máximo de bots permitidos no servidor. Os valores podem variar de 0 a 10 |
bot_quota 5 |
bot_quota_mode "[Modo]" |
Sets how bots are added to the server via bot_quota."normal" = O número de bots é igual o bot_quota, "fill" = O servidor é preenchido com bots até que haja pelo menos bot_quota jogadores no servidor (bots + humanos)."match" = Para cada jogador humano, uma quantidade de bots igual ao bot_quota é adicionada. |
bot_quota_mode "fill" |
6. Pressione o botão Salvar .
Note: The changes will take effect at the next server restart or by entering the exec server command in the console.