Game Development Community

Compiling question

by Daniel Horton · in Torque Game Engine · 08/01/2004 (11:40 am) · 1 replies

If I make canges to files in the starter.fps folder, do they appear when I compile and run the sdk.dsw file in the VC6 folder??? If not, how do I compile the starter... How do I compile the racing starter? help is always well-received.

#1
08/02/2004 (10:09 am)
All the files in example does not compile with the c++ source !
Most things in the example folders are script only

If you have a torquedemo.exe then change in example/main.cs
from
$defaultGame = "starter.fps";
to
$defaultGame = "starter.racing";
or
$defaultGame = "demo";
or
$defaultGame = "tutorial.base";

And launch the game .