Jump to content
Sign in to follow this  
stephen271276

Custom sound really quiet?

Recommended Posts

Hi guys, whan I use my own custom voice files you can hardly hear them in game is there a way to increase the volume?

class CfgSounds

{

sounds[] = {};

class scream

{

name = "scream";

sound[] = {"\sound\scream.ogg", 1, 1};

titles[] = {};

};

class sorry

{

name = "sorry";

sound[] = {"\sound\sorry.ogg", 1, 1};

titles[] = {};

};

};

The "scream is really loud, where as the "Sorry" is really quiet?

Share this post


Link to post
Share on other sites

class sorry

{

name = "sorry";

sound[] = {"\sound\sorry.ogg", db+10, 1};

titles[] = {};

};

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  

×