Game Development Community

FPS & racing starter kits?

by Jason Correia · in General Discussion · 06/20/2005 (9:57 am) · 4 replies

Hi guys,

This question probably has been asked millions of times but I can't find it when I google search it,
so here it is can someone please tell me where I get the FPS & racing starter kits from the demo I downloaded the demo and I don't know what to do next, can someone help me. please!!

Thanks in advance
-Jason

#1
06/20/2005 (9:59 am)
Torquedemo.exe -game racing
(starter.fps is the default game and you need to override it)
#2
06/20/2005 (10:06 am)
In the folder that has the Torque executable(torque.exe or torquedemo.exe) look for a file called main.cs. At the top of this file you will find this:

$defaultGame = "starter.fps";

or something like it. What you have here is a line of script that sets which game to play. This one plays the FPS game. If you want the racing game it should be changed to say this:

$defaultGame = "starter.racing";

If you look in the folder you will find the folders starter.fps and starter.racing. If you decide you want a game with your own name you can do that too. Like this:

$defaultGame = "GTA.ripoff";

Have fun.
#3
06/20/2005 (1:13 pm)
Thanks neil and Anton I appreciate it. one more question where are the files? I did a search on my computer and there not coming up sry for such newbish questions.

Thanks again
-jason
#4
06/20/2005 (1:36 pm)
WIth the SDK they are in the example subdirectory - not sure if there are in with the demo. They would be a subdir where the executable is.