1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-15 01:00:23 +02:00
server-nalc/mods/soundset
crabman77 6dfb195a71 fixed strange bug with table=table
error --> sounds.gainplayers[name] = sounds.gaindefault
"""
local _ = {}
_[1] = {["other"] = 50, ["ambience"] = 50, ["music"] = 70, ["mobs"] = 30}
return {["azerty"] = _[1], ["crabman3"] = _[1]}
"""
fixed --> sounds.gainplayers[name]= { ["music"] = 50, ["ambience"] = 50, ["mobs"] = 50, ["other"] = 50 }

and delete unused variable sounds.gaindefault
2015-02-20 17:19:42 +01:00
..
init.lua fixed strange bug with table=table 2015-02-20 17:19:42 +01:00
readme.txt add serialise and deserialise and default volume set to 50 2015-02-19 20:33:59 +01:00

-= soundset-MOD for MINETEST =-
by LeMagnesium and crabman77

YOUR mod can use THIS mod to have a volume that's adjustable by the player(s)

0.1 - Initial Release