diff --git a/SQF/dayz_sfx/CfgMusic.hpp b/SQF/dayz_sfx/CfgMusic.hpp index 86eab1166..e6338ee41 100644 --- a/SQF/dayz_sfx/CfgMusic.hpp +++ b/SQF/dayz_sfx/CfgMusic.hpp @@ -232,4 +232,16 @@ class CfgMusic sound[] = {"\dayz_sfx\samples\suspense_35.ogg", db+0, 1.0}; duration = 20; }; + class z_suspense_36 + { + name = ""; + sound[] = {"\dayz_sfx\samples\suspense_36.ogg", db+0, 1.0}; + duration = 48; + }; + class z_suspense_37 + { + name = ""; + sound[] = {"\dayz_sfx\samples\suspense_37.ogg", db+0, 1.0}; + duration = 36; + }; }; \ No newline at end of file diff --git a/SQF/dayz_sfx/CfgSounds.hpp b/SQF/dayz_sfx/CfgSounds.hpp index 362b2feff..6fd1a9b11 100644 --- a/SQF/dayz_sfx/CfgSounds.hpp +++ b/SQF/dayz_sfx/CfgSounds.hpp @@ -9,6 +9,11 @@ class CfgSounds { sound[] = {"\dayz_sfx\effects\chopwood.ogg", 0.1, 1, 50}; titles[] = {}; }; + class z_minestone_0 { + name = ""; + sound[] = {"\dayz_sfx\effects\minestone.ogg", 0.1, 1, 50}; + titles[] = {}; + }; class heartbeat_1 { name = ""; sound[] = {"\dayz_sfx\effects\heartbeat_1",0.8,1,30}; @@ -185,6 +190,21 @@ class CfgSounds { sound[] = {"\dayz_sfx\effects\action_cook_2.ogg",0.2,1,30}; titles[] = {}; }; + class z_eat_chips_0 { + name = ""; + sound[] = {"\dayz_sfx\effects\action_eat_chips_1.ogg",0.3,1,40}; + titles[] = {}; + }; + class z_eat_chips_1 { + name = ""; + sound[] = {"\dayz_sfx\effects\action_eat_chips_0.ogg",0.3,1,40}; + titles[] = {}; + }; + class z_eat_chips_2 { + name = ""; + sound[] = {"\dayz_sfx\effects\action_eat_chips_2.ogg",0.3,1,40}; + titles[] = {}; + }; class z_eat_0 { name = ""; sound[] = {"\dayz_sfx\effects\action_eat_0.ogg",0.1,1,20}; @@ -518,16 +538,16 @@ class CfgSounds { name = ""; sound[] = {"\dayz_sfx\action\z_hit_0.ogg",0.1,1,30}; titles[] = {0, ""}; - }; + }; class z_hit_1 : z_hit_0 { sound[] = {"\dayz_sfx\action\z_hit_1.ogg",0.1,1,30}; - }; + }; class z_hit_2 : z_hit_0 { sound[] = {"\dayz_sfx\action\z_hit_2.ogg",0.1,1,30}; - }; + }; class z_hit_3 : z_hit_0 { sound[] = {"\dayz_sfx\action\z_hit_3.ogg",0.1,1,30}; - }; + }; class z_hit_4 : z_hit_0 { sound[] = {"\dayz_sfx\action\z_hit_4.ogg",0.1,1,30}; }; @@ -538,21 +558,23 @@ class CfgSounds { sound[] = {"\dayz_sfx\action\z_hit_6.ogg",0.1,1,30}; }; class z_hit_7 : z_hit_0 { - sound[] = {"\dayz_sfx\action\z_hit_7.ogg",0.1,1,30}; + sound[] = {"\dayz_sfx\action\z_hit_1.ogg",0.1,1,30}; }; class z_hit_8 : z_hit_0 { - sound[] = {"\dayz_sfx\action\z_hit_8.ogg",0.1,1,30}; + sound[] = {"\dayz_sfx\action\z_hit_2.ogg",0.1,1,30}; }; class z_hit_9 : z_hit_0 { - sound[] = {"\dayz_sfx\action\z_hit_9.ogg",0.1,1,30}; + sound[] = {"\dayz_sfx\action\z_hit_3.ogg",0.1,1,30}; }; class z_hit_10 : z_hit_0 { - sound[] = {"\dayz_sfx\action\z_hit_10.ogg",0.1,1,30}; + sound[] = {"\dayz_sfx\action\z_hit_4.ogg",0.1,1,30}; }; class z_hit_11 : z_hit_0 { - sound[] = {"\dayz_sfx\action\z_hit_11.ogg",0.1,1,30}; + sound[] = {"\dayz_sfx\action\z_hit_5.ogg",0.1,1,30}; + }; + class z_hit_12 : z_hit_0 { + sound[] = {"\dayz_sfx\action\z_hit_6.ogg",0.1,1,30}; }; - class z_fracture_0 : gore_1 { sound[] = {"\dayz_sfx\gore\fracture_0",1,1,80}; }; @@ -641,6 +663,23 @@ class CfgSounds { class z_open_inventory_4 : z_open_inventory_0 { sound[] = {"\dayz_sfx\effects\action_open_inventory_4.ogg",0.1,1,30}; }; + class z_trap_trigger_0 { + name = ""; + sound[] = {"\dayz_sfx\effects\trap_trigger_0.ogg",0.1,1,30}; + titles[] = {}; + }; + + class z_trap_cans_0 { + name = ""; + sound[] = {"\dayz_sfx\effects\trap_tripwire_cans_0.ogg",0.1,1,30}; + titles[] = {}; + }; + class z_trap_cans_1 : z_trap_cans_0 { + sound[] = {"\dayz_sfx\effects\trap_tripwire_cans_1.ogg",0.1,1,30}; + }; + class z_trap_cans_2 : z_trap_cans_0 { + sound[] = {"\dayz_sfx\effects\trap_tripwire_cans_2.ogg",0.1,1,30}; + }; // epoch sounds class z_keypad_tick_0 { diff --git a/SQF/dayz_sfx/config.cpp b/SQF/dayz_sfx/config.cpp index f716fb55b..4159069f3 100644 --- a/SQF/dayz_sfx/config.cpp +++ b/SQF/dayz_sfx/config.cpp @@ -1,7 +1,3 @@ -// config_lha.bin - 20:24:26 04/23/11, generated in 0.24 seconds -// Generated by unRap v1.06 by Kegetys -// Separate rootclasses: Disabled, Automatic comments: Enabled - #define VSoft 0 #define VArmor 1 #define VAir 2 @@ -17,13 +13,15 @@ #define EAST 0 // (Russian) -class CfgPatches { - class dayz_sfx { +class CfgPatches +{ + class dayz_sfx + { units[] = {}; weapons[] = {}; requiredVersion = 0.1; - dayzVersion = "1.0.5"; - requiredAddons[] = {}; + requiredAddons[] = {"dayz_anim"}; + dayzVersion = 1.8; }; }; diff --git a/SQF/dayz_sfx/effects/action_eat_chips_0.ogg b/SQF/dayz_sfx/effects/action_eat_chips_0.ogg new file mode 100644 index 000000000..4febaa94b Binary files /dev/null and b/SQF/dayz_sfx/effects/action_eat_chips_0.ogg differ diff --git a/SQF/dayz_sfx/effects/action_eat_chips_1.ogg b/SQF/dayz_sfx/effects/action_eat_chips_1.ogg new file mode 100644 index 000000000..e620f933b Binary files /dev/null and b/SQF/dayz_sfx/effects/action_eat_chips_1.ogg differ diff --git a/SQF/dayz_sfx/effects/action_eat_chips_2.ogg b/SQF/dayz_sfx/effects/action_eat_chips_2.ogg new file mode 100644 index 000000000..101b57315 Binary files /dev/null and b/SQF/dayz_sfx/effects/action_eat_chips_2.ogg differ diff --git a/SQF/dayz_sfx/effects/action_open_backpack_0.ogg b/SQF/dayz_sfx/effects/action_open_backpack_0.ogg index ef43f9626..2ba220315 100644 Binary files a/SQF/dayz_sfx/effects/action_open_backpack_0.ogg and b/SQF/dayz_sfx/effects/action_open_backpack_0.ogg differ diff --git a/SQF/dayz_sfx/effects/action_open_backpack_1.ogg b/SQF/dayz_sfx/effects/action_open_backpack_1.ogg index 246457d7c..5db8a0f9f 100644 Binary files a/SQF/dayz_sfx/effects/action_open_backpack_1.ogg and b/SQF/dayz_sfx/effects/action_open_backpack_1.ogg differ diff --git a/SQF/dayz_sfx/effects/action_open_backpack_2.ogg b/SQF/dayz_sfx/effects/action_open_backpack_2.ogg index 3f3937b1d..612bcde3b 100644 Binary files a/SQF/dayz_sfx/effects/action_open_backpack_2.ogg and b/SQF/dayz_sfx/effects/action_open_backpack_2.ogg differ diff --git a/SQF/dayz_sfx/effects/action_open_backpack_3.ogg b/SQF/dayz_sfx/effects/action_open_backpack_3.ogg index d2788f314..f05bc0dce 100644 Binary files a/SQF/dayz_sfx/effects/action_open_backpack_3.ogg and b/SQF/dayz_sfx/effects/action_open_backpack_3.ogg differ diff --git a/SQF/dayz_sfx/effects/action_open_backpack_4.ogg b/SQF/dayz_sfx/effects/action_open_backpack_4.ogg index 6c9a7b5d5..5a05c604e 100644 Binary files a/SQF/dayz_sfx/effects/action_open_backpack_4.ogg and b/SQF/dayz_sfx/effects/action_open_backpack_4.ogg differ diff --git a/SQF/dayz_sfx/effects/action_open_inventory_1.ogg b/SQF/dayz_sfx/effects/action_open_inventory_1.ogg index 401e9798c..197c2c8b4 100644 Binary files a/SQF/dayz_sfx/effects/action_open_inventory_1.ogg and b/SQF/dayz_sfx/effects/action_open_inventory_1.ogg differ diff --git a/SQF/dayz_sfx/effects/radio_music_piano_static.ogg b/SQF/dayz_sfx/effects/radio_music_piano_static.ogg new file mode 100644 index 000000000..924230956 Binary files /dev/null and b/SQF/dayz_sfx/effects/radio_music_piano_static.ogg differ diff --git a/SQF/dayz_sfx/effects/radio_static.ogg b/SQF/dayz_sfx/effects/radio_static.ogg new file mode 100644 index 000000000..e6528a2b4 Binary files /dev/null and b/SQF/dayz_sfx/effects/radio_static.ogg differ diff --git a/SQF/dayz_sfx/effects/radio_transmission_russian.ogg b/SQF/dayz_sfx/effects/radio_transmission_russian.ogg new file mode 100644 index 000000000..ecd240ab6 Binary files /dev/null and b/SQF/dayz_sfx/effects/radio_transmission_russian.ogg differ diff --git a/SQF/dayz_sfx/effects/radio_transmission_wombat.ogg b/SQF/dayz_sfx/effects/radio_transmission_wombat.ogg new file mode 100644 index 000000000..2c811ecc4 Binary files /dev/null and b/SQF/dayz_sfx/effects/radio_transmission_wombat.ogg differ diff --git a/SQF/dayz_sfx/effects/trap_trigger_0.ogg b/SQF/dayz_sfx/effects/trap_trigger_0.ogg new file mode 100644 index 000000000..4645dbe07 Binary files /dev/null and b/SQF/dayz_sfx/effects/trap_trigger_0.ogg differ diff --git a/SQF/dayz_sfx/effects/trap_tripwire_cans_0.ogg b/SQF/dayz_sfx/effects/trap_tripwire_cans_0.ogg new file mode 100644 index 000000000..28af22630 Binary files /dev/null and b/SQF/dayz_sfx/effects/trap_tripwire_cans_0.ogg differ diff --git a/SQF/dayz_sfx/effects/trap_tripwire_cans_1.ogg b/SQF/dayz_sfx/effects/trap_tripwire_cans_1.ogg new file mode 100644 index 000000000..ec927a692 Binary files /dev/null and b/SQF/dayz_sfx/effects/trap_tripwire_cans_1.ogg differ diff --git a/SQF/dayz_sfx/effects/trap_tripwire_cans_2.ogg b/SQF/dayz_sfx/effects/trap_tripwire_cans_2.ogg new file mode 100644 index 000000000..a9dfa8f96 Binary files /dev/null and b/SQF/dayz_sfx/effects/trap_tripwire_cans_2.ogg differ diff --git a/SQF/dayz_sfx/samples/suspense_36.ogg b/SQF/dayz_sfx/samples/suspense_36.ogg new file mode 100644 index 000000000..d83f6b2f2 Binary files /dev/null and b/SQF/dayz_sfx/samples/suspense_36.ogg differ diff --git a/SQF/dayz_sfx/samples/suspense_37.ogg b/SQF/dayz_sfx/samples/suspense_37.ogg new file mode 100644 index 000000000..9d6b46833 Binary files /dev/null and b/SQF/dayz_sfx/samples/suspense_37.ogg differ