View Single Post
Re: Bots Don't Play Unless Human Present
Old
  (#2)
Khoralt
Guest
 
Status:
Posts: n/a
Default Re: Bots Don't Play Unless Human Present - 01-06-2004

Sorry; I also should have stated what was in my bot.cfg and joebot.cfg files (at least what I assume are the applicable parts):

bot.cfg

Code:
#
 # Should bots enter the game when no humans are present ?
 #
 
 joinwhuman_max on
 
 #
 # Should bots join a team when no humans are present ?
 #
 
 joinwhuman_res on
 
 #
 # Number of bots to which the server will be filled automatically
 #
 
 min_bots 2
 max_bots 3
joebot.cfg

Code:
//
 // Should bots enter the game when no humans are present ?
 //
 
 jb_entergame 1
 
 //
 // Should bots join a team when no humans are present ?
 //
 
 jb_jointeam 1
 
 //
 // Number of bots to which the server will be filled automatically
 //
 
 jb_botsmin 2
 jb_botsmax 3
  
Reply With Quote