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!