PDA

View Full Version : changing maps


remster
01-21-2004, 01:21 PM
seems like my server is only playing the first map and then reloading it. is there anything specific to the cfg which controls this function

map mp_carentan

set sv_mapRotation "mp_carentan mp_brecourt mp_chateau mp_dawnville mp_depot mp_rocket mp_railyard mp_harbor mp_hurtgen mp_pavlov mp_powcamp"

Does Cod wait for players in order to move to the next map?????
.

Rammer_DD
01-21-2004, 02:53 PM
it should read this way for what ever game type you are playing




// Map Rotation
set sv_mapRotation "gametype sd map mp_brecourt gametype sd map mp_powcamp gametype sd map mp_carentan gametype sd map mp_dawnville gametype sd map mp_depot gametype sd map mp_harbor gametype sd map mp_hurtgen gametype sd map mp_pavlov gametype sd map mp_railyard gametype sd map mp_rocket "
set sv_mapRotationCurrentmap "mp_brecourt "

remster
01-21-2004, 06:00 PM
all this did was give me a search and destroy rotation. i am looking just to put a tdm rotation of all stock maps. how can i do this?

Rammer_DD
01-21-2004, 06:14 PM
add the maps then the line should read

gametype tdm map mp_brecourt


add tdm too all the maps and off u go

remster
01-21-2004, 11:04 PM
fixed it up Rammer, thnx

Rammer_DD
01-22-2004, 08:56 AM
anytime remster