Starsiege: Tribes Community Archive

Nappy v5 VRWarper

⤓ Download · 220.0 KB
Contributed from the VRWarper Collection; not present in theexiled’s catalog.
Filename
Nappy_v5.zip
Size
220.0 KB
Type
ZIP
Format
Zip archive data, at least v2.0 to extract, compression method=deflate
Readme — Nappy guide.txt (from the archive itself)
Ok here it is, directions for hosting a dedicated Nappy Tribes server.
First you should create a new config file called ServerConfig.cs if you don't have it.
(The best way to do this is to make a copy of Serverprefs.cs, rename it, then delete everything in it.)
After you have done that add thses lines into ServerConfig.cs

$dedicated = "true";
$Server::HostPublicGame = "true";
$TelnetPort = "####";
$TelnetPassword = "xxxxx";
$AdminPassword = "xxxxx";

Ok you need to change the info within the quote to what you want it to be.
1- If you want the server to be dedicated leave the first line alone.
2- If you want anyone to be able to join you need to leave line 2 as true.
3- This is the port number that Tricon will use, any four digit number is fine.
4- This is the password that Tricon will ask for to connect, make it whatever you want.
5- This is the sad password for your server, make it whatever you want.  This allows people to get admin on your server through the console screen(press ~).
To enter the sad password press ~ during the game then type sad("xxxxx"); then hit enter.  Obviously replace the xxxxx with whatever you make the password.

Once this is all done put the ServerConfig.cs file into your Tribes/config folder.

Now you need to make a new shortcut for your server.  You can either use an existing Tribes shortcut or create a new one.  
Once you have a new shortcut right-click it and select properties.  Edit the target to one of these:
For a dedicated server:
C:\Dynamix\Tribes\InfiniteSpawn.exe *tribes -mod Nappy +exec ServerConfig.cs -dedicated
For a non-dedicated server(you play while hosting):
C:\Dynamix\Tribes\tribes.exe -mod Nappy   
If you choose non-dedicated make sure to select "display on master server" in the network options in the game.
Also make sure that in the shortcut properties it is set to start in C:Dynamix/Tribes
Also make sure that the Nappy folder with scripts.vol in it is in C:Dynamix/Tribes 
Your server should be all set to run now.
Visit www.nappyshouse.com for future upgrades of Nappy base.
Contents — 3 files (inside the archive)