diff --git a/ambience.zip b/ambience.zip index b81b0f6..2ba064f 100644 Binary files a/ambience.zip and b/ambience.zip differ diff --git a/ambience/init.lua b/ambience/init.lua index fff4dc0..95db00e 100644 --- a/ambience/init.lua +++ b/ambience/init.lua @@ -1,6 +1,8 @@ local night = { handler = {}, {name="horned_owl", length=3}, + {name="horned_owl", length=3}, + {name="horned_owl", length=3}, {name="Wolves_Howling", length=11} } @@ -11,12 +13,16 @@ local night_frequent = { local day = { handler = {}, - {name="bird", length=30} + {name="Best Cardinal Bird", length=4}, + {name="craw", length=3}, + {name="bluejay", length=18} } local day_frequent = { handler = {}, - {name="", length=0} + {name="robin2", length=43}, + {name="birdsongnl", length=72}, + {name="bird", length=30} } local cave = { diff --git a/ambience/sounds/Best Cardinal Bird.ogg b/ambience/sounds/Best Cardinal Bird.ogg new file mode 100644 index 0000000..876325f Binary files /dev/null and b/ambience/sounds/Best Cardinal Bird.ogg differ diff --git a/ambience/sounds/Hollow_Wind.ogg b/ambience/sounds/Hollow_Wind.ogg new file mode 100644 index 0000000..39d7e93 Binary files /dev/null and b/ambience/sounds/Hollow_Wind.ogg differ diff --git a/ambience/sounds/SoundLicenses.txt b/ambience/sounds/SoundLicenses.txt index 32b28aa..2a853bf 100644 --- a/ambience/sounds/SoundLicenses.txt +++ b/ambience/sounds/SoundLicenses.txt @@ -10,3 +10,22 @@ -- Single Water Droplet Sound, License: Attribution 3.0 | Recorded by Mike Koenig, http://soundbible.com/384-Single-Water-Droplet.html + +--HollowWind, Black Boe, Creative Commons 0 License, http://www.freesound.org/people/Black%20Boe/sounds/22331/ + +--drippingwater*.ogg sounds: CC0, Dripping Water Mod, by kddekadenz, http://minetest.net/forum/viewtopic.php?id=1688 + +--best cardinal bird: License: Attribution 3.0 | Recorded by PsychoBird, http://soundbible.com/1515-Best-Cardinal-Bird.html + +--birdsongnl: the Attribution License, HerbertBoland, http://www.freesound.org/people/HerbertBoland/sounds/28312/ (end) + +--robin2: Attribution License, reinsamba, http://www.freesound.org/people/reinsamba/sounds/32479/ (end) + +--Craw.WAV, Attribution License, inchadney, http://www.freesound.org/people/inchadney/sounds/52450/ + +--bluejay.wav, Creative Commons 0 License, UncleSigmund, http://www.freesound.org/people/UncleSigmund/sounds/42382/ + + +--natural night sounds in Boquete.wav, Attribution License, laurent, http://www.freesound.org/people/laurent/sounds/15851/ + + diff --git a/ambience/sounds/birdsongnl.ogg b/ambience/sounds/birdsongnl.ogg new file mode 100644 index 0000000..6cbd85a Binary files /dev/null and b/ambience/sounds/birdsongnl.ogg differ diff --git a/ambience/sounds/bluejay.ogg b/ambience/sounds/bluejay.ogg new file mode 100644 index 0000000..a50675d Binary files /dev/null and b/ambience/sounds/bluejay.ogg differ diff --git a/ambience/sounds/craw.ogg b/ambience/sounds/craw.ogg new file mode 100644 index 0000000..6474b68 Binary files /dev/null and b/ambience/sounds/craw.ogg differ diff --git a/ambience/sounds/drippingwater_drip_a.ogg b/ambience/sounds/drippingwater_drip_a.ogg new file mode 100644 index 0000000..84c3e01 Binary files /dev/null and b/ambience/sounds/drippingwater_drip_a.ogg differ diff --git a/ambience/sounds/drippingwater_drip_b.ogg b/ambience/sounds/drippingwater_drip_b.ogg new file mode 100644 index 0000000..18790fc Binary files /dev/null and b/ambience/sounds/drippingwater_drip_b.ogg differ diff --git a/ambience/sounds/drippingwater_drip_c.ogg b/ambience/sounds/drippingwater_drip_c.ogg new file mode 100644 index 0000000..f367406 Binary files /dev/null and b/ambience/sounds/drippingwater_drip_c.ogg differ diff --git a/ambience/sounds/robin2.ogg b/ambience/sounds/robin2.ogg new file mode 100644 index 0000000..13e95e2 Binary files /dev/null and b/ambience/sounds/robin2.ogg differ