Jump to content
Sign in to follow this  
deadly01

Disabling Closure Sounds in Weapons

Recommended Posts

I am overly annoyed by the closure sound Arma 3 has which creates a very loud unrealistic moving of the bolt or slide and usually is as loud as the sound of the weapon firing.

I'm trying to figure out how to get rid of these sounds for certain weapons. Or at least make it not play the sounds. ( not vanilla weapons).

};

class Single: Mode_SemiAuto

{

sounds[]=

{

"StandardSound",

"SilencedSound"

};

class BaseSoundModeType

{

weaponSoundEffect="DefaultRifle";

closure1[]=

{

"A3\sounds_f\weapons\closure\ebr-3",

1.12202,

1.2,

30

};

closure2[]=

{

"A3\sounds_f\weapons\closure\ebr-3",

1.12202,

1,

30

};

soundClosure[]=

{

"closure1",

0.5,

"closure2",

0.5

};

};

class StandardSound: BaseSoundModeType

I tried making a muted 1 second sound file and making the path to it in the pbo... still plays original closure sound.

I've tried to completely leave the commands for the closure empty, - still plays.

I haven't tried yet, but I'm going to make the path to the closure sound to the quietest one the game has, and see if my gunshots will mask it out, maybe that will solve my problem if I can't hear it anymore.

Other than that I got no idea what else to do to either rid that of that sound.

I was thinking more on what those numbers by the closure command mean, such as the ["closure1", 0.5], I'm wondering if they just tell it how loud the sound for it should be. I don't exactly have to disable or get rid of the sound, especially since it's part of the vanilla game, I'm looking for ways to trick it to something else, or muting it.

Share this post


Link to post
Share on other sites
Hi I agree with you, I also hate the closure sounds but they only pertain to the vanilla weapons as far as I can tell.

There is an addon you can try idk if it works but check it out:

http://www.armaholic.com/page.php?id=25087

Yeah I know about that addon, the pbo only changes the vanilla weapons, and even so, it doesn't work as far as I can tell. There are closure sounds for every weapon, so every weapon addons has it in its config, and deleting the entire closure lines will dis-function it as far as I tried.

Share this post


Link to post
Share on other sites

Have you had any luck? I am wanting to do the same, I have a few rifles that if your next to you hear the click over the bang.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×