Game Development Community

Torque Source Code

by Mike G · in General Discussion · 01/26/2012 (1:57 pm) · 5 replies

I have the TGE license and i am trying to compile the source code. Can anyone tell me exactly how to do it? I have visual studio 10

#1
01/26/2012 (2:39 pm)
I believe that you will have to convert the solution since I believe the last version was for 2005 in TGE. It has been a long time since I have compiled TGE.
#2
01/26/2012 (8:56 pm)
Yep, you'll have to let Visual Studio convert the old 2005 solution and fix up any conversion issues -- there weren't any with 2008 but I have not used TGE in a while either.
#3
01/27/2012 (9:42 am)
So once i get it in a solution, how would i compile it?
#4
01/27/2012 (10:20 am)
I would recommend going through the introductory Visual Studio 2010 tutorials that Microsoft has online. They will take you through the basic process of using the software and compiling projects.
#5
01/27/2012 (10:22 am)
Once you've made your source code changes you would choose your build type (Debug or Release) from the drop-down-box on the toolbar and hit Build Solution in the Build menu. A few minutes later the executable will then be in the game's directory.