Game Development Community

Is GG's master server running?

by Kenneth Eves · in Technical Issues · 09/26/2012 (1:08 pm) · 6 replies

Is the GarageGames master server still available for use?

Any confirmation that it is reliable with T3D 1.2?

#1
09/26/2012 (1:15 pm)
Is it a day ending in "y"? Then no :)
#2
09/26/2012 (1:31 pm)
It's running ... down a hill ... on fire ... covered in goblins ... which is pretty normal.
#3
09/26/2012 (1:51 pm)
The master server is back up (for the time being).
#4
09/26/2012 (4:40 pm)
You should only use our master server for testing purposes, not for a finished product.
#5
09/26/2012 (5:27 pm)
Understood. Is there any consensus on a working master server solution for T3D?

Reason I ask, is I've tried 3 in the last day or so and none functioned properly except the GG server.

They seem to be a weak link in the technology chain.
#6
09/26/2012 (6:14 pm)
You could make your own. Look at the simple master server Unity Technologies supply. It accepts a connection registering a new game of type X with name Y and lists it, or players looking for game of type X to show games. Dead simple. You could make the same functionality yourself in an evening.