Console don't work on Vista 64-Bit, some other keys to..
by XD · in Torque Game Engine · 04/17/2008 (1:37 pm) · 17 replies
A lot of my keys don't seem to work in-game. Can anyone help me? Here is the keys that don't work,
~
-
=
'
\
[
They seem to work when I'm not in a game though.
~
-
=
'
\
[
They seem to work when I'm not in a game though.
About the author
#2
04/17/2008 (2:34 pm)
Works perfect on my 64bit vista.
#3
04/17/2008 (4:11 pm)
It does it on all Torque games, not just one.
#4
04/17/2008 (6:21 pm)
Strange. I can't replicate it. Did you see anything in the console.log?
#5
04/18/2008 (3:31 pm)
Everything looks good in the console logs.
#7
04/19/2008 (4:16 pm)
What happens if the game don't have a common folder? or no data folder? :/
#8
There are many functions invoked from the common folder so that may be the problem in your case. Try including your common folder in your example folder.
The data folder usually holds all the models used in the 3D simulation but again it depends on the game. May be empty in your case.
Luck!
Guimo
04/21/2008 (5:01 pm)
The folder structure depends on the game so it depends. There are many functions invoked from the common folder so that may be the problem in your case. Try including your common folder in your example folder.
The data folder usually holds all the models used in the 3D simulation but again it depends on the game. May be empty in your case.
Luck!
Guimo
#9
04/22/2008 (11:37 am)
I cannot even use the console in the SDK, and I have a hard time debugging scripts without the console.
#10
If you've stripped out the common directory, then you've removed quite a bit of functionality that is required for normal operations--including the console. You'll either need to move the functionality into your directory structure, or add /common back to your project.
04/22/2008 (11:49 am)
Quote:
What happens if the game don't have a common folder? or no data folder? :/
If you've stripped out the common directory, then you've removed quite a bit of functionality that is required for normal operations--including the console. You'll either need to move the functionality into your directory structure, or add /common back to your project.
#11
04/22/2008 (2:31 pm)
I have the common folder but some other games don't.
#12
04/25/2008 (10:20 am)
Most likely they've moved the scripts that were needed into an area that didn't destroy functionality.
#13
They work fine until I was forced to get a new system because of a crash.
04/25/2008 (3:20 pm)
What I'm trying to say is they don't work not matter what.They work fine until I was forced to get a new system because of a crash.
#14
04/28/2008 (8:20 am)
Do you have a non-English version of Windows?
#15
04/28/2008 (9:32 am)
It's in English.
#16
04/28/2008 (11:18 am)
This is extremely strange to me. I can't get it to replicate at all.
#17
http://www.blockland.us/smf/index.php?topic=26948.0
04/28/2008 (4:11 pm)
I'm not the only one with the problem.http://www.blockland.us/smf/index.php?topic=26948.0
Associate David Montgomery-Blake
David MontgomeryBlake