Game Development Community

Torque 3D Beta 1 BUG: Commands not working

by Bloodknight · in Torque 3D Professional · 05/01/2009 (12:49 pm) · 1 replies

I created a new project and packaged it up for 'distribution', however without the tools folder you cannot quit the game, the dialogue box for quit mission never appears.

I also cannot bring up the console at all, the bindings appear to be correct but i get no console when i hit the tilde key


Mobo: Asus Crosshair CPU: AMD x2 64 6000+ GPU: BFG GTX 260 OCX 896mb Mem: 4gb Corsair TWIN2X2048-6400C4

#1
05/01/2009 (1:02 pm)
@Bloodknight: I don't have the code in front of me right now but this same thing happens with TGEA (and probably TGE too). The reason for this is that there are some utility functions that are used for making popup dialogs that are in the tools directory. I believe if you search for something like: MessageBoxYesNo or MessageBoxOK you might be able to find the functions that are responsible for making the popup dialogs and move the code into your main project.

You can also create GUI items dynamically and create your own popup dialog system.