PDA

View Full Version : OK can you change map play or rotaion while playing?


{CBJ}jim
12-26-2007, 03:38 PM
Hello all and I have a new question

Can you change map play or rotaion while playing?

I use the maprotaion.cfg file for the server, but could always return it to the main config.cfg file if need be and I was wondering is there a way to change map play etc while in the game without going to the server and doing a restart?

I have tried the rcon modern rcon program for doing it while in game play but it does not work for me that way, just able to kick etc and message with it.

Thanks in advace to anyone who helps

Jimmy
http://i30.photobucket.com/albums/c324/cbjjim/jimsnewsig2.png
LEARN, LOVE and LAUGH. the meaning of life to me

Number7
12-26-2007, 04:34 PM
Not a prob:

/rcon set g_gametype sd

/rcon map mp_bog

/rcon map_restart

{CBJ}jim
12-26-2007, 09:18 PM
Thank you sir, but will that just play only the one map you load or will it go to the map rotation?

Also does it need to be in a single file conf.cfg or can it be used with config.cfg and maprotaioncfg etc. ?


Thanks again:salute:

MajorWoody
12-26-2007, 09:30 PM
To change your rotation completely do this:

First, empty the current configuration:
/ *** Empty the current rotation ***
set sv_maprotationcurrent ""

Next, set your new rotation:
// *** Set the rotation ***
set sv_mapRotation "gametype dm map mp_backlot gametype war map mp_bloc gametype sd map mp_bog gametype sab map mp_cargoship gametype dom map mp_citystreets gametype dm map mp_convoy gametype war map mp_countdown gametype sd map mp_crash gametype koth map mp_crossfire gametype sab map mp_farm gametype dom map mp_overgrown gametype dm map mp_pipeline gametype war map mp_shipment gametype sd map mp_showdown gametype koth map mp_strike gametype sab map mp_vacant"

In order to invoke the changes above, you'll need a /rcon map_rotate to kick the new rotation in.

You can combine gametype and map in the rotation. I put these all in config files like tdm.cfg, hq.cfg, etc. The one listed above is from a mixed gametype rotation. I've got configs for each gametype that i execute depending on what the clan wants to play.