Title: map rotations... Post by: sylux on February 09, 2007, 12:21:54 AM how do you do a map rotation where when your game is finished it goes to another map?
Title: Re: map rotations... Post by: Redshirt on February 09, 2007, 04:36:13 AM are you crazy? Why would you want to play anything aside from oa_bases3?!?!?!?
Title: Re: map rotations... Post by: sonictemple on February 09, 2007, 04:01:07 PM Depends on what type of server config you have setup, here is an example of mine and in my server config file I have a ref line that calls to execute this config for map rotation. Or you can add this type of rotation directly into the server config file itself.
set d1 "map aggressor ; set nextmap vstr d2" set d2 "map dm6ish ; set nextmap vstr d3" set d3 "map dm4ish ; set nextmap vstr d4" set d4 "map oa_bases3 ; set nextmap vstr d5" set d5 "map oa_rpg3dm2 ; set nextmap vstr d6" set d6 "map ce1m7 ; set nextmap vstr d7" set d7 "map q3dm6ish ; set nextmap vstr d1" vstr d1 Sonic |