Game Development Community

Racing Demo

by Luke Carter · in Torque Game Engine · 09/05/2004 (1:48 am) · 2 replies

Hi guys,

I'm a bit of a newbie as far as torque is concerned and i've just downloaded the HEAD version in the hope of having a look at the racing demo, though I can not see this when I build the Torque Demo project.
I'm guessing i'm either building the wrong thing, looking in the wrong place or need to change some settings but can't find the info on the site so if anyone could tell me how it's done that would be greatly appreaciated.

Cheers,
Luke

About the author

Recent Threads

  • Torque tutorial

  • #1
    09/05/2004 (1:53 am)
    Hi Luke,

    there are to ways to start the other "demos"

    1. Start your exe with => "torqueDemo.exe -game starter.racing" or "-game demo" or "-game tutorial.base"

    2. look into "main.cs" in your example folder. In the 6. Line there is a variable
    $defaultGame = "starter.fps";

    change this to

    $defaultGame = "starter.racing";

    - Sven
    #2
    09/05/2004 (1:58 am)
    Thanks Sven, you've just saved me loads of time :-).

    Luke