Game Development Community

Problems running FPS starter kit

by Noah Solomon · in Torque Game Engine · 09/01/2006 (4:53 pm) · 1 replies

I'm having issues figuring out how to run the FPS starter kit with the TorqueDemo.exe included in the indie liscense version. Can I get some help on this?

Thanks,

Noah Solomon

#1
09/01/2006 (8:51 pm)
Look in the folder with the TorqueDemo.exe and find the file called "main.cs".
Open that file in your favorite text editor (do not use wordpad. Use notepad)
and edit the following:
//-----------------------------------------------------------------------------
// Torque Game Engine 
// Copyright (C) GarageGames.com, Inc.
//-----------------------------------------------------------------------------

$defaultGame = "Demo"; // Change this line to read starter.fps instead of Demo
$displayHelp = false;

Once you change that one line, (it's at the very top) save it, and click on the demo.exe and you can play the starter.fps game. Press F11 to enter the editors while you are in the game.
Have loads of fun shooting Kork. :-)