1
0
geforkt von mtcontrib/ambience

sloshing & swimming sounds

Dieser Commit ist enthalten in:
Neuromancer
2012-08-23 08:00:46 -05:00
Ursprung 35028284a4
Commit c5f313baf7
6 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen

Datei anzeigen

@@ -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.
@@ -112,7 +112,7 @@ end
local get_ambience = function(player)
local pos = player:getpos()
pos.y = pos.y+1.5
pos.y = pos.y+1.0
local nodename = minetest.env:get_node(pos).name
if string.find(nodename, "default:water") then
if music then

Binäre Datei nicht angezeigt.

Binäre Datei nicht angezeigt.

Binäre Datei nicht angezeigt.

Binäre Datei nicht angezeigt.

Datei anzeigen

@@ -1,5 +1,7 @@
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-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