Where is the engine??
by ERIC-Xavier (X-MEN) · in Torque Game Engine · 07/04/2008 (3:18 pm) · 6 replies
Hello I have recently bought the toque game engine but when i bought it and downloaded everything i needed to i noticed that i didnt have the engine on my computer. just the sdk a torque show tool pro(i dont know if this is the right place..im new(=.) Am i getting a disk? anyone that helps thank you!!!
#2
07/06/2008 (3:24 pm)
Thank you for your help mike but yet again i have another problem i do not have a folder that says "tge 1.5.2.... is this because i have vista???
#3
07/06/2008 (4:13 pm)
Torque installs to the root C drive by default. Look there for a folder called Torque, inside it should be a folder named TGE_1_5_2 (or some form of that). If there's nothing there, reinstall it.
#4
The engine source is inside the subfolder called engine, and a pre-compiled version of the engine ready for you to start game building can be found under the example directory.
07/06/2008 (5:36 pm)
I have Vista and it installed exactly how Scott has described. C:\torque\TGE_1_5_2The engine source is inside the subfolder called engine, and a pre-compiled version of the engine ready for you to start game building can be found under the example directory.
#5
Just a quick comment here, VC6 is Visual C++ 6 projects and workspaces, and VC7 is Visual Studio .NET (although in this case the solution is .NET 2003 which is technically 7.1).
In mk are makefiles for multiple compilers/platforms (g++, CodeWarrior, and VC6).
07/07/2008 (12:34 pm)
"vc6 and vc7--make files for visual studio 2006 and 2007"Just a quick comment here, VC6 is Visual C++ 6 projects and workspaces, and VC7 is Visual Studio .NET (although in this case the solution is .NET 2003 which is technically 7.1).
In mk are makefiles for multiple compilers/platforms (g++, CodeWarrior, and VC6).
#6
07/08/2008 (3:51 pm)
Thank you guys alot for your help i have now found the engine and now starting my first project(;
Torque Owner Mike Rowley
Mike Rowley
The folders are:
Engine-- Holds all the engine code
bin-- holds the tools the torque engine uses
lib-- the library files
tools--exporters
mk--?? I have no clue what those files are, but I believe they are created by vs2005
vs2005--make files for visual studio 2005
vc6 and vc7--make files for visual studio 2006 and 2007
xcode--Mac make files.
Doc--Torque documentation files
Example--The torque examples.
If you don't have these folders, you need to go back to your account page and redownload and install torque.