Game Development Community

Help playing a MOD

by Andrew Jackson · in Torque Game Engine · 06/22/2004 (5:13 am) · 2 replies

Http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=2119

In the tutorial that I have posted above, it says to "Use torquedemo -show". Could anyone tell me exactly what that means?

#1
06/22/2004 (5:24 am)
In the example directory next to the torquedemo.exe is a file called main.cs.

in main.cs on the first line is:
$defaultGame = "starter.fps";

change it to:
$defaultGame = "show";

that will bring up the show tool , change it to the name of any mod folder in that directory to bring up other mods
#2
06/22/2004 (5:33 am)
Hi Ace, thank you very much for your help.