Quote:
Originally Posted by Telemon
Hi,
Just come to Wolves and have several questions. I'll address them in separate posts to make replying easier.
My first question is a 'how to do' one. I want to disable the 'Fire torpedo' using the 'Enter' key. I've been to the cfg commands file and changed
[Cmd313]
Name=Fire_torpedo
Ctxt=1
Key0=0x0D,,"Enter" to:
[Cmd313]
Name=Fire_torpedo
Ctxt=1
Key0=0x0D,,""
This has not had any effect, I suppose that there is some other change I must make. Can any one help with this one please4?
Thanks in advance.
|
0X0D is the hex ID for the Enter key. "Enter" is nothing more than a text string tell you (while reading it) what that is. You have to change the hex ID too. The best way is to put a "c" without the quotes in between those two commas, so make the line read
Key0=0x0D,c,"Enter" and it'll be CTRL+Enter to fire a torpedo. That's the very first change I made when I got SH4. It's incorporated in several different mods, that problem is so common.
__________________
We, the unwilling, led by the unknowing, are doing the impossible for the ungrateful. We have done so much, for so long, with so little, that we are now qualified to do anything with nothing.
Last edited by Quillan; 11-10-08 at 08:54 AM.
|