Rotation.cfg based on player numbers, requested >>>>

**** seems forum posts wont accept certain characters… i posted the info here http://forum.grangerhub.org/viewtopic.php?pid=5660#p5660

hi, dont know if i am on the correct forums, but someone on AA asked me to post info here on a rotation.cfg and how to enable a map rotation according to player numbers, so here it is. one thing the cmds resume and return shouldn’t be used within the rotation.cfg even though trem wiki says they can be, they are borked…

this is an example from my old server and works just fine, it will not return to the top of a rotation like it would if you tried to do it in the most obvious way, use any maps u like, enjoy!

Ronin

maprotation1 {
#top
atcs
if numClients > 13 #1
atcs
if numClients > 6 #1
tremor
goto #16
#1
karith
#16
atcs
if numClients > 13 #2
atcs
if numClients > 13 #2
if numClients > 6 #14
tremor
goto #3
#14
micro_sim2 {
layouts "micro_sim2"
}
goto #3
#2
transit
#3
atcs
if numClients > 13 #4
atcs
if numClients > 13 #4
tremor
goto #5
#4
a2b1
#5
atcs
if numClients > 13 #6
atcs
if numClients > 13 #6
if numClients > 6 #15
tremor
goto #7
#15
stcs-b3
goto #7
#6
atcszalpha-b2
#7
atcs
if numClients > 13 #8
atcs
if numClients > 6 #8
tremor
goto #17
#8
niveus
#17
atcs
if numClients > 13 #9
atcs
if numClients > 13 #9
if numClients > 6 #18
tremor
goto #10
#18
b.b.s
goto #10
#9
transit
#10
atcs
if numClients > 13 #11
atcs
if numClients > 13 #11
if numClients > 6 #19
tremor
goto #12
#19
UTCS
goto #12
#11
rotcannon_b10
#12
atcs
if numClients > 13 #13
atcs
if numClients > 13 #13
if numClients > 6 #20
tremor
goto #top
#20
nexus6
goto #top
#13
veddak-final
goto #top
}

Heya, I was the one who requested the info. Thanks ronin!