I am trying to get all of the torpedos to make a splash sound on hitting the wather and the explosion sound on hitting the ship.
Is there already a torpedo that does this? And if so what files should I modify?
Sort of figured part of it; if you add the following lines to the sounds.xml you get the torpedo splash sound provided you have the sound files waterslash.wav and xwatherslash.wav : <torpedo_splash> <sound file="xwatersplash.wav" FileInt="watersplash.wav"/>
</torpedo_splash>
As for the explosion of the ship this part should be in the ship .xdp file but I avent figured out wich lines yet.