PDA

View Full Version : Stopwatch question


Sphinx175
09-10-2007, 11:49 PM
Hiya,
In the beta I ran a campaign mode server but I want to switch that over to Stopwatch for the demo.

At the end of my config file I had the following:

// Set campaign for the Beta2 and start the server
set m0 "set g_nextMap $m0;spawnServer campaign_openbeta2"
vstr m0

---

What do I need to use instead to start a Stopwatch match?

Lekdevil.NL
09-11-2007, 11:25 AM
To start a stopwatch server:
si_rules sdGameRulesStopWatch
spawnServer valley
To start a campaign server:
si_rules sdGameRulesCampaign
spawnServer campaign_demo
The si_rules argument is case-sensitive.
Ditch the whole set m0/vstr m0 construct; it's not needed when running a single map/single campaign server and it will cause unnecessary map reloads at the end of the campaign.

Sphinx175
09-13-2007, 08:10 PM
Much thanks!

chumly
09-15-2007, 08:10 PM
Is there any command to control the number of rounds in a campaign?

BMXer
09-16-2007, 02:29 AM
you can also execute the "match.cfg" through the ingame admin menu.

sponge
09-16-2007, 06:09 AM
Is there any command to control the number of rounds in a campaign?

You can create your own campaigns in the final version, but not in the demo.