1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-30 07:30:22 +02:00
server-nalc/mods/soundset/README.md
ObaniGemini fb22c66c89 Add u_inv textures missing
Including soundset, pclasses, and 3d_armor.
Also changed the license of soundset button, as it's a new one
2016-02-25 15:26:57 +01:00

955 B
Executable File

soundset MOD for MINETEST

by Mg (@LeMagnesium) and @crabman77

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

EXAMPLE

minetest.sound_play("music_file", {to_player=player:get_player_name(),gain=sounds.get_gain(player:get_player_name(), "music")})

OR

minetest.sound_play("mob_sound", {to_player=player:get_player_name(),gain=sounds.get_gain(player:get_player_name(), "mobs")})

OR

minetest.sound_play("wind_sound", {to_player=player:get_player_name(),gain=sounds.get_gain(player:get_player_name(), "ambience")})

commandchat

/soundset : display menu

/soundsetg : display player config

/soundsets <music|ambience|mobs|other> : set volume

Licenses images: Author : Obani CC-BY

0.1 - Initial Release

0.2 - change default volume to 50, add serialise|deserialise to read|write config file

0.3 - add menu setting and button for unified_inventory and chatcommand to display menu