Game Development Community

Start to finish tutorial?

by Christopher Ellis · in Torque X 2D · 01/16/2008 (9:38 am) · 1 replies

Are there any tutorials out there that walk you through all the way to the end? I'm doing the five new tutorials, but they all stop rather abruptly. What I'm looking for is a tutorial that goes all the way to the end, showing how to play the game without using the Debug function.

#1
01/16/2008 (12:58 pm)
All of the samples are completely playable from outside XNA Game Studio Express and Torque X Builder. Find your project folder and browse to a subdirectory named Game\bin\x86\Debug (or Release). You should find your compiled (and distributable) Game.exe alongside the Torque.dll and TorqueSettings.xml. You can copy this folder (and its sub-folders) anywhere and run it like any other compiled game. Just remember that if you want to distribute it or copy it to a friends computer, they also need to have the .NET Framework, Direct X, and XNA Framework DLLs.

John K.