Game Development Community

Exe Help

by Salvador Garc · in Torque Game Builder · 12/14/2007 (12:08 am) · 2 replies

I have finished my very first game but it turns out that I can't create an executable file to run it. It works perfectly when a run the project right from Torquex, but how do I create an .exe file??

PLEASE HELP!!!

About the author

Recent Threads

  • Exe Help
  • Exe Help
  • Exe Help

  • #1
    12/14/2007 (1:26 pm)
    It should be created in your Bin folder. I'm guessing you re working with XNA and .Net right? I am not sure what you're trying to do? Do you want to run it in a different pc or what?
    #2
    12/15/2007 (10:05 am)
    Goto File, Build Project

    In the dialog that pops up select the directory where you want the game to be, make sure you selected the right platform and click build.. The game should be in the directory you selected and playable now.