Page 1 of 1

quake2 chaos v1.14 bot's

Posted: Fri Dec 24, 2004 7:27 am
by samp
It is established quake2 chaosdm v1.14 for linux.
How to make automatic start bot`s at rotation of maps.
I have a configuration:
set deathmatch 1
set timelimit 10
sv ml maplist
sv addbots 2
sv ml 2

At loading the following map is not present bot's.

Thanks.

Posted: Fri Dec 24, 2004 11:33 pm
by HasBen{Moo}
You can do it with q2admin... it allows you to exec cfg files @ pre, post and at the end of every map change.

======================================
;
; Enables the feature to exec the mapcfg/<mapname>-pre.cfg,
; mapcfg/<mapname>-post.cfg and mapcfg/<mapname>-end.cfg files.
;
mapcfgexec "Yes"
======================================


If you setup a post cfg file for every map, it will load the bots at the start each map. (include the same line.... sv addbots 2 in your cfg file)


You'll need a quake\chaos\mapcfg folder containing a

???????-pre.cfg
???????-post.cfg
???????-end.cfg

... for each map (???????=mapname)

for a map named wild4.bsp, use:

wild4-pre.cfg
wild4-post.cfg
wild4-end.cfg


This feature also makes it possible to have a custom server setting for every single map...