PDA

View Full Version : Mixed Gametype Rotation


[ELS]WRX Boy
11-07-2007, 02:11 PM
Has anyone been able to get a mixed gametype rotation to work?

I have my rotation setup in the server config, and it starts the rotation with the first gametype on the correct map, but when it rotates to the next map in the config, the gametype does not change.

[ELS]WRX Boy
11-07-2007, 02:17 PM
Just figured it out. The sample rotation in the server config Worm posted has "g_gametype" as the game type command. When I removed the "g_" and just went with "gametype" it worked.

Sidenote: May want to update the original post.

Diva
11-07-2007, 07:30 PM
so how should it look exactly can i see what yours looks like

et g_gametype "war"

OldDog
11-07-2007, 07:38 PM
set sv_mapRotation "gametype war map mp_backlot gametype war map mp_bloc gametype war map mp_bog gametype war map mp_cargoship gametype war map mp_citystreets gametype war map mp_convoy gametype war map mp_countdown gametype war map mp_crash gametype war map mp_crossfire gametype war map mp_farm gametype war map mp_overgrown gametype war map mp_pipeline gametype war map mp_shipment gametype war map mp_showdown gametype war map mp_strike gametype war map mp_vacant"

lacisghost
11-09-2007, 12:36 PM
WRX Boy;55102']Just figured it out. The sample rotation in the server config Worm posted has "g_gametype" as the game type command. When I removed the "g_" and just went with "gametype" it worked.

Sidenote: May want to update the original post.

Many thanks on this bro. This was driving me up a wall!!!

Mixed gametypes working splendidly. :)

Preacher
11-11-2007, 12:38 AM
The rotation in that example shows the same layout of gametype

set sv_mapRotation "gametype war map mp_backlot gametype war map mp_bloc gametype war map mp_bog gametype war map mp_cargoship gametype war map mp_citystreets gametype war map mp_convoy gametype war map mp_countdown gametype war map mp_crash gametype war map mp_crossfire gametype war map mp_farm gametype war map mp_overgrown gametype war map mp_pipeline gametype war map mp_shipment gametype war map mp_showdown gametype war map mp_strike gametype war map mp_vacant"


whats the code for the different game types or is it same as COD 2

Team Deathmatch = TDM
Headquarters = HQ
Death Match = DM
Search and Destroy = S&D
Domination = DOM

I dont know the rest of the game types though so if someone can post them

OEW Batman
11-11-2007, 12:43 AM
<gametype> is one of:
"dm" - free for all deathmatch
"dom" - domination
"koth" - headquarters
"sab" - sabotage
"sd" - search & destroy
"war" - team deathmatch

Replace "war" with gametype of your choice. Mix and match is fine.

Preacher
11-11-2007, 12:50 AM
cheers