Game Development Community

Torque doesn't start

by Mike Vatcher · in Torque Game Engine · 01/27/2007 (5:25 pm) · 2 replies

I bought the TGE and downloaded it and it only starts the demo screen of it.why can't i start this program after paying for? and yes i have a license for it.

PLZZZZ HELP

About the author

Recent Threads


#1
01/27/2007 (5:41 pm)
Did the demo version you downloaded work?
Are your graphic drivers up to date?
What is your system setup?
What does the console.log say?
#2
01/27/2007 (5:50 pm)
What do you mean it only start the demo. Does this mean you cant get into the demo or you want to start the starter.fps? You dont say what OS you using but I am on Window look under All Programs\Torque Game Engine SDK you will see icon to start the stater.fps and others. OR go to c:\Torque\SDK\example then open main.cs in any text editor and change this line from

$defaultGame = "demo";

To

$defaultGame = "starter.fps";

Then launch the game engine the starter.fps should be working.