Game Development Community

Master Server

by Balmer Steve · in Torque 3D Beginner · 04/30/2010 (3:45 am) · 10 replies

Hi All
I am new to torque 3d . I am running dedicated server using

the following command

thegame.exe game starter -dedicated levels/mission.mis

Suppose if i have to lauch a game . Shall i have to make my own master server

or i can run with the torque master server itself.

is it 100%guaranteed that the torque 3d master server will work fine. or i have to move

my own master server.


Thank n advance





#1
04/30/2010 (7:21 am)
The Master server that we have is for testing your games. It is not guaranteed to be available. To ensure that your players have access to your game (as well as working with any analytics you need for your players), you should have your own Master Server in place.
#2
05/05/2010 (11:04 pm)
@David

How can i write my own Master Server. Is there any code avaiable by GG.
which language i have to use.

#3
05/06/2010 (6:21 am)
Your master server will depend on what the needs of your game are. Are you going to be looking at implementing a ladder system or simple matchmaking? There is code in the resources for master server implementations and you can get the latest version of the TNL source (GPL) from Mark Frohnmayer's github: http://github.com/nardo/tnl2.git
#4
05/06/2010 (10:09 am)
That github page does not exist
#5
05/06/2010 (10:26 am)
That's the git URL.

Here's the project:
http://github.com/nardo/tnl2
#6
05/06/2010 (10:32 pm)
@Dave Thank you for your link.

I have one doubt.

with the above link . shall i create Master Server for Torque 3d or it is only for tge master server.
#8
05/07/2010 (10:06 am)
And that totally mangled the url, just do a search for master server in the resources and you will find no less than a dozen different alternatives. Possibly outdated, true, but if it works in TGE it will work for TGEa and T3D (with a little minor work).
#9
05/10/2010 (1:25 am)
Thank you David..

#10
05/24/2010 (9:59 pm)
For Master Server...

http://www.torquepowered.com/community/resources/view/14666/

Its works fine and good..