Thread: BOT server
View Single Post
BOT server
Old
  (#1)
Sgt.slick
Member
 
Sgt.slick's Avatar
 
Status: Offline
Posts: 28
Join Date: Oct 2005
Location: Melbourne
Default BOT server - 29-10-2005

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.

Last edited by Sgt.slick; 29-10-2005 at 05:59..
  
Reply With Quote