Jump to content

Home

end map cycle


Aden Darklander

Recommended Posts

How do I end the map cycle after 4 maps? My .cfg looks like this at the moment:

 

// Map Rotation

 

set d1 "map ctf_bespin ; set nextmap vstr d2"

set d2 "map ctf_imperial ; set nextmap vstr d3"

set d3 "map ffa_imperial ; set nextmap vstr d4"

set d4 "map ffa_deathstar; XXXXXXXXXX"

 

Does anybody know the command to end the game at the XXXXs?

Link to comment
Share on other sites

set d1 "map ctf_bespin ; set nextmap vstr d2"

set d2 "map ctf_imperial ; set nextmap vstr d3"

set d3 "map ffa_imperial ; set nextmap vstr d4"

set d4 "map ffa_deathstar; set nextmap vstr d1"

 

d1

 

That'll rotate the four maps if that's what you're meaning..

Link to comment
Share on other sites

If you REALLY want the server to completely terminate after the four maps then change your XXXXXXX to:

 

set nextmap quit

 

I don't see why you'd want to do that, but that's how you would make that happen. I'd think that you'd want the rotation to start back at the beginning. In which case you would need to alter what Razz put slightly. That last line should read:

 

vstr d1

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...