T1 Masters

Pages : [1] 2 3

GreyHound
08-09-2007, 06:07 PM
So how runs custom masters? Don't polute this too much pls

1) tribesmasterserver.com » You Starseige Tribes Master server information & updates (http://tribesmasterserver.com)
Adresses like old but *.*.dynamix.com becomes *.*.tribesmasterserver.co m
2) Plasmatic (http://www.tribalwar.com/forums/showthread.php?p=11954449 #post11954449)
3) t1m1.pu.net:28000

Belgarion
08-10-2007, 09:41 PM
Update ?

Osiris
08-13-2007, 08:41 PM
JUSTICE

Plasmatic
08-14-2007, 09:25 AM
I'm running a Master at t1m1.tribes0.com:28000 put together by Crotalus, and relentlessly tested by NoFix.

This version will pull information from other masters, and include it in its own list. For those of you that don't know, the stock Tribes client will only pull a server list from one master at a time, this master fixes that.

Annihilation Mod :: View topic - Offical Master Server (http://annihilation.info/forum/viewtopic.php?p=86629#866 29)

You guys can test this either by adding new server with the network tab in Tribes:
Options > Network > Add >
Name = new master
Address = t1m1.tribes0.com:28000
However, adding it this way will cause tribes to ignore all other servers in the case of failure.

If you add it to your setup manually, Tribes will use the first working master in the line, this Master will automatically include other available masters. If you run a game server, Tribes will register with all servers in the list.

To add it manually for servers or clients:
open config\serverPrefs.cs
Find the line containing $Server::Master1 = "
In line after add
t1m1.tribes0.com:28000
Note there should be a space after 28000, for example: $Server::Master1 = "t1m1.tribes0.com:28000 t1m1.masters.dynamix.com: 28000 t1m2.masters.dynamix.com: 28000 t1m3.masters.dynamix.com: 28000"; (All one line)

Find the line containing $Server::MasterAddressN0 = "
In line after add:
t1m1.tribes0.com:28000
Note there should be a space after 28000, for example $Server::MasterAddressN0 = "t1m1.tribes0.com:28000 t1m1.masters.dynamix.com: 28000 t1m2.masters.dynamix.com: 28000 t1m3.masters.dynamix.com: 28000"; (all one line)

If you experience problems, you may shut down Tribes, and delete serverPrefs.cs all together. Tribes will rebuild it on restart.

If you don't feel comfortable making changes to your main Tribes install, you can get a fresh Tribes patched and ready to run here: http://www.tribes0.com/trorbs.zip

Plasmatic
08-14-2007, 10:24 AM
Update.

I've configured my Master to pull information from the other existing Masters, including:
1) the official t1m1.masters.dynamix.com: 28000
2) t1m1.masters.tribesmaster server.com:28000
3) skbmaster.ath.cx:28000
4) kigen.ath.cx:28000
If you put 12.202.7.217:28000 first in the line (details above) my master will pull information from all the other servers listed.

I'll code a workaround later so Tribes can do this on it's own.

AnubiS
08-14-2007, 10:42 AM
Sounds more professional and safe than kigens or skbs, plas.. (irony..)

tribesmasterserver.com » You Starseige Tribes Master server information & updates (http://www.tribesmasterserver.co m/) who is the owner of this site?

bugs_
08-14-2007, 11:01 AM
Thats Lucas in Oregon. He is coding it in PHP, well - maybe -

the t1m1.masters.tribesmaster server.com resolves to the dynamix servers right now

the bogus whois info on the domain is not good either that can get your domain pulled
el quicko.

Plasmatic
08-14-2007, 11:20 AM
Maybe I should try registering mastersdotdynamix.com?

Plasmatic
08-15-2007, 07:36 PM
Can we get this stickied?

AnubiS
08-15-2007, 08:28 PM
Im hosting a serverprefs with plasmatic's and crotaluses and nofix's new master server. It contains a Trojan Horse but its a good way to update your master server. :)

www.tribesone.net/anubis/Game.Updates/Master.Server-Update.zip

NoFiX
08-15-2007, 08:54 PM
i don't have a new master server. i don't run a master server. i have no intentions of running a master server.

garage games is going to be taking over the masters. anything else is not good enough.

AnubiS
08-15-2007, 09:02 PM
Oh well, then the IP 12.202.7.217:28000 will change, right?

NoFiX
08-15-2007, 09:16 PM
That's Plasmatic's internet address. I'm not sure why he's not using a host name.

AnubiS
08-15-2007, 10:11 PM
lol

*hacks plas*

Lurkar
08-16-2007, 03:48 PM
garage games is going to be taking over the masters. anything else is not good enough.

why dont idiots understand this? nothing else will suffice. any random dork hosting the "community supported master server" will invariably show their unreliability when dad needs to use the computer and their session goes bye-bye.

also, if it doesnt work out the box anymore, all solutions are as good as someone's server IP being posted on random triber X's website to be connected through the console with.

Alarik
08-16-2007, 04:29 PM
why dont idiots understand this? nothing else will suffice. any random dork hosting the "community supported master server" will invariably show their unreliability when dad needs to use the computer and their session goes bye-bye.

also, if it doesnt work out the box anymore, all solutions are as good as someone's server IP being posted on random triber X's website to be connect through the console with.

apparently sarcasm.ttf is not in your fonts folder

Lurkar
08-16-2007, 10:37 PM
the hell are you talking about? you attempted to make a point of some sort, but have failed. miserably. please try again.

GreyHound
08-17-2007, 05:09 AM
Don't polute this too much pls

Plasmatic
08-17-2007, 06:22 AM
t1m1.masters.dynamix.com is still up, but there are only 47 servers registered with it, while my master is reporting 126. (4:45am CST)

Servers can register with multiple master servers without problems. The server will send heartbeats to everything in the line.

Clients cannot use multiple masters, and only pull a server list from the first working Master in the line. I recommend editing your config to use either the official Dynamix master, or 12.202.7.217:28000 first. My master will grab information from the the official master and others, so you will get a more complete list from my master.

For example: $Server::Master1 = "12.202.7.217:28000 t1m1.masters.dynamix.com: 28000 t1m2.masters.dynamix.com: 28000 t1m3.masters.dynamix.com: 28000";
$Server::MasterAddressN0 = "12.202.7.217:28000 t1m1.masters.dynamix.com: 28000 t1m2.masters.dynamix.com: 28000 t1m3.masters.dynamix.com: 28000";

Alarik
08-17-2007, 08:54 AM
the hell are you talking about? you attempted to make a point of some sort, but have failed. miserably. please try again.

the point was NoFix's "garage games is going to be taking over the masters. anything else is not good enough." was sarcastic you fuck. and at a deeper level comment on how sarcasm can not always be expressed via text.

you twat