forked from mtcontrib/ambience
sloshing & swimming sounds
This commit is contained in:
parent
35028284a4
commit
c5f313baf7
@ -1,5 +1,5 @@
|
|||||||
--------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------
|
||||||
--Ambiance Configuration for version .11
|
--Ambiance Configuration for version .12
|
||||||
|
|
||||||
local max_frequency_all = 1000 --the larger you make this number the lest frequent ALL sounds will happen recommended values between 100-2000.
|
local max_frequency_all = 1000 --the larger you make this number the lest frequent ALL sounds will happen recommended values between 100-2000.
|
||||||
|
|
||||||
@ -112,7 +112,7 @@ end
|
|||||||
|
|
||||||
local get_ambience = function(player)
|
local get_ambience = function(player)
|
||||||
local pos = player:getpos()
|
local pos = player:getpos()
|
||||||
pos.y = pos.y+1.5
|
pos.y = pos.y+1.0
|
||||||
local nodename = minetest.env:get_node(pos).name
|
local nodename = minetest.env:get_node(pos).name
|
||||||
if string.find(nodename, "default:water") then
|
if string.find(nodename, "default:water") then
|
||||||
if music then
|
if music then
|
||||||
|
BIN
ambience/sounds/lake_waves_2_calm.ogg
Normal file
BIN
ambience/sounds/lake_waves_2_calm.ogg
Normal file
Binary file not shown.
BIN
ambience/sounds/lake_waves_2_variety.ogg
Normal file
BIN
ambience/sounds/lake_waves_2_variety.ogg
Normal file
Binary file not shown.
BIN
ambience/sounds/water_swimming_splashing.ogg
Normal file
BIN
ambience/sounds/water_swimming_splashing.ogg
Normal file
Binary file not shown.
BIN
ambience/sounds/water_swimming_splashing_breath.ogg
Normal file
BIN
ambience/sounds/water_swimming_splashing_breath.ogg
Normal file
Binary file not shown.
@ -1,5 +1,7 @@
|
|||||||
To Do:
|
To Do:
|
||||||
|
|
||||||
|
-add random_volume parameter to night normal, day normal, & cave normal sounds to create feeling of distance.
|
||||||
|
|
||||||
m-get constant birds more quiet during the day
|
m-get constant birds more quiet during the day
|
||||||
m-bats seem way too frequent now?
|
m-bats seem way too frequent now?
|
||||||
m-when playing multiplayer seems to increase frequency of music & normal sounds to the point where they are obnoxious
|
m-when playing multiplayer seems to increase frequency of music & normal sounds to the point where they are obnoxious
|
||||||
|
Loading…
Reference in New Issue
Block a user