Game Development Community

Build options

by Shaz · in Torque Game Builder · 09/17/2008 (8:36 pm) · 3 replies

I have built and distributed my game for testing, but it's in debug mode (testers can hit ~ and bring up the console).

What do I need to do, and where do I need to do it, to disable that?
Will doing so give me a smaller exe?

#1
09/17/2008 (8:59 pm)
Did you actually build a debug exe like from visual studio? That's what is generally referred to as a debug build, but the console is not really connected with.

Well here's one way to disable it. Search for "toggleConsole", find where a key is bound to that function and comment that line out.
#2
09/17/2008 (10:04 pm)
No. I mean from within TGB, using the File > Build option.

Thanks - that should do it.
#3
09/17/2008 (10:11 pm)
Worked. Thanks :)