PDA

View Full Version : Map Rotation - Simple Question


imported_Spive
11-06-2003, 11:34 AM
Greetings,

Sorry for the very simple question but I'm having a hard time understanding how the map rotation works. I come from a CS background where there is a mapcycle.txt and would contain the map names listed in the order of how you want them played.

I'm in the process of setting up a CoD server and used the excellent server config building tool linked to on the front page of this site. It spit out this maprotation for me:

// Map Rotation
set sv_mapRotation "gametype tdm map mp_brecourt map mp_carentan map mp_chateau map mp_dawnville map mp_depot map mp_harbor map mp_hurtgen map mp_pavlov map mp_powcamp map mp_railyard map mp_rocket map mp_ship gametype sd map mp_brecourt map mp_carentan map mp_dawnville map mp_depot map mp_harbor map mp_hurtgen map mp_pavlov map mp_railyard map mp_rocket gametype re map mp_brecourt map mp_carentan map mp_chateau map mp_dawnville map mp_depot map mp_harbor map mp_hurtgen map mp_pavlov map mp_powcamp map mp_railyard map mp_rocket map mp_ship "

Its simply every map for TDM, SD and RE. Will the above maprotation play out in the order that it is listed above? IE First map is TDM mp_brecourt followed by TDM mp_carentan, etc? So this just plays all TDM maps then all SD maps then all RE maps then starts all over again?

I'd like to mix it up a bit more if thats the case.

Thanks for the help in advance and nice site here.

Spive

imported_IW-Inherent
11-06-2003, 11:54 AM
Yes it will play in order. You will need to mix up where the gametype is specified in the rotation.

imported_Spive
11-06-2003, 12:20 PM
Thanks very much.