diff --git a/SQF/dayz_sfx/CfgSounds.hpp b/SQF/dayz_sfx/CfgSounds.hpp index c6cd1a50e..7280a72bf 100644 --- a/SQF/dayz_sfx/CfgSounds.hpp +++ b/SQF/dayz_sfx/CfgSounds.hpp @@ -981,4 +981,164 @@ class CfgSounds { sound[]= {"\dayz_sfx\evr\fx_misc4.ogg",1,1}; titles[]={}; }; -}; + class z_bookcase_0 { + sound[] = {"\dayz_sfx\search\bookcase_0.ogg", 0.1, 1, 25}; + titles[] = {}; + }; + class z_bookcase_1 { + sound[] = {"\dayz_sfx\search\bookcase_1.ogg", 0.1, 1, 25}; + titles[] = {}; + }; + class z_bookcase_2 { + sound[] = {"\dayz_sfx\search\bookcase_2.ogg", 0.1, 1, 35}; + titles[] = {}; + }; + class z_chest_0 { + sound[] = {"\dayz_sfx\search\chest_0.ogg", 0.1, 1, 25}; + titles[] = {}; + }; + class z_chest_1 { + sound[] = {"\dayz_sfx\search\chest_1.ogg", 0.1, 1, 30}; + titles[] = {}; + }; + class z_chest_2 { + sound[] = {"\dayz_sfx\search\chest_2.ogg", 0.1, 1, 35}; + titles[] = {}; + }; + class z_church_0 { + sound[] = {"\dayz_sfx\search\church_0.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_church_1 { + sound[] = {"\dayz_sfx\search\church_1.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_church_2 { + sound[] = {"\dayz_sfx\search\church_2.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_dumpster_0 { + sound[] = {"\dayz_sfx\search\dumpster_0.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_dumpster_1 { + sound[] = {"\dayz_sfx\search\dumpster_1.ogg", 0.1, 1, 60}; + titles[] = {}; + }; + class z_garbage_can_0 { + sound[] = {"\dayz_sfx\search\garbage_can_0.ogg", 0.1, 1, 30}; + titles[] = {}; + }; + class z_garbage_can_1 { + sound[] = {"\dayz_sfx\search\garbage_can_1.ogg", 0.1, 1, 35}; + titles[] = {}; + }; + class z_garbage_can_2 { + sound[] = {"\dayz_sfx\search\garbage_can_2.ogg", 0.1, 1, 40}; + titles[] = {}; + }; + class z_garbage_hard_0 { + sound[] = {"\dayz_sfx\search\garbage_hard_0.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_garbage_hard_1 { + sound[] = {"\dayz_sfx\search\garbage_hard_1.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_garbage_soft_0 { + sound[] = {"\dayz_sfx\search\garbage_soft_0.ogg", 0.1, 1, 40}; + titles[] = {}; + }; + class z_garbage_soft_1 { + sound[] = {"\dayz_sfx\search\garbage_soft_1.ogg", 0.1, 1, 40}; + titles[] = {}; + }; + class z_house_0 { + sound[] = {"\dayz_sfx\search\house_0.ogg", 0.1, 1, 30}; + titles[] = {}; + }; + class z_house_1 { + sound[] = {"\dayz_sfx\search\house_1.ogg", 0.1, 1, 40}; + titles[] = {}; + }; + class z_house_2 { + sound[] = {"\dayz_sfx\search\house_2.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_rubble_0 { + sound[] = {"\dayz_sfx\search\rubble_0.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_rubble_1 { + sound[] = {"\dayz_sfx\search\rubble_1.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_shed_0 { + sound[] = {"\dayz_sfx\search\shed_0.ogg", 0.1, 1, 40}; + titles[] = {}; + }; + class z_shed_1 { + sound[] = {"\dayz_sfx\search\shed_1.ogg", 0.1, 1, 40}; + titles[] = {}; + }; + class z_shed_2 { + sound[] = {"\dayz_sfx\search\shed_2.ogg", 0.1, 1, 40}; + titles[] = {}; + }; + class z_wardrobe_0 { + sound[] = {"\dayz_sfx\search\wardrobe_0.ogg", 0.1, 1, 25}; + titles[] = {}; + }; + class z_wardrobe_1 { + sound[] = {"\dayz_sfx\search\wardrobe_1.ogg", 0.1, 1, 25}; + titles[] = {}; + }; + class z_wardrobe_2 { + sound[] = {"\dayz_sfx\search\wardrobe_2.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_waste_container_0 { + sound[] = {"\dayz_sfx\search\waste_container_0.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_waste_container_1 { + sound[] = {"\dayz_sfx\search\waste_container_1.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_wreck_0 { + sound[] = {"\dayz_sfx\search\wreck_0.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_wreck_1 { + sound[] = {"\dayz_sfx\search\wreck_1.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_wreck_HMMWV_0 { + sound[] = {"\dayz_sfx\search\wreck_HMMWV_0.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_wreck_van_0 { + sound[] = {"\dayz_sfx\search\wreck_van_0.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class z_wreck_van_1 { + sound[] = {"\dayz_sfx\search\wreck_van_1.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + class breakin { + sound[] = {"\dayz_sfx\search\breakin.ogg", 0.1, 1, 75}; + titles[] = {}; + }; + class coins { + sound[] = {"\dayz_sfx\search\coins.ogg", 0.1, 1, 10}; + titles[] = {}; + }; + class newspaper { + sound[] = {"\dayz_sfx\search\newspaper.ogg", 0.1, 1, 10}; + titles[] = {}; + }; + class shipping_container { + sound[] = {"\dayz_sfx\search\shipping_container.ogg", 0.1, 1, 75}; + titles[] = {}; + }; +}; \ No newline at end of file diff --git a/SQF/dayz_sfx/search/bookcase_0.ogg b/SQF/dayz_sfx/search/bookcase_0.ogg new file mode 100644 index 000000000..1e964ff35 Binary files /dev/null and b/SQF/dayz_sfx/search/bookcase_0.ogg differ diff --git a/SQF/dayz_sfx/search/bookcase_1.ogg b/SQF/dayz_sfx/search/bookcase_1.ogg new file mode 100644 index 000000000..91e8d02ea Binary files /dev/null and b/SQF/dayz_sfx/search/bookcase_1.ogg differ diff --git a/SQF/dayz_sfx/search/bookcase_2.ogg b/SQF/dayz_sfx/search/bookcase_2.ogg new file mode 100644 index 000000000..862b280ed Binary files /dev/null and b/SQF/dayz_sfx/search/bookcase_2.ogg differ diff --git a/SQF/dayz_sfx/search/breakin.ogg b/SQF/dayz_sfx/search/breakin.ogg new file mode 100644 index 000000000..5644a1cb7 Binary files /dev/null and b/SQF/dayz_sfx/search/breakin.ogg differ diff --git a/SQF/dayz_sfx/search/chest_0.ogg b/SQF/dayz_sfx/search/chest_0.ogg new file mode 100644 index 000000000..1799caaa7 Binary files /dev/null and b/SQF/dayz_sfx/search/chest_0.ogg differ diff --git a/SQF/dayz_sfx/search/chest_1.ogg b/SQF/dayz_sfx/search/chest_1.ogg new file mode 100644 index 000000000..9dd15e2c6 Binary files /dev/null and b/SQF/dayz_sfx/search/chest_1.ogg differ diff --git a/SQF/dayz_sfx/search/chest_2.ogg b/SQF/dayz_sfx/search/chest_2.ogg new file mode 100644 index 000000000..5f3c5b09c Binary files /dev/null and b/SQF/dayz_sfx/search/chest_2.ogg differ diff --git a/SQF/dayz_sfx/search/church_0.ogg b/SQF/dayz_sfx/search/church_0.ogg new file mode 100644 index 000000000..5c17b77d4 Binary files /dev/null and b/SQF/dayz_sfx/search/church_0.ogg differ diff --git a/SQF/dayz_sfx/search/church_1.ogg b/SQF/dayz_sfx/search/church_1.ogg new file mode 100644 index 000000000..76c7e575c Binary files /dev/null and b/SQF/dayz_sfx/search/church_1.ogg differ diff --git a/SQF/dayz_sfx/search/church_2.ogg b/SQF/dayz_sfx/search/church_2.ogg new file mode 100644 index 000000000..c5b47020b Binary files /dev/null and b/SQF/dayz_sfx/search/church_2.ogg differ diff --git a/SQF/dayz_sfx/search/coins.ogg b/SQF/dayz_sfx/search/coins.ogg new file mode 100644 index 000000000..0beddd4bc Binary files /dev/null and b/SQF/dayz_sfx/search/coins.ogg differ diff --git a/SQF/dayz_sfx/search/desktop.ini b/SQF/dayz_sfx/search/desktop.ini new file mode 100644 index 000000000..d957fd188 --- /dev/null +++ b/SQF/dayz_sfx/search/desktop.ini @@ -0,0 +1,4 @@ +[ViewState] +Mode= +Vid= +FolderType=Generic diff --git a/SQF/dayz_sfx/search/dumpster_0.ogg b/SQF/dayz_sfx/search/dumpster_0.ogg new file mode 100644 index 000000000..608a2c321 Binary files /dev/null and b/SQF/dayz_sfx/search/dumpster_0.ogg differ diff --git a/SQF/dayz_sfx/search/dumpster_1.ogg b/SQF/dayz_sfx/search/dumpster_1.ogg new file mode 100644 index 000000000..146c46321 Binary files /dev/null and b/SQF/dayz_sfx/search/dumpster_1.ogg differ diff --git a/SQF/dayz_sfx/search/garbage_can_0.ogg b/SQF/dayz_sfx/search/garbage_can_0.ogg new file mode 100644 index 000000000..78335ddf5 Binary files /dev/null and b/SQF/dayz_sfx/search/garbage_can_0.ogg differ diff --git a/SQF/dayz_sfx/search/garbage_can_1.ogg b/SQF/dayz_sfx/search/garbage_can_1.ogg new file mode 100644 index 000000000..d6f370f4b Binary files /dev/null and b/SQF/dayz_sfx/search/garbage_can_1.ogg differ diff --git a/SQF/dayz_sfx/search/garbage_can_2.ogg b/SQF/dayz_sfx/search/garbage_can_2.ogg new file mode 100644 index 000000000..7090029ee Binary files /dev/null and b/SQF/dayz_sfx/search/garbage_can_2.ogg differ diff --git a/SQF/dayz_sfx/search/garbage_hard_0.ogg b/SQF/dayz_sfx/search/garbage_hard_0.ogg new file mode 100644 index 000000000..a84be09e2 Binary files /dev/null and b/SQF/dayz_sfx/search/garbage_hard_0.ogg differ diff --git a/SQF/dayz_sfx/search/garbage_hard_1.ogg b/SQF/dayz_sfx/search/garbage_hard_1.ogg new file mode 100644 index 000000000..76551f8be Binary files /dev/null and b/SQF/dayz_sfx/search/garbage_hard_1.ogg differ diff --git a/SQF/dayz_sfx/search/garbage_soft_0.ogg b/SQF/dayz_sfx/search/garbage_soft_0.ogg new file mode 100644 index 000000000..4b2ddba6f Binary files /dev/null and b/SQF/dayz_sfx/search/garbage_soft_0.ogg differ diff --git a/SQF/dayz_sfx/search/garbage_soft_1.ogg b/SQF/dayz_sfx/search/garbage_soft_1.ogg new file mode 100644 index 000000000..09db9271c Binary files /dev/null and b/SQF/dayz_sfx/search/garbage_soft_1.ogg differ diff --git a/SQF/dayz_sfx/search/house_0.ogg b/SQF/dayz_sfx/search/house_0.ogg new file mode 100644 index 000000000..a055ecce1 Binary files /dev/null and b/SQF/dayz_sfx/search/house_0.ogg differ diff --git a/SQF/dayz_sfx/search/house_1.ogg b/SQF/dayz_sfx/search/house_1.ogg new file mode 100644 index 000000000..9caf43886 Binary files /dev/null and b/SQF/dayz_sfx/search/house_1.ogg differ diff --git a/SQF/dayz_sfx/search/house_2.ogg b/SQF/dayz_sfx/search/house_2.ogg new file mode 100644 index 000000000..5a2d5b3a0 Binary files /dev/null and b/SQF/dayz_sfx/search/house_2.ogg differ diff --git a/SQF/dayz_sfx/search/newspaper.ogg b/SQF/dayz_sfx/search/newspaper.ogg new file mode 100644 index 000000000..6025ea27c Binary files /dev/null and b/SQF/dayz_sfx/search/newspaper.ogg differ diff --git a/SQF/dayz_sfx/search/rubble_0.ogg b/SQF/dayz_sfx/search/rubble_0.ogg new file mode 100644 index 000000000..ee323eada Binary files /dev/null and b/SQF/dayz_sfx/search/rubble_0.ogg differ diff --git a/SQF/dayz_sfx/search/rubble_1.ogg b/SQF/dayz_sfx/search/rubble_1.ogg new file mode 100644 index 000000000..11b312619 Binary files /dev/null and b/SQF/dayz_sfx/search/rubble_1.ogg differ diff --git a/SQF/dayz_sfx/search/shed_0.ogg b/SQF/dayz_sfx/search/shed_0.ogg new file mode 100644 index 000000000..ddcf474a3 Binary files /dev/null and b/SQF/dayz_sfx/search/shed_0.ogg differ diff --git a/SQF/dayz_sfx/search/shed_1.ogg b/SQF/dayz_sfx/search/shed_1.ogg new file mode 100644 index 000000000..923fdb838 Binary files /dev/null and b/SQF/dayz_sfx/search/shed_1.ogg differ diff --git a/SQF/dayz_sfx/search/shed_2.ogg b/SQF/dayz_sfx/search/shed_2.ogg new file mode 100644 index 000000000..73fe01665 Binary files /dev/null and b/SQF/dayz_sfx/search/shed_2.ogg differ diff --git a/SQF/dayz_sfx/search/shipping_container.ogg b/SQF/dayz_sfx/search/shipping_container.ogg new file mode 100644 index 000000000..5cc378789 Binary files /dev/null and b/SQF/dayz_sfx/search/shipping_container.ogg differ diff --git a/SQF/dayz_sfx/search/wardrobe_0.ogg b/SQF/dayz_sfx/search/wardrobe_0.ogg new file mode 100644 index 000000000..3bd24a9a0 Binary files /dev/null and b/SQF/dayz_sfx/search/wardrobe_0.ogg differ diff --git a/SQF/dayz_sfx/search/wardrobe_1.ogg b/SQF/dayz_sfx/search/wardrobe_1.ogg new file mode 100644 index 000000000..23ec0fd46 Binary files /dev/null and b/SQF/dayz_sfx/search/wardrobe_1.ogg differ diff --git a/SQF/dayz_sfx/search/wardrobe_2.ogg b/SQF/dayz_sfx/search/wardrobe_2.ogg new file mode 100644 index 000000000..71a15e84d Binary files /dev/null and b/SQF/dayz_sfx/search/wardrobe_2.ogg differ diff --git a/SQF/dayz_sfx/search/waste_container_0.ogg b/SQF/dayz_sfx/search/waste_container_0.ogg new file mode 100644 index 000000000..1d9f919a1 Binary files /dev/null and b/SQF/dayz_sfx/search/waste_container_0.ogg differ diff --git a/SQF/dayz_sfx/search/waste_container_1.ogg b/SQF/dayz_sfx/search/waste_container_1.ogg new file mode 100644 index 000000000..5e9fef87f Binary files /dev/null and b/SQF/dayz_sfx/search/waste_container_1.ogg differ diff --git a/SQF/dayz_sfx/search/wreck_0.ogg b/SQF/dayz_sfx/search/wreck_0.ogg new file mode 100644 index 000000000..98b7fd732 Binary files /dev/null and b/SQF/dayz_sfx/search/wreck_0.ogg differ diff --git a/SQF/dayz_sfx/search/wreck_1.ogg b/SQF/dayz_sfx/search/wreck_1.ogg new file mode 100644 index 000000000..6cb0cbd85 Binary files /dev/null and b/SQF/dayz_sfx/search/wreck_1.ogg differ diff --git a/SQF/dayz_sfx/search/wreck_HMMWV_0.ogg b/SQF/dayz_sfx/search/wreck_HMMWV_0.ogg new file mode 100644 index 000000000..00ce17b83 Binary files /dev/null and b/SQF/dayz_sfx/search/wreck_HMMWV_0.ogg differ diff --git a/SQF/dayz_sfx/search/wreck_van_0.ogg b/SQF/dayz_sfx/search/wreck_van_0.ogg new file mode 100644 index 000000000..509d2d2b6 Binary files /dev/null and b/SQF/dayz_sfx/search/wreck_van_0.ogg differ diff --git a/SQF/dayz_sfx/search/wreck_van_1.ogg b/SQF/dayz_sfx/search/wreck_van_1.ogg new file mode 100644 index 000000000..c22d57a15 Binary files /dev/null and b/SQF/dayz_sfx/search/wreck_van_1.ogg differ