Only show my games on master server?
by Richard Preziosi · in Torque Game Engine · 09/23/2009 (11:27 am) · 1 replies
Was trying to set up my game to only show my game servers on the master server, I thought you would do this through
$server:: GameType = "name to filter";
set that up in client/init.cs and server/init.cs
However that does not work, my games show up in LAN but not when i query master. If i change it back to $server:: GameType = "FPS Starter Kit"; it will find in the master server again.
Am I going about this wrong?
$server:: GameType = "name to filter";
set that up in client/init.cs and server/init.cs
However that does not work, my games show up in LAN but not when i query master. If i change it back to $server:: GameType = "FPS Starter Kit"; it will find in the master server again.
Am I going about this wrong?
Torque Owner Richard Preziosi
WinterLeaf Entertainment
Just wanting to make sure, changing gametype to something will only make my game show up, correct?