Hey,
Having issues with bots on my server, set up shrubs to !addbot !kickbot !addbots !kickbots and !maxbot
the only one that works well is !addbots which is set to minbot -1, maxbot 4
!maxbot [] also works
If i want to add a bot to a specific team, of a specific class it will add then immediately leave. I believe this is due to balanced teams. Have set balancedteams to 0 in bot cfg and server cfg and NQ cfg but same issue.
Same thing if I want to kick a bot to make game fair, it leaves but another takes its place. I get round this by using !maxbot to increase and decrease bots on server and then use !put bot spec to shuffle till i get what I want.
I am appreciative of any advice, not sure if this is the correct place to post but would be grateful of any help,
Jem.
These are my settings atm:
bot.cfg
[ServerManager]
MinBots = 0
MaxBots = 0
BalanceTeams = 0
SaveConfigChanges = 1
CountSpectators = 0
shrub.cfg
[command]
command = addbot
exec = bot addbot [1] [2] [3]
desc = Adds bot to game. Syntax: !addbot <team> <class> <name>. Don’t use whitespaces in <name>.
levels = 9 10 11
[command]
command = kickbot
exec = bot kickbot [1] [2] [3]
desc = Kicks a bot. Syntax: !kickbot <name>.
levels = 9 10 11
[command]
command = kickbots
exec = bot minbots 1; bot maxbots 1; bot kickall
desc = Cleans server from bots.
levels = 9 10 11
[command]
command = addbots
exec = bot minbots -1; bot maxbots 4; bot addall
desc = Adds upto 4 bots to server.
levels = 9 10 11
[command]
command = maxbot
exec = bot maxbots [1]
desc = Sets maximum count of bots in game.
levels = 9 10 11
server.cfg
set g_teamforcebalance 0
NQ.cfg
set g_teamforcebalance 0