•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

Technical Issue Server map rotation suddenly not working

Posts
3
Likes
0
Hi everyone,
As of last night, it seems that my server is no longer rotating through maps, We have made no changes to our configuration regarding map rotation, But now when the round limit is reached, it kicks all players into spectator and starts a new round on the same map,
Is this a known issue?
 

LoU

R2D2
Movie Battles II Team Retired
Posts
747
Likes
651
Probably some of your admin has broken the rotation using command:
/smod map mb2_mapname
 

Viserys

ex team lead
Movie Battles II Team Retired
Posts
798
Likes
868
You need to check the nextmap variable. It needs to be set to another map vstr, not map_restart
 
Posts
3
Likes
0
I don't believe the map rotation is wrong in the config,
Here it is;
Code:
//Map Rotation: FA
set d1 "set g_gametype 7; map mb2_jeditemple ; set nextmap vstr d2"
set d2 "set g_gametype 7; map mb2_enclave ; set nextmap vstr d3"
set d3 "set g_gametype 7; map mb2_dotf ; set nextmap vstr d4"
set d4 "set g_gametype 7; map mb2_deathstar; set nextmap vstr d5"
set d5 "set g_gametype 7; map mb2_mustafar ; set nextmap vstr d6"
set d6 "set g_gametype 7; map mb2_votj; set nextmap vstr d7"
set d7 "set g_gametype 7; map mb2_korriban ; set nextmap vstr d1"
// start the first map
vstr d1
 
Top