View Single Post
Re: adding bots by config at server start
Old
  (#4)
CrapShoot
A Monkey
 
CrapShoot's Avatar
 
Status: Offline
Posts: 386
Join Date: Jan 2005
Default Re: adding bots by config at server start - 28-10-2006

you don't need the color codes in the bot names for adding them. the bots are loaded from individual .bot files (found in the fritz0.pk3). the addbot command looks for a bot file with the given paramater (botname). So if you add this:

addbot fritz

the code reads the fritz.bot file and gives the bot the attributes contained in it. the .bot file specifies the class, team, and weapon.
  
Reply With Quote