I have been running WhichBots for quite some time, but I run into a confusing problem. Maybe someone have already answered this question before, but I have not found a solution yet.
Basically, I'm trying to have it set so that if 0 humans are on the server, 3 bots are on. Then, when a player joins, a bot leaves and so forth until there is 0 bots. However, I can get them to do this except once a round ends, the bots will join back in the game! Even when there's like 10 people on the server.
So once they come back (with the 10 players in the Ready Room), 1 bot will join the Alien team while the rest sit in the Ready Room with the human players. Which if another round goes on (in the same map), the human players are FORCED to join Marines until there is enough to out-number the bots (as they'll keep joining Aliens). Then, once a player can finally join the Alien team, the bots begin to drop again.
Is this normal?
And if you're curious, here is my bot config info:
From whichbot.txt (Cut comments to save space)
CODE
max_num_gorges=1
max_fraction_fade=0.49
max_fraction_onos=0.40
classic_team_balance='3 3 1 0'
combat_team_balance='3 3 1 0'
balance_marines_only=0
max_num_bots=3
max_fraction_fade=0.49
max_fraction_onos=0.40
classic_team_balance='3 3 1 0'
combat_team_balance='3 3 1 0'
balance_marines_only=0
max_num_bots=3
From server.cfg
CODE
// Force WhichBot to properly balance/populate the server...
wb balance on
wb balance on
- Will