From 9c83ef28ae2c7faa79d701779ebbe6ebec24d6ab Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Sun, 17 Nov 2019 19:10:15 -0600 Subject: [PATCH] Add new sound files for opening and closing vaults. --- SQF/dayz_sfx/CfgSounds.hpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/SQF/dayz_sfx/CfgSounds.hpp b/SQF/dayz_sfx/CfgSounds.hpp index 827528ee0..229eb947b 100644 --- a/SQF/dayz_sfx/CfgSounds.hpp +++ b/SQF/dayz_sfx/CfgSounds.hpp @@ -723,6 +723,29 @@ class CfgSounds { titles[] = {}; }; + class z_safeopen_0 { + name = ""; + sound[] = {"\dayz_sfx\effects\action_safeopen.ogg",1,1,30}; + titles[] = {}; + }; + class z_safeclose_0 { + name = ""; + sound[] = {"\dayz_sfx\effects\action_safeclose.ogg",1,1,30}; + titles[] = {}; + }; + + class z_lockboxopen_0 { + name = ""; + sound[] = {"\dayz_sfx\effects\action_lockboxopen.ogg",1,1,30}; + titles[] = {}; + }; + + class z_lockboxclose_0 { + name = ""; + sound[] = {"\dayz_sfx\effects\action_lockboxclose.ogg",1,1,30}; + titles[] = {}; + }; + class z_radzone1_0 { name = ""; sound[] = {"\dayz_sfx\effects\geiger_level_0.ogg",1,1,10};