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)
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)