PDA

View Full Version : problem with map rotation


NvmySTYLE
02-03-2004, 09:57 PM
ideally i would like to run a mixed mode map rotation. here is my map cfg is there anything i'm doing wrong?

set sv_mapRotation "gametype dem map mp_brecourt gametype hq map mp_carentan gametype re map mp_chateau gametype dem map mp_dawnville gametype dem map mp_depot gametype hq map mp_harbor gametype hq map mp_hurtgen gametype dem map mp_pavlov gametype re map mp_powcamp gametype hq map mp_railyard gametype re map mp_ship gametype dem map mp_rocket gametype hq map mp_brecourt gametype dem map mp_carentan"

map_rotate


dem is ravir's demolition mod. if there is a better way for me to write the map rotation please let me know. thanks in advance.

Jedi_Pimp
02-03-2004, 11:57 PM
looks good to me...u might wanna add this before your rotation tho :

sv_mapRotationCurrent ""


set sv_mapRotation" your rotation "
map_rotate


if your still having probs getting it to work ..its could be cause the demolition mod dont work with 1.2 patch but otherwise your rotation is good !

Darkutopia
02-05-2004, 01:32 AM
I have a question for ya. Where do you right the code in to make the maps rotate. Becuase when you click on start new server there isn't a way to make the maps rotate you can only pick one?

imported_Sac
02-05-2004, 04:52 AM
I have a question for ya. Where do you right the code in to make the maps rotate. Becuase when you click on start new server there isn't a way to make the maps rotate you can only pick one?You need to save it in a config (.cfg) file. You can automate how the server launches and what configs are loaded on startup.

Probably a good place to start is to have a read of the dedicated server setup guide (http://www.iwnation.com/Forums/index.php?showtopic=337).