Jump to content

Home

Custom Map Rotation


dmflea

Recommended Posts

Here is another method (at least it's the way I do it):

 

seta g_autoMapCycle "1"

 

set m1 "map mp/ffa1 ; set nextmap vstr m2"

set m2 "map mp/ffa2 ; set nextmap vstr m3"

set m3 "map mp/ffa3 ; set nextmap vstr m4"

set m4 "map mp/ffa4 ; set nextmap vstr m5"

set m5 "map mp/ffa5 ; set nextmap vstr m6"

set m6 "map mp/duel1 ; set nextmap vstr m7"

set m7 "map mp/duel4 ; set nextmap vstr m1"

 

vstr m1

//starts the server

 

That's for my FFA server cfg (g_gametype 0) notice I put two duel maps at the end, so you can have some up close and personal chaotic saber hack fests to break up the cycle of FFA's. ; )

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...