Game Development Community

Multiple copies of Torque

by Ali Khan · in Torque Game Engine · 09/03/2006 (10:55 pm) · 1 replies

How do I run multiple copies of Torque on the same machine.

At the moment when I run a second copy it displays a message "A copy of Torque is already running"

#1
09/04/2006 (12:57 am)
Engine\gui\shiny\guiEffectCanvas.cc line 42

Comment out these lines:
//#if !defined(TORQUE_DEBUG) && !defined(INTERNAL_RELEASE)
//   if(!Platform::excludeOtherInstances("TorqueTest"))
//      return false;
//#endif