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
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
About the author
#2
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
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
Torque Owner JC
torquedemo.exe -mod starter.racing