View Single Post
Old 05-08-12, 06:41 PM   #206
speedfreek
Swabbie
 
Join Date: May 2012
Location: London
Posts: 5
Downloads: 17
Uploads: 0
Default

Hi, and for my first contribution...

Quote:
In the Data/Cfg folder you will find the 'commands_en.cfg' file.

At the top are the 6 commands for time commpression. Change command 6 to :

[Cmd6]
Name=Time_compr_normal
Ctxt=1,2,6,9
Key0=0x0D,,"Enter"

Then about 3/4 down the page there are the commands for firing, tube selection, ect... change command 313 to

[Cmd313]
Name=Fire_torpedo
Ctxt=1
;Key0=0x0D,,"Enter"

Putting the ; infront of a line stops the game from using that line.
I am using stock SH3 and have been, err, tinkering, so for those of us without GWX or keymapping utils, here is how to map the torpedo to Control+Enter.

[Cmd313]
Name=Fire_torpedo
Ctxt=1
Key0=0x0D,c,"Ctl+Enter"

My latest tweak is to map the navigator reporting the depth under the keel to Control+K.

[Cmd130]
Name=Get_depth_under_sub_keel
Ctxt=1
MnID=0x3F250005
Key0=0x4B,Cc,"K"

Oh, and don't forget to make a backup copy of the file before you edit it, just in case it all goes horribly wrong!
speedfreek is offline   Reply With Quote