MinetestForFun / server-minetestforfun

Repository of the subgame and mods of "MinetestForFun" server
https://www.xorhub.com
The Unlicense
27 stars 10 forks source link

Bugs dernier merge serveur #94

Closed BetterToAutomateTheWorld closed 9 years ago

BetterToAutomateTheWorld commented 9 years ago

Bugs découverts suite au dernier Merge du serveur

Lymkwi commented 9 years ago

https://github.com/Ombridride/minetest-minetestforfun-server/commit/2b937048105bafdc1fb2ab8a8ceb5ec2f08f784e

Lymkwi commented 9 years ago

Bedrock

Bedrock successfully generated.

Lymkwi commented 9 years ago

https://github.com/Ombridride/minetest-minetestforfun-server/commit/632b3b2391c6b3c174ff722f2d9aecbbe828b8cc

BetterToAutomateTheWorld commented 9 years ago

For Glue, we need to try in-game because of https://github.com/Ombridride/minetest-minetestforfun-server/blob/5c008ce6f694a3ab9743c1f3e9c97e82384848b3/mods/mesecons/mesecons_materials/init.lua#L15 I think it works

ghost commented 9 years ago

Fixed jukebox play sound now https://github.com/Ombridride/minetest-minetestforfun-server/commit/353d954d6e91b58b3928bbe72fcd99fcf03dbcd8

ghost commented 9 years ago

The Jukebox uses soundset for volume but plays music to all players, I can set my volume at 100% and annoy another player who does not want music. if several players active the jukebox at the same time, there will be more music.

1) Only admin can active jukebox or 2) play only to owner using "to_player=player:get_player_name()"

ObaniGemini commented 9 years ago

Can't we set a zone, as for monsters?

BetterToAutomateTheWorld commented 9 years ago

An area of 16x16 or 8x8 should be great, i think

ObaniGemini commented 9 years ago

Maybe should the volume be changed not with GUI but by clicking on the jukebox with some "controller", or I don't know what.

As it there would be five levels ( OFF, 25%, 50%, 75%, 100% ) that you could just change by clicking on the jukebox ( as for repeaters in mesecons or for desk lamps in home decor )

BetterToAutomateTheWorld commented 9 years ago

@LeMagnesium Can you add the 16 nodes range for the sounds of the jukebox, and add a "if pushed with hand, increase volume of 25%" like the vanessae homedecor lamps ? Maybe also debug the jukebox, i don't know if it works for now...

The volume feature isn't hte priority, if you can't/don't know how to do that quickly, we will open an another issue about that.

This issue needs to be closed ;)

BetterToAutomateTheWorld commented 9 years ago

The jukebox is debugged, now closed the issue