Jump to content

JA+ Map cycle


Recommended Posts

What is the best way to implement a map cycle without affecting peoples ping and comm to the server??

 

My scenario is this:

 

Server contains default maps and Sithcouncilv2, Jedicoucnilgcx.

 

I want map cycle of ONLY Jedicouncilgcx, ffa2, ffa3, ffa5, SithCOuncilv2,

 

For a personally owned server!!! 

 

Goal is: To load only set specific maps even though there are others in that directory!

Link to comment

Here is what JAWA uses

 

 

seta g_autoMapCycle 0


seta m1 "set g_gametype 0; map mp/ffa3 ; set nextmap vstr m2"
seta m2 "set g_gametype 0; map mp/ffa4 ; set nextmap vstr m3"
seta m3 "set g_gametype 0; map mp/ffa5 ; set nextmap vstr m4"
seta m4 "set g_gametype 0; map mp/ffa1 ; set nextmap vstr m5"
seta m5 "set g_gametype 0; map mp/ffa2 ; set nextmap vstr m1"


vstr m1
 

 

As you can see, our cycle begins on ffa3.

 

The "vstr m1" begins this cycle and at the end of m5, it sends it back to m1 thus making a loop.

Link to comment

Well, it'd just resume the cycle no matter what map you manually changed to.

 

For example if you were on FFA3 (In the cycle I posted) and changed to Jedi's Home, after the timelimit passes, it'll go to FFA4.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...