Game Development Community

Master Server Question

by Chris Skinner · in Torque Game Engine · 05/23/2006 (11:49 am) · 1 replies

I noticed that my game continues to go out and look for the "master server" but if I'm hooked up to a small network without internet access I get an error. I just want to turn off the " master server " query all together. Any suggestions would be greatly appreciated. Thanks.

#1
05/23/2006 (12:09 pm)
$pref::Net::DisplayOnMaster = "Never";

Look at function createServer() in common/server/server.cs for details.