I need help with changing servers
by Alexander B · in Torque Game Engine · 08/20/2008 (2:49 am) · 12 replies
In starter.fps instead of the servers connecting to the garagegames ip i would like it to connect to my ip.
How can i do that?
How can i do that?
#2
08/21/2008 (2:03 am)
Don't understand what you are asking about...
#3
08/21/2008 (9:23 am)
Do you mean setting up your own master server?
#4
08/21/2008 (2:57 pm)
What i mean is when starter.fps loads servers and starts severs the server isn't coming from garagegames. If a master server makes servers from my ip then thats what i need.
#5
08/21/2008 (3:29 pm)
If you are talking about changing the Master Server where your game connects to your master server, you need to look in the server side "starter.fps/server/defaults.cs" to change the IP address.
#6
08/21/2008 (3:57 pm)
I found this is defaults.cs $pref::Master[0] = "2:master.garagegames.com:28002"; do i change $pref::Master[0] = "2:master.garagegames.com:28002"; to my ip?
#7
08/21/2008 (4:03 pm)
So change it to "2:127.0.0.1:28002"
#8
08/21/2008 (6:44 pm)
Will it work better if i change the 127.0.0.1 to my ip?
#9
08/21/2008 (9:15 pm)
Well first off, you need to set up a master server so when you change the IP it connects to your master server. But you need the IP to have the Port but I'm not sure about the 2 in front.
#10
Since you're asking this on newbie forum I'm guessing you're not at the point where you want to do any of that..
08/22/2008 (2:55 am)
Unless you are running a MASTER SERVER (note: *not* a dedicated server), you should not set this to your IP address. In fact you should probably set it to NULL or just ignore it.. It doesn't really do anything and is only important if you intend to distribute a dedicated server binary of your game for people to host servers of, in which case you probably want to have a number of real master servers hosted in various locations around the globe..Since you're asking this on newbie forum I'm guessing you're not at the point where you want to do any of that..
#11
08/22/2008 (3:14 am)
The reason why i want it to connect to me is because when my friends play my game with me it lags a lot. IS there any other fix for the lag issue?
#12
Instead use the client to host a server or put the dedicated server on another system, the performance is TERRIBLE when you run both dedicated server and a separate client connected to it on the same system.
So it's either client or dedicated server, not both.
08/22/2008 (10:23 am)
Yes, don't run the dedicated server on the same system as the client...Instead use the client to host a server or put the dedicated server on another system, the performance is TERRIBLE when you run both dedicated server and a separate client connected to it on the same system.
So it's either client or dedicated server, not both.
Torque Owner Alexander B