Server names on query
by Howard Dortch · in Torque 3D Professional · 12/19/2013 (7:15 am) · 1 replies
We have a lan with 4 games running and 4 players per game. I am having trouble giving the servers names so the players can join the right server.
How to I name a server on the machine that starts the game
How to I read the name from the client side in the joinserverdlg list
Been trying to alter $ServerInfo::ServerName = "game_one" but client side list wont show the name
Any help?
How to I name a server on the machine that starts the game
How to I read the name from the client side in the joinserverdlg list
Been trying to alter $ServerInfo::ServerName = "game_one" but client side list wont show the name
Any help?
Torque 3D Owner Howard Dortch
Default Studio Name
Seems $Pref::Server::ServerName on the server side equals $ServerInfo::ServerName on the client...