Game Development Community

Running Examples

by Christian Menge · in Torque Game Engine · 09/19/2004 (8:58 am) · 4 replies

Hey Guys,

Can't find the docs/instructions on how to run the examples in c:\torque\example\starter.racing.

I've tried:

"torquedemo.exe -starter.racing"

Is this documented somewhere? I spent an hour looking for instructions and can not seem to find the data.

Christian

#1
09/19/2004 (9:04 am)
Been a while since I messed with torque.. but give this a shot:

torquedemo.exe -mod starter.racing
#2
09/19/2004 (9:11 am)
The way I ran it was like this:
1. Go into the examples folder of the torque folder
2.open the main.cs with an editor
3.find where it says $defaultGame = "starter.fps"; (should be near the top)
4.Then change it to this $defaultGame = "starter.racing";
5. Now just run torque and it should run the racing one

Be sure to open the main.cs that is in the example folder not the racing one
#3
09/19/2004 (10:17 am)
See Using the Torque Demo Application for valid command line arguments.