|
1. Unpack the zip file into a temporary directory
2. Create a new directory:
c:\dynamix\tribes\shifter_v1
Put the file scripts.vol into this directory
3. Put the file serverconfig.cs into c:\dynamix\tribes\config
4. Edit serverconfig.cs to your liking. It is well documented with
notes that don't make much sense. Go with it.
5. COPY serverconfig.cs into a new file called matchconfig.cs
in the same directory i.e. c:\dynamix\tribes\config
6. Edit matchconfig.cs and change the line that reads:
$Server::TourneyMode = "False";
to
$Server::TourneyMode = "True";
7. Edit matchconfig.cs more if you want the settings in Tournament
mode to be different those in regular mode.
|