diff --git a/init.lua b/init.lua index 17646bc..64d9517 100644 --- a/init.lua +++ b/init.lua @@ -2,13 +2,14 @@ local night = { handler = {}, frequency = 10, {name="horned_owl", length=3}, - {name="Wolves_Howling", length=11} + {name="Wolves_Howling", length=11}, + {name="ComboWind", length=17}, } local night_frequent = { handler = {}, frequency = 25, - {name="Crickets_At_NightCombo", length=69} + {name="Crickets_At_NightCombo", length=69}, } local day = { @@ -16,7 +17,8 @@ local day = { frequency = 5, {name="Best Cardinal Bird", length=4}, {name="craw", length=3}, - {name="bluejay", length=18} + {name="bluejay", length=18}, + {name="ComboWind", length=17}, } local day_frequent = { @@ -24,13 +26,13 @@ local day_frequent = { frequency = 25, {name="robin2", length=16}, {name="birdsongnl", length=12.5}, - {name="bird", length=30} + {name="bird", length=30}, } local cave = { handler = {}, frequency = 5, - {name="Bats_in_Cave", length=5} + {name="Bats_in_Cave", length=5}, } local cave_frequent = { @@ -40,14 +42,14 @@ local cave_frequent = { {name="drippingwater_drip_b", length=2}, {name="drippingwater_drip_c", length=2}, {name="Single_Water_Droplet", length=3}, - {name="Spooky_Water_Drops", length=7} + {name="Spooky_Water_Drops", length=7}, } local water = { handler = {}, frequency = 0,--dolphins dont fit into small lakes {name="dolphins", length=6}, - {name="dolphins_screaming", length=16.5} + {name="dolphins_screaming", length=16.5}, } local water_frequent = { @@ -58,7 +60,7 @@ local water_frequent = { {name="scuba1calm", length=10}, {name="scuba1calm2", length=8.5}, {name="scuba1interestingbubbles", length=11}, - {name="scuba1tubulentbubbles", length=10.5} + {name="scuba1tubulentbubbles", length=10.5}, } local play_music = minetest.setting_getbool("music") or false @@ -69,7 +71,9 @@ local music = { {name="music_1", length=1*60+52, gain=0.3}, {name="ambiance", length=19, gain=0.3}, {name="dark_ambiance", length=46, gain=0.3}, - {name="eastern_feeling", length=3*60+51, gain=0.3} + {name="eastern_feeling", length=3*60+51, gain=0.3}, + {name="echos", length=2*60+26, gain=0.3}, + {name="FoamOfTheSea", length=1*60+50, gain=0.3}, } local is_daytime = function() diff --git a/sounds/ComboWind.ogg b/sounds/ComboWind.ogg new file mode 100644 index 0000000..dfee1ba Binary files /dev/null and b/sounds/ComboWind.ogg differ diff --git a/sounds/FoamOfTheSea.ogg b/sounds/FoamOfTheSea.ogg new file mode 100644 index 0000000..2bfee66 Binary files /dev/null and b/sounds/FoamOfTheSea.ogg differ diff --git a/sounds/SoundLicenses.txt b/sounds/SoundLicenses.txt index afdd5cd..ef66c91 100644 --- a/sounds/SoundLicenses.txt +++ b/sounds/SoundLicenses.txt @@ -1,3 +1,17 @@ +--------------Music Lic: +- Jordach: +--mtest +--dark_ambiance +--eastern_feeling +These sounds are used for the Mod for Minetest; Ambiance. +The included sounds are http://creativecommons.org/licenses/by-nc-sa/3.0/ + + 313hummer (Jordan Craige) +--FoamOfTheSea http://soundcloud.com/jordan-craige/foam-of-the-sea +--echos http://soundcloud.com/jordan-craige/echos-1 +Creative Commons Attribution license (reuse allowed) Attribution 3.0 Unported (CC BY 3.0) + +-----------Sound Lic: --Nightime Sound, Recorded by Mike Koenig, License: Attribution 3.0 http://soundbible.com/951-Nightime.html --Crickets At Night Sound, License: Attribution 3.0 | Recorded by Mike Koenig |http://soundbible.com/365-Crickets-At-Night.html @@ -33,6 +47,16 @@ --dolphins - Attribution Noncommercial License, acclivity, http://www.freesound.org/people/acclivity/sounds/13691/ +ComboWind uses: +--wind-in-the-trees -Attribution License, laurent, http://www.freesound.org/people/laurent/sounds/16995/ +--drygrassInWind- Creative Commons 0 License, felix.blume, http://www.freesound.org/people/felix.blume/sounds/146436/ + +--Splash: Attribution 3.0 | Recorded by BlastwaveFx.com, http://soundbible.com/546-Fish-Splashing.html + +----------------Not used yet: --natural night sounds in Boquete.wav, Attribution License, laurent, http://www.freesound.org/people/laurent/sounds/15851/ +http://www.freesound.org/people/Dynamicell/sounds/17553/ +http://www.freesound.org/people/juskiddink/sounds/78955/ aspen tree in wind +http://www.freesound.org/people/Benboncan/sounds/69761/ wind in hedge birds animals diff --git a/sounds/dark_ambiance-backup1.ogg b/sounds/dark_ambiance-backup1.ogg deleted file mode 100644 index 4ca4174..0000000 Binary files a/sounds/dark_ambiance-backup1.ogg and /dev/null differ diff --git a/sounds/echos.ogg b/sounds/echos.ogg new file mode 100644 index 0000000..552517f Binary files /dev/null and b/sounds/echos.ogg differ