Game Development Community

1.5 & 2005 express

by Sean Richards · in Torque Game Engine · 01/27/2007 (2:27 am) · 2 replies

Ok, I am attempting to recomplie the engine and building my mods and additions to the uncomplied code. However, when I go into the complie the engine it won't complie the executable. matter of fact. It honestly acts like it's merly compling a small portion of it. I moved the folders to a new location and did a complete build. Upon finishing there were no folders, no executable or anything else. Just a couple of dlls.

here is the root folder...

www.fbi-inc.net:81/screens/root.jpg
Here is the example folder after the compile. P.S. that's TorqueDemoDebug not the regular TorqueDemo.exe.

www.fbi-inc.net:81/screens/example.jpg

As you can see it didn't complie anything really.

#1
01/27/2007 (4:58 am)
That is just the hard code version. The rest is scripts, textures, and shapes. You need to add that in yourself, the compiler doesn't do it for you.
#2
01/27/2007 (5:02 am)
Awesome..thanks..Yes, I'm new to this. I thought there might be more to this like the folders, the main.cs and so on...I wasn't expecting the the models and stuff to be there. Thanks. I'll get to work.