commandosolo2009 |
04-05-10 10:15 AM |
Quote:
Originally Posted by geosub1978
(Post 1348104)
I had missed this question. Here is what you have to do:
Replace by Copy-Paste the following in your data/cfg/command_.cfg file, which you will open with wordpad and you are going to have:
"Q": Open torpedo tube and stay open untill you close it only by "W" button. So you can have any combination of tubes opened.
"W": Close torpedo tube.
"Y": Cycle torpedo tube.
Here we go:
[Cmd308]
Name=Open_torpedo_tube
Ctxt=1
;[Cmd309]
;Name=Close_torpedo_tube
;Ctxt=1
[Cmd310]
Name=Open_sel_torpedo_tube
Ctxt=1
Key0=0x51,,"Q"
[Cmd311]
Name=Close_sel_torpedo_tube
Key0=0x57,,"W"
Ctxt=1
;[Cmd312]
;Name=Toggle_open_close_torpedo_tube
;Ctxt=1
[Cmd323]
Name=Cycle_torp_tube
Ctxt=1
;Key0=0x57,,"W"
Key0=0x59,,"Y"
Add a ";" in front of any other - Key0=0X59,,"Y" - line of the file so it looks like
- ;Key0=0X59,,"Y"- . This will disable the previous function of the "Y" key but probably it will be one provided also on the HUD.
I use this in SH3 WAC and SH4 TMO as well and it works. I don't know if there is a conflict with anything else. Backup your original commands_.cfg
|
many thanks, mate!!!:salute::salute::salute::salute::salute::sa lute:
|