View Single Post
Old 03-13-08, 11:14 AM   #6
Yanaran
Watch
 
Join Date: Apr 2007
Posts: 29
Downloads: 0
Uploads: 0
Default

What you need to do is, in the commands.cfg, comment out (; infront) the "close_torpedo_tube" and "toggle_open_close_torpedo_tube" commands and add keys for "open_sel" and "close_sel" (if you want to be able to manually close the tubes) commands.

The relevant section in my cfg looks like this

Code:
[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=0x51,c,"Ctrl+Q"
Ctxt=1

;[Cmd312]
;Name=Toggle_open_close_torpedo_tube
;Ctxt=1
;Key0=0x51,,"Q"
With a single tube selected this will open and keep open that tube even if you select another tube afterwards. With salvos selected, this will open all the tubes for that salvo at once (nice sideffect that I did not expect when I did this) and keep them open.

I did not come up with this myself, someone posted this long ago and I still had those edited cfg's around when I started playing the U-boat addon.
Yanaran is offline   Reply With Quote