Another thing for per-map cfgs

Request/discuss new banimod features here...

Moderators: Forum moderators, developers

Post Reply
duke'ku
Posts: 1053
Joined: Sun Nov 03, 2002 1:42 pm
Location: portland, oregon
Contact:

Another thing for per-map cfgs

Post by duke'ku »

I would like to have per-map cfgs be exec'ed once after the map loads, and not after a map_restart. Otherwise I will never be able to have a map run more than 1x and still return to a rotation...
User avatar
gotenks
Posts: 3465
Joined: Fri Nov 15, 2002 4:12 pm
Location: out of my mind
Contact:

Post by gotenks »

^^^^^^^ we'd still like this... however is there anyway to put static variables in wolf config files???
My Website
Image
After a night of binge drinking:
=FF=im2good4u wrote:WTF wanst i on top ?
User avatar
TheDragon
Posts: 10
Joined: Sat May 03, 2003 8:59 am
Location: New Hampshire, USA
Contact:

Post by TheDragon »

well you could create specific cfg files for various maps then use a rotating key to execute them i.e.
//map1.cfg
(cfg commands)
echo map1
bind KEY exec map2.cfg
//map2.cfg
(cfg commands)
echo map2
bind KEY exec map3.cfg
//mapx.cfg (last file)
(cfg commands)
echo mapx
bind KEY exec map1.cfg
this will allow you to cycle through various setups with a single key. If you use a specific server and know it's rotation then you can set you 'rotation' to match
....the dragon never sleeps...

TheDragon, [GuN}TheDragon, El Dragon
Post Reply