Game Development Community

XBOX 360 Configuration

by Nathan De Graw · in Torque X 2D · 11/14/2007 (6:00 pm) · 2 replies

How do I make an XBOX 360 configuration in Torque X Builder? If I choose file->new project->space war XBOX 360 starter kit, I can make an XBOX 360 configuration that I can load on the Xbox just fine; however, all the Torque X Builder Tutorials that I can find tell you to choose file->new project->Starter Game and it only has an x86 configuration. How do I make or change the Starter Game configuration to build an XBOX 360 game? I just want to be able to load the "hello world" program on my XBOX.

Thank,
Nathan

About the author

Recent Threads


#1
11/14/2007 (6:55 pm)
Torque X includes the Xbox 360 project converter as a separate application. From the Windows Start Button, click ... All Programs > Torque X > XboxProjectGenerator. When the program starts, browse to your Windows version of the starter game solution file and then click the Generate button. Then click the "Open New Solution in new Instance of C# Express" button. Finally compile and deploy your project to the Xbox.

John K.
#2
11/14/2007 (9:10 pm)
That did the trick.

Many Thanks,
Nathan