From b956dcfc711ec943085793fa76d456badbd55f1b Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Wed, 22 Jul 2020 21:39:06 -0500 Subject: [PATCH] Update CfgSounds.hpp Add lower volume version of the blizzard sound effect for players inside buildings. --- SQF/dayz_sfx/CfgSounds.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SQF/dayz_sfx/CfgSounds.hpp b/SQF/dayz_sfx/CfgSounds.hpp index 10e669a85..47f8b4608 100644 --- a/SQF/dayz_sfx/CfgSounds.hpp +++ b/SQF/dayz_sfx/CfgSounds.hpp @@ -821,4 +821,9 @@ class CfgSounds { sound[] = {"\dayz_sfx\effects\blizzard.ogg",1,1}; titles[] = {}; }; + class blizzardLow { + name = ""; + sound[] = {"\dayz_sfx\effects\blizzard.ogg",0.5,1}; + titles[] = {}; + }; };