Add new sounds

master
PilzAdam 2012-08-23 12:36:43 +02:00
parent 505b627c0c
commit d626a26758
6 changed files with 37 additions and 9 deletions

View File

@ -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()

BIN
sounds/ComboWind.ogg Normal file

Binary file not shown.

BIN
sounds/FoamOfTheSea.ogg Normal file

Binary file not shown.

View File

@ -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

Binary file not shown.

BIN
sounds/echos.ogg Normal file

Binary file not shown.