Quote:
Originally Posted by Sgt.slick
Hi guys,
I'm trying to figure out how if possible to add automatically a specific number of bots to a non dedicated derver.
I've set up a maprotate.cfg. Is it possible to setup some sort of bot.cfg file were the bot are autmatically added to each map/round.
eg.
// Start the Game Map
set d1 "set g_gametype 5 ; map mp_beach; set nextmap vstr d1a"
(exec bot.cfg) or something like that to auto add bots to the match
set d1a "map_restart; set nextmap vstr d2"
set d2 "set g_gametype 5 ; map axis_complex ; set nextmap vstr d2a"
(exec bot.cfg) or something like that to auto add bots to next map
...and so on for each map
or how can I if possible manually setup and execute a bot.cfg
eg. bot.cfg
exec bot.cfg
/addbot leto 1 3
/addbot gara 1 3
/addbot bob 1 3
.....and so on
Anyway keep up the good work, can't wait for the next patch
Thanks for any help.
|
This should already be done for you. Look in the "configs" directory for files called <mapname>_bots.cfg. This is where the bots for that map are stored, and you can add/change to your hearts content.