Jump to content
Sign in to follow this  
icebreakr

Overwhelming ocean sound?

Recommended Posts

The ocean sound (water) seems loud even 50-100 meters or so away from water. Any clues how to lower that volume?

Share this post


Link to post
Share on other sites

Well guess it's from the class "CfgEnvSounds".

Default:

class CfgEnvSounds
{
class Sea {
	name = $STR_DN_SEA;
	sound[] = {"\ca\Sounds\Enviroment\wave_break_01", 0.1, 1};
	soundNight[] = {"\ca\Sounds\Enviroment\wave_break_02", 0.177828, 1};
};

Edited: ( The 3. value set how far the sound can be heared from it's source )

class CfgEnvSounds
{
class Sea {
	name = $STR_DN_SEA;
	sound[] = {"\ca\Sounds\Enviroment\wave_break_01", 0.1, 1, [color="Red"][b]50[/b][/color]};
	soundNight[] = {"\ca\Sounds\Enviroment\wave_break_02", 0.177828, 1, [color="Red"][b]50[/b][/color]};
};

Now it can be heared within 50 meters.

Hopt this is what you are looking for. ;)

Share this post


Link to post
Share on other sites

I've been hoping that 1.55 would fix that, but its still there.

I'll try to put this CfgEnvSounds lines into the config...

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  

×