PDA

View Full Version : sv_MapRotation Map/Character Limit?


Trystian
04-26-2009, 02:26 PM
I was wondering what the character limit is for the sv_MapRotation variable. I've got a huge Mixed mode map list that I put together, but the server won't run through it all before starting over at the beginning. I'm assuming it probably truncates it around 1024 characters.

Is there a way to break up the maprotation line into smaller groups? Possibly by assigning the smaller groups to temp variables, then concatenating them and assigning that to the sv_MapRotation variable?

Examaple:
set mapRot1 "gametype sab map mp_airfield gametype koth map mp_asylum gametype tdm map mp_castle"
set mapRot2 " gametype dom map mp_courtyard gametype sd map mp_dome gametype sab map mp_downfall gametype dm map mp_hangar"

set sv_mapRotation mapRot1+mapRot2I've tried this, but it doesn't work. Perhaps my syntax is wrong. Any help would be greatly appreciated.:)

Thank you,
-Trystian
Round Table Clan
www.roundtableclan.com (http://www.roundtableclan.com)

Number7
04-26-2009, 04:44 PM
Unfortunately, CoD is not able to do that. It requires a mod.

woowoo
04-27-2009, 08:20 AM
Mods handle it quite well - I would recommend that route.

Trystian
05-05-2009, 10:56 PM
I was hoping to be able to do it without using a mod.

Thanks guys.

-Trystian