Aden Darklander Posted April 18, 2002 Share Posted April 18, 2002 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 More sharing options...
Razz Posted April 18, 2002 Share Posted April 18, 2002 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 More sharing options...
MatrixCPA Posted April 18, 2002 Share Posted April 18, 2002 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.