Game Development Community

Multiplayer Issue...

by Derrick Austin · in Technical Issues · 01/24/2009 (6:08 pm) · 1 replies

Well multiplayer was working great... Then it died...

defaults.cs
Quote:
$Pref::Master[0] = "2:master.garagegames.com:28002";


However, in game this happens in the console (When I'm hosting)
Quote:
Sending heartbeat to master server [IP:0.0.109.96:28000]


Also the client side trys to connect it trys to connect to the same IP...
Quote:

No master servers found in this region, trying IP:0.0.109.96:28000.
Requesting the server list from master server IP:0.0.109.96:28000 (2 tries left)...
Requesting the server list from master server IP:0.0.109.96:28000 (1 tries left)...
Requesting the server list from master server IP:0.0.109.96:28000 (0 tries left)...
Server list request to IP:0.0.109.96:28000 timed out.

I have cleared prefs/dsos and checked as many files as I can... I just cant seem to find the issue.



#1
02/01/2009 (5:44 pm)
Fixed. I just put all my coding into a new project...and somewhere I missed the bad code...