Game Development Community

Just got TGE, need some info.

by Devin Skaggs · in Torque Game Engine · 05/28/2007 (6:14 pm) · 3 replies

I just got TGE, and after i downloaded the engine, there is a;

-FPS Starter Kit
-Racing Starter Kit
-Torque Dev. Network
-Torque Game Engine Demo
-Torque SDK Demo(online)
-Uninstall Torque Game Engine
-Getting Started Tutorial
-Read Me, Torque Doc.(online)
-TGE Homepage, and Tutorial Base

i guess my question is, where is the actual Torque Game Engine within all those links?

#1
05/28/2007 (7:04 pm)
It's there. The starter kits are script and coding examples for the engine. The exe in the example folder is the binary that is created when you compile then engine.
#2
05/28/2007 (7:53 pm)
Read the getting started tutorial, it will lead you on your path. give you a hint before you start, make a copy of the game style you are working with, so if its a FPS, copy it and rename the name of your project. then open the main.cs file and change the default to the exact name of your folder(case sensitive). and then starter up, that way you always have a clean copy of the original code to draw from.
#3
05/28/2007 (9:22 pm)
Hi

torqudemo.exe is torque game engine.. it just comes preprogrammed as the demos and starter kits..

in stock torque as it comes when you installed.. has all the features built in in the exe ..but itself alone doesnt run... it needs to have pre programmed actions and behaviors in torque script to run..its more like a player that plays your game that you programmed in torquescript and renders and does what ever is needed

the first thing torquedemo.exe does after iniatilizing some features is look for a file called main.cs in the same directory ..where its defined what to do, which folders contain the common operation functions and which directory contains the game behavior and data..in this case... the common functions are in the common directory and the game data are in both starter.fps for the fps starter kit and starter.racing for the racing starter kit...

tge is a very capable indie engine but the idea of how it is and how it works at first can be confusing as hell.. .. ive been there.. but with a little bit of research in this site, the resourcess tdn and the forums...

everything gets clear.. its not that complicated as you may think but clearly it isnt easy hehehe

hope this helps

Cheers!