Master Servers

This is a short tutorial on how to get the master servers working.

To get the master servers working there are two options for you to take. The first one is by downloading the master.cs file from the Downloads/Updates section and extract it to your C:/Dynamix/Starsiege/Scripts directory or you can manually add the servers to the master.cs file.

Open up a hex editor program (notepad for example) and browse to the C:/Dynamix/Starsiege/Scripts directory.
Find the master.cs file and open it.Highlight everything in the file and then copy and paste the following into the file:

$Inet::Master1 = "IP:74.211.83.179:29000"; // Eye's Master
$Inet::Master2 = "IP:
174.89.129.76:29000
"; // Dustersteve's Master
//$Inet::Master3 = ""; // Inactive

$inet::IPBroadcast1 = "IP:broadcast:29001";
$inet::IPXBroadcast1 = "IPX:broadcast:29001";

# times here are in ms
$pref::maxConcurrentPings = 20;
$pref::pingTimeoutTime = 1500;
$pref::pingRetryCount = 2;
$pref::maxConcurrentRequests = 10;
$pref::requestTimeoutTime = 3000;
$pref::requestRetryCount = 2;

Afterwards, go to File/Save and then you are ready to play.
>