Enable Bots in Objective VS?


(MagIKl4d2) #1

Is this possible? I tried adding Bot_enable 1 to server config but this didn’t work


(BigBiker05) #2

This is the section in my configs to allow bots if the server has less than 8 people. The game will have 4 bots on each team that will get kicked as players join.

// 0 = bots will not be loaded in the game. 1 = bots are loaded.
bot_enable “1”
//Bot Difficulty -1 = ANY, 0 = EASY, 1 = NORMAL, 2 = HARD
si_botDifficulty “-1”
// Sets the bot’s default aiming skill. 0 = EASY, 1 = MEDIUM, 2 = EXPERT, 3 = MASTER
bot_aimSkill “2”
// Bots Do Objectives
bot_doObjectives “1”
// Keep a minimum number of clients on the server with bots and humans. -1 to disable
bot_minClients “8”
// Has the bots stop thinking when the server is idle to conserve CPU.
bot_sleepWhenServerEmpty “0”
// The number of Resistance bots to add to the server. -1 to disable
bot_uiNumResistance -1
// The number of Security bots to add to the server. -1 to disable
bot_uiNumSecurity -1