Game Development Community

How to open Console?

by Matthews_30 · in Torque Game Builder · 10/10/2005 (8:59 am) · 4 replies

I cannt find how to open de "famous" Console, i have torque 2D.

Is there any command for this?

thanks a lot!

matt.

#1
10/10/2005 (9:03 am)
If you check out T2D/client/client.cs you'll notice this bind

Quote:
GlobalActionMap.bind(keyboard, tilde, ToggleConsole);

That binds toggleConsole() to the tilde key. You can change it, naturally, to whatever you wish.

--
Hans
#2
10/11/2005 (3:10 pm)
Also unbinding should disabled access to the console right??
#3
10/11/2005 (3:33 pm)
In the same file as your T2D executable you'll also find a text document that is a copy of your last T2D console display. If you have any problems, you can copy/paste the contents of that file on the forums so people can help you identify what is wrong.
#4
07/10/2007 (4:32 pm)
I couldn't find the error log and ironically you can't cut and paste directly from the console.

So here's the like that is probably the error;

Error: cannot unlink namespace parent linkage for Menu for GuiButtonCtrl.
Error: cannot change namespace parent linkage for Menu form GuiButtonCtrl to t2dStaticSprite.

(I took a screen shot and retypoed)

btw thx