Game Development Community

About Master Server.

by Prodigy Andy · in Torque Game Engine · 10/11/2006 (7:26 pm) · 5 replies

I follow the ALT-CH6 of book <3D Game Programming All-in-One > to make my dedicate server through GG master server. But I can't find my dedicate server. why?

If I change the $Client::GameTypeQuery to "Any" in function QueryMasterServer, I can find other body's server, but still can't find mine.

QueryMasterServer(0,$Client::GameTypeQuery,$Client::MissionTypeQuery,0,100,0,2,0,100,0);

I link to Internet through ADSL at home , which is the maybe cause?

Andy.

#1
10/11/2006 (7:28 pm)
And the log is:

*** LOADING MISSION: control/data/maps/book_ch6.mis
*** Stage 1 load
*** Stage 2 load
Executing control/data/maps/book_ch6.mis.
*** Mission loaded
Sending heartbeat to master server [IP:69.64.50.217:28002]
Received info request from a master server [IP:69.64.50.217:28002].
Sending heartbeat to master server [IP:69.64.50.217:28002]
Received info request from a master server [IP:69.64.50.217:28002].
#2
10/12/2006 (4:17 am)
Check you've forwarded/opened the following ports

28000 to 28002
1031 and 1048
#3
10/12/2006 (6:15 pm)
Thanks Gary.

I once closed my firewall soft, but I forgot to disable my Norton which may blocked the connection and did not let me know.

And I can find my server in GG master server now. But I find another issue. When I click the "Join " button, the game closed automatically. And I will face the next big challange. :)

andy
#4
10/13/2006 (2:57 am)
And I find a useful link to solve the problem.
www.garagegames.com/mg/forums/result.thread.php?qt=38585

andy
#5
10/13/2006 (8:54 am)
Here I have a new question about master server.

What is the relation among GG Master server, My dedicate server and User client?

When a User Join a dedicate server showed in GG Master server, does the user client directly communicate with the dedicated server bypass the GG Master server?

andy