Adding a (backup) Master Server to tribes (t1m1.tribesmaster.com)

Plasmatic

Contributor
Veteran XX
t1m1.tribesmaster.com is a community operated Master Server for Tribes 1.
A list of servers registered with this Master Server can be found here:
http://www.tribesmaster.com
Adding this master will provide a (growing) list of Tribes servers when the Official Master is down.

When the Official Master Server is up, this Master Server will not interfere, and will only add to the list of Tribes Servers the Official Master provides.

Follow the directions below to add this server to your Tribes.

Start Tribes, Hit the Options tab.
t1m1_1.jpg


Click 'Network' on the left side of the screen.
t1m1_2.jpg


Click 'Add' at the bottom of the screen
t1m1_3.jpg


Type a name for the server (It can be anything).
Hit tab, and type in t1m1.tribesmaster.com on the bottom line.
t1m1_4.jpg


Hit 'Done'. The master list should look like this.
t1m1_5.jpg


Congratulations, you now have a backup server your Tribes will ping in addition to the Official servers.
 
Server operators
may follow the same directions, or ideally:

If your server has no config\autoexec.cs file, download this file and unzip it to your config directory.
http://www.annihilation.info/downloads/BackupT1Master.zip
Restart the server, then type exec(autoexec); <enter> in the console.
Or..
Paste the code below into the existing autoexec.cs, then type exec(autoexec); <enter> in the console.
Or..
Shut down the server, paste the following code at the end of config\ServerPrefs.cs, and restart.

This is all one line with a space separating each 28000 and t1m.
Code:
$Server::MasterAddressN0 = "t1m1.tribesmaster.com:28000 t1m1.masters.dynamix.com:28000 t1m2.masters.dynamix.com:28000 t1m3.masters.dynamix.com:28000";
Or..
If you feel comfortable editing the ServerPrefs.cs directly, Shut down the server, add 't1m1.tribesmaster.com:28000 ' (note the space separating it) to the $Server::MasterAddressN0 line so it looks like the one above, and restart.
 
Last edited:
Back
Top