Game Development Community

What is the console?

by James Bond · in Torque Game Engine · 06/06/2004 (10:01 pm) · 11 replies

How do I acces the consle to exec a *cs file ?

This might sound really lame i know but anyone?
-Ta

#1
06/07/2004 (3:54 am)
Just the console? When the demo/game is run hit the tilde key ~ on the upper left of the keyboard. Or are you talking internal launch scripts?
#2
06/07/2004 (9:58 pm)
Thanks the tidal key is what i needed.
#3
07/14/2004 (2:50 pm)
Hi there, well, I've got the same question as "My name is Bond, James Bond"...
I still can't find how to pop open the console. To get the "~" I press [alt gr]+[=], that should result into "~", but nothing happens.
Any clues? I'm using AZERTY

UGeO
#4
07/15/2004 (8:24 am)
Try grepping the scripts for ~ or tilde and changing it to something else - somewhere there is a command bind that triggers the console.

Have you tried pressing '?
#5
07/15/2004 (12:11 pm)
Try pressing whatever key as at the left of the '1' key (not the keypad). Might be ' as Ben suggested, but I'm not familiar with AZERTY keyboards.
#6
07/15/2004 (8:24 pm)
Xavier yes you are correct. I found this out sometimelast week but I havent been back to the forum since. the key I press has the following symbols on it and it is located below the "Esc" key to the left of the "1" key and above the "TAB" key.
' ¬

This is the standard layout on a UK keyboard.
#7
07/16/2004 (12:41 am)
On every UK keyboard I've ever used, the tilde is over by the "enter" key and is obtained by pressing shift and "#".

Of course, you need to have told DOS and Windows that you're using a UK keyboard, or they will assume you're using a US version, and certain keys will print the wrong symbols.

I would imagine a similar problem exists for AZERTY keyboards, as more than one country uses those too.
#8
07/16/2004 (8:55 am)
Someday we're going to have to put Unicode and i18n support into Torque... :(
#9
07/17/2004 (9:36 am)
Wysardry,
This is true but the tidle key on a UK keyboard is usless, in that it dosn't accsess the consol. I use the "'¦" key that is to the left of the number 1 key.
#10
07/17/2004 (10:19 am)
On Swedish keyboards, it's also the key left to NR 1, and below the ESCAPE key. If it makes any sense, it's a QWERTY keyboard.
#11
07/17/2004 (2:03 pm)
James: I've just tried that and it does seem to work that way, which is strange because that key does produce "'" (the backtick) as it is suppoed to when pressed in Windoze or DOS, and even in the console editor itself.

If anyone else has similar problems, I would suggest trying all the symbol keys one at a time (with and without shift) until they find out which one works.