Stopwatch Campaign - Is it possible?


(Mael) #1

Everytime I run stopwatch the server empties out. So I want to know if there’s a way to create a custom campaign that runs each map twice and swaps teams between maps?


(Rippin Kitten) #2

I think you can set up a campaign file to run each map twice, but you can’t automatically swap teams between maps. This is because the .campaign file just lists the map rotation. You don’t have any place to add console commands to be run inbetween each map.

Using a server-side mod, like shrub, you can do this. Since it can save your xp until you give a resetxp console command, you can run a stopwatch series of maps as many times as you want and reset whenever you feel its appropriate.

RK


(Mael) #3

I was able to get this to work with only one problem. The only thing I can’t get working properly is the startup screen that comes up when a map is loading. What you end up seeing is a blank map with none of the little pushpins. Also the name of the campaign and the description are blank. The problem with this is you don’t know how far into a campaign you are, or who won which map.

Any suggestions?