Skip to content

Commit

Permalink
Merge branch 'release/1.3.10' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowdedlight committed Oct 26, 2022
2 parents adf0d0a + 1accf75 commit 8f1ff85
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Four_Voices_Whispering_2.wav by geoneo0: https://freesound.org/people/geoneo0/so
Shadows by carmsie: https://freesound.org/people/carmsie/sounds/271634/
Kid Ghost Sigh.wav by HorrorAudio: https://freesound.org/people/HorrorAudio/sounds/431979/
horror Ghost low-pitched sound.wav by HaraldDeLuca: https://freesound.org/people/HaraldDeLuca/sounds/380511/
predator.ogg by Ediecz: https://freesound.org/people/Ediecz/sounds/507771/


Any sounds used under [Attribution 3.0 Unported (CC BY 3.0)](https://creativecommons.org/licenses/by/3.0/) is listed here with credit:
Expand Down Expand Up @@ -108,6 +109,7 @@ Cutting Tree BY SPANAC: https://www.freesoundslibrary.com/cutting-tree/
Whisper swoosh_8(mltprcssng).wav by newlocknew: https://freesound.org/people/newlocknew/sounds/582488/
Foliage_Rustling_001.wav by duckduckpony: https://freesound.org/people/duckduckpony/sounds/204030/
Ghost Child by RetroGuy23: https://freesound.org/people/RetroGuy23/sounds/651953/
tiger roar by videog: https://freesound.org/people/videog/sounds/149190/


Sounds used under [Sampling Plus 1.0](https://creativecommons.org/licenses/sampling+/1.0/) is listed here with credit:
Expand Down
2 changes: 1 addition & 1 deletion addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define MAJOR 1
#define MINOR 3
#define PATCH 9
#define PATCH 10
3 changes: 3 additions & 0 deletions addons/sounds/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ GVAR(soundAttributes) set ["whisper_spooky", [7.8, "z\crowsEW\addons\sounds\data
GVAR(soundAttributes) set ["ghost_sigh", [3.2, "z\crowsEW\addons\sounds\data\ghost_sigh.ogg", "Ghost Kid Sigh (3s)"]];
GVAR(soundAttributes) set ["ghost_child", [5, "z\crowsEW\addons\sounds\data\ghost_child.ogg", "Ghost Child Noise (5s)"]];
GVAR(soundAttributes) set ["ghost_horror_noise", [11.5, "z\crowsEW\addons\sounds\data\ghost_horror_noise.ogg", "Ghost Horror Noise (11.5s)"]];
GVAR(soundAttributes) set ["tiger_growl", [5.3, "z\crowsEW\addons\sounds\data\tiger_growl.ogg", "Tiger Growling (5.3s)"]];
GVAR(soundAttributes) set ["tiger_roar", [1.8, "z\crowsEW\addons\sounds\data\tiger_roar.ogg", "Tiger Roar (2s)"]];
GVAR(soundAttributes) set ["predator_clicking_sound", [2, "z\crowsEW\addons\sounds\data\predator_clicking_sound.ogg", "Predator Clicking Sound (2s)"]];


// sound configs from voice-pack sounds
Expand Down
Binary file added addons/sounds/data/predator_clicking_sound.ogg
Binary file not shown.
Binary file added addons/sounds/data/tiger_growl.ogg
Binary file not shown.
Binary file added addons/sounds/data/tiger_roar.ogg
Binary file not shown.

0 comments on commit 8f1ff85

Please sign in to comment.