View Single Post
Old 12-08-18, 07:30 PM   #2
Greystone
Sparky
 
Join Date: Apr 2007
Location: San Francisco area
Posts: 155
Downloads: 135
Uploads: 0
Default

I ran across info I saved from my SH3 install that changed the input for the Fire Torpedo command from Enter to Ctrl+Enter, and implemented the change I made in SH3 over to SH4 and it accomplished what I was looking for. I can now fire a torpedo using Ctrl + Enter, and when I hit Enter alone nothing happens.



For SH4, go into the Data\Cfg folder and locate the commands.cfg file.
Open it and Scroll down to the [Cmd313] section.


This is how it will look:
[Cmd313]
Name=Fire_torpedo
Ctxt=1
Key0=0x0D,,"Enter"


Change it to this:
[Cmd313]
Name=Fire_torpedo
Ctxt=1
Key0=0x0D,c,"Ctl+Enter"


(You only have to alter the last line)

Last edited by Greystone; 12-09-18 at 08:35 PM.
Greystone is offline   Reply With Quote