Jump to content
Sign in to follow this  
sgt m.stonebridge

Suppressor Sound

Recommended Posts

Hello,

 

I'm looking add in a sound bite to be used for all suppressors, I have the sound I want but I don't know how to get it into game as a mod. Does anyone know how to?

 

Share this post


Link to post
Share on other sites

You must change some lines in weapons config, strictly these lines - 

 

class SilencedSound: BaseSoundModeType
{
begin1[] = {"A3\sounds_f\weapons\silenced\silent-18",0.794328,1,100};
begin2[] = {"A3\sounds_f\weapons\silenced\silent-19",0.794328,1,100};
begin3[] = {"A3\sounds_f\weapons\silenced\silent-11",0.794328,1,100};
soundBegin[] = {"begin1",0.333,"begin2",0.333,"begin3",0.333};
};

 

For more information, I recommend a look here - https://community.bistudio.com/wiki/CfgWeapons_Config_Reference

 

Ps.

I think it is a bad forum section;p

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  

×