[T1] Server Help

EasyTarget

Veteran X
For some reason the server won't show up on the master server list (its a rented dedicated server). Anyone know of a fix to this?

Here's what is in the prefs right now.
Code:
$Server::Master1 = "t1m1.masters.dynamix.com:28000 t1m2.masters.dynamix.com:28000 t1m3.masters.dynamix.com:280001";
$Server::Master2 = "IP:BROADCAST:28001";
$Server::MasterAddress0 = "IP:tribes.dynamix.com:28000";
$Server::MasterAddressN0 = "t1m1.masters.dynamix.com:28000 t1m2.masters.dynamix.com:28000 t1m3.masters.dynamix.com:28000";
$Server::MasterAddressN1 = "t1ukm1.masters.dynamix.com:28000 t1ukm2.masters.dynamix.com:28000 t1ukm3.masters.dynamix.com:28000";
$Server::MasterAddressN2 = "t1aum1.masters.dynamix.com:28000 t1aum2.masters.dynamix.com:28000 t1aum3.masters.dynamix.com:28000";
$Server::MasterName0 = "Tribes Master";
$Server::MasterName1 = "UK Tribes Master";
$Server::MasterName2 = "Australian Tribes Master";
$Server::XLMasterN0 = "IP:198.74.35.18:28000";
$Server::XLMasterN1 = "IP:198.74.35.10:28000";
$Server::XLMasterN2 = "IP:198.74.35.10:28000";
 
In the Server Prefs file, makes sure the line

$Server::HostPublicGame = "True"; reads true like this one.


Hope this helps,


Pilk.
 
I didn't notice before but there was this setting in there also, I'm guessing it means don't register with the master server?
Code:
$Server::CurrentMaster = "0";

also, for servers on good connections, what are the optimal setting for packet sizes and rates?
 
If you hosting on a Cable/DSL connection:

Packet size: 300
Packet rate: 15

For T1:

Packet size: 400
Packet rate: 15
 
Back
Top