map rotations

charles 'wokka' goldsmith wokka at justfamily.org
Wed Jul 24 23:35:00 EDT 2002


How are you guys doing the map rotations?

sv_maplist is ok, but it won't change between gametypes...  I want to run
ffa and obj both...

using the oldstyle vstr commands would work, but after you set g_gametype to
a different type, it won't let you change the map to obj from ffa because
you have to restart the server to have the gametype change take effect.

So essentially this won't work:
 set d1 "g_gametype 1;   map dm/mohdm6;  set nextmap vstr d2"
 set d2 "g_gametype 1;   map dm/mohdm4;  set nextmap vstr d3"
 set d3 "g_gametype 1;   map dm/mohdm2;  set nextmap vstr d4"
 set d4 "g_gametype 3;   map obj/obj_team1;  set nextmap vstr d5"
 set d5 "g_gametype 3;   map obj/obj_team3;  set nextmap vstr d6"
 set d6 "g_gametype 3;   map obj/obj_team4;  set nextmap vstr d1"
vstr d1

ideas?
Charles




More information about the Mohaa mailing list