Game Development Community

Making .exe's

by John Sandrey · in Torque Game Builder · 08/21/2007 (12:16 pm) · 2 replies

If I was to buy the Pro version of Torque Game Builder which includes source code, can i use visual studio to make a single .exe? or do i need to add alot of files along with the .exe? Also how hard is it to set up visual studio to be used with TGB?

#1
08/21/2007 (12:49 pm)
It includes a VS project.

But if you have never used VS before, it can be a daunting environment to work in. The project should work out of the box, though. If you've used VS, you'll be right at home.
#2
08/24/2007 (10:10 am)
You'll need to include your images and scripts along with the .exe as well as a couple of .dlls. If you're concerned with distribution, download an installer that will wrap your project up into a single .exe and it will install your game automatically.