Open your prefs.cs
C:\Program Files\Legends\legends\prefs\prefs.cs~/.legends/legends/prefs/prefs.csLook for the line:
$pref::Master0 = "2:216.116.32.49:28002";
That is the Garage Games master server. Change it to be your 3rd master server and add the new master servers as your first and second master servers, like so
$pref::Master0 = "2:master1.legendsthegame.net:28002"; $pref::Master1 = "2:master2.legendsthegame.net:28002"; $pref::Master2 = "2:216.116.32.49:28002";
This is a list of server IPs for when the master server is down. If the master server is down you will not be able to query servers that aren't in your favourites list. You can, however, still use the Join IP button and enter one of the IPs listed below.
| Server Name | IP Address |
|---|---|
| Hellzone Beta Mod!!! | 207.180.3.38:28000 |
| Deep Black | 69.242.22.112:28000 |
| BearTown CTF/T1-CandH-DM | 66.14.61.135:28001 |
| Odin | 83.150.82.88:28000 |
| BearTown-1.05 | 66.14.61.135:28000 |
| lnxbox @ MaxOGC.com | 208.101.53.90:29001 |
| DEV CA & Map pack | 209.195.100.190:28000 |
master1.legendsthegame.net → 74.52.112.162 (legendsthegame)
master2.legendsthegame.net → 69.65.114.226 (supernova)
216.116.32.49
If you get
Bad master server address: 2:master1.legendsthegame.net:28002
It may mean your server can not resolve domain names and you will need to edit your prefs to use the IPs only. You will need this in your /legends/legends/prefs.cs instead
$pref::Master0 = "2:74.52.112.162:28002"; $pref::Master1 = "2:69.65.114.226:28002"; $pref::Master2 = "";