Game Development Community

I Have some t3d beginner questions

by Ace · in Torque 3D Beginner · 12/14/2014 (5:36 am) · 3 replies

First I have to say i downloaded and ran the demo and was impressed with torque again . been quite a few years

Now i ran the demo with Torque 3D x64.exe" -dedicated -mission levels/outpost.mis and it runs a dedicated server.

IF i compile this with changes and run this dedicated on my game server how do others find it?

where can i change this to my ip address?

Received info request from a master server [IP:198.101.240.242:28002].
Sending heartbeat to master server [IP:198.101.240.242:28002]


and would that be enuff for my server to pick up outside clients? (outside of lan)

#1
12/14/2014 (5:45 am)
basically i dont want to have the master server i want clients to be able to join by ip or domain
#2
12/14/2014 (7:12 am)
You can join directly - you will have to modify the Join dialog yourself to allow your users to enter an address. The dialog is located at /art/gui/joinServerDlg.gui and associated "handler" functions are located at the end of the gui file. A quick read of what's there should point you in the right direction.
#3
12/14/2014 (7:32 am)
Great! :) thank you. I will look into it, this is the next most important factor for me