Forums Index >> General >> If your server isn't showing up you need to d...



Page : <1> :


Hi All,
logged on tonight and noticed very few servers in the list.
The IP address of the master server (master.garagegames.com)
changed tonight sometime
I had this in my game/server/prefs.cs
$pref::Master0 = "2:216.116.32.49:28002";

I changed it to
$pref::Master0 = "2:master.garagegames.com:28002";

The actual ip address of master.garagegames.com is now 69.64.50.217
so you could use
$pref::Master0 = "2:69.64.50.217:28002";

But I don't recommend the last because if they change the ip address of the master server the problem will reoccur

- <-- my cool new sig

 

Wednesday, August 30, 2006 at 8:46:33 PM

Thanks Dash.

Is my server on the list now?

 

Last edited: Thursday, August 31, 2006 at 3:30:53 AM

Thursday, August 31, 2006 at 3:22:10 AM

Even better, replace $pref::Master0 = "2:master.garagegames.com:28002"; with these 2 lines:

$pref::Master0 = "2:69.64.50.217:28002";
$pref::Master1 = "2:master.garagegames.com:28002";

If you do it, it'll check FIRST the IP-based master server. If it cannot connect for any reason, it'll try the domain-name based one. You can also put it around, like this:

$pref::Master0 = "2:master.garagegames.com:28002";
$pref::Master1 = "2:69.64.50.217:28002";

This way it tries the domain-name based one first, and if it can't connect tries the IP-based.

Remember it always tries to connect 3 times to each master server!


Thursday, August 31, 2006 at 6:28:08 AM

How come I only see this line

$pref::Master0 = "2:master.garagegames.com:28002";

In the
game/client/prefs.cs file

And not in the
game/server/prefs.cs file

Saturday, September 02, 2006 at 11:57:01 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald