View Single Post
Old 12-21-18, 07:26 PM   #11485
DieSauergurke
Nub
 
Join Date: Nov 2013
Posts: 2
Downloads: 231
Uploads: 0
Default

Quote:
Originally Posted by DieSauergurke View Post
Hello and thanks for this great mod.

Just a small question:
Is there a way to remove the annoying "closing tube x" sound files that are played when you switch to another tube?
They can get pretty annoying if you just want to set up all the torpedos.

Already tried to remove the corresponding sound files in "Silent Hunter 5\data\Sound\Speech\TorpedoMan", but unfortunately nothing changed.

Thanks in advance.
Found a solution for the issue if anyone is interested.

You have to edit the following file:
Silent Hunter 5\data\Cfg\Message_WE.cfg

There you have to set Param0-2 to 0 like this:
Code:
[Msg7]
MsgId=7
Priority=2
Timeout=30
Param0=0
MsgOgg0_0=MC_CR_SO_43;Flooding tube
MsgOgg0_1=MC_CR_SO_44;Closing tube
Param1=0
MsgOgg1_0=0;Number
Param2=0
MsgOgg2_0=MC_CR_SO_43B;english - nothing / german - <something>
MsgOgg2_1=MC_CR_SO_44B;english - nothing / german - wird geschlossen

Furthermore you can also get rid of the other annoying soundfiles (magnetic/impact pistol, salvo/single shot) played while setting up your torpedoes.
You have to delete the Sound_* entries below [Cmd326] and [Cmd329] in the file Commands.cfg inside the same folder as Message_WE.cfg.

See below:
Code:
[Cmd326]
Name=Set_salvo_mode
Contexts=1

[Cmd327]
Name=Set_torpedo_depth
Contexts=1

[Cmd328]
Name=Set_torpedo_speed
Contexts=1

[Cmd329]
Name=Set_torpedo_pistol
Contexts=1
DieSauergurke is offline   Reply With Quote