Game Development Community

Help getting racing mod running

by Shane Adams · in Torque Game Engine · 08/20/2002 (10:51 pm) · 2 replies

Hello - just got torque to build properly and now I'm having trouble getting the racing mod to load.

I've tried

torquedemo -game fps -mod racing
torquedemo -game racing

etc.

Whenever I specify racing, the app seems to load but when I launch the mission I cannot select any 'mission'.

I've even tried

torquedemo -game fpts -mission waterworld -mod racing

to no avail.

Checked the forums, didn't see any explicit instructions on how to get started.

Any help?

#1
08/20/2002 (11:04 pm)
did you also try

torqueDemo.exe -mod racing

only?
... at least that's how it always worked... don't have a really current HEAD at the moment, though...
#2
08/20/2002 (11:19 pm)
Hey thanks - that worked! The code in main.cs seemed to imply to me (although I am totally new to the environemnt) that -game racing would just load racing since -game resets the mod list and sets the mod to be whatever the value of the argument. Have to figure out what I'm not understanding.

Thanks again!

Shane