Game Development Community

Command Line

by Mark Grooby · in Torque Game Engine · 11/04/2006 (6:58 pm) · 4 replies

Hey, this is an UBER NOOB question, but I need to know.
How do I run torque using the command line?
I followed this guide thingy, and it says

Quote:Copy the deathcar folder to your torque \example folder then start the game with the command line of:

torquedemo.exe -mod racing -mod deathcar

If you have any questions please post them in the garagegames forum

So yeah, I'm posting them of the garagegames forum.

I know this is so noob its not funny, but I couldn't find how to when I searched for it.

A little help anybody?

#1
11/04/2006 (7:16 pm)
Click Start then Run
Type
CMD
press enter

That will bring up a command prompt
then you will need to navigate to your torque directory by doing cd commands.. for example my torque is installed at D:\torque\worksdk\example
so i type
d:
cd torque\worksdk\example
torquedemo.exe -mod racing -mod deathcar
#2
11/04/2006 (7:27 pm)
Hey I typed "C:" and pressed enter
Then i typed "cd TorqueNew\SDK\example" and pressed enter
And then it said "The system cannot find the path specified"
#3
11/04/2006 (7:39 pm)
You will have to change it for your location

where is your example folder?

there is an easier way too... create a shortcut to the torquedemo.exe file onto your desktop, then right click it and choose properties, then just add the -mod stuff you need at the end of the target line.
#4
11/04/2006 (7:54 pm)
Hey dont worry I got it to work