1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-04-13 08:00:26 +02:00
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
2015-02-20 17:19:42 +01:00
2015-02-17 20:21:43 +01:00
2014-10-28 17:13:06 +01:00
2015-02-16 20:51:08 +01:00
2015-01-07 21:02:42 +01:00

minetestforfun_game subgame and mods

You can find here the subgame and the mods of the server MinetestForFun.

If you want help us, don't hesitate and take a look at our ToDoList here.

Contributors

  • Ombridride

    Server hoster, reposity owner.

  • LeMagnesium

    Debugging, mod maintenance.

  • mgl512

    Helper for debugging, who leaves useful comments.

  • Ataron

    Occasionnal debogger, texture fixer.

  • Gael-de-Sailly

    Kittens carer, and debogger.

  • crabman77(/guillaume)

    Global variables annihilator.

minetestforfun_game sous-jeu et mods

Vous pouvez trouver ici le sous-jeu et les mods du serveur MinetestForFun.

Si vous voulez nous aider, n'hésitez pas et jetez un coup d'oeil à notre ToDoList ici.

Contributeurs

  • Ombridride

    Hébergeur du serveur, possesseur du dépôt.

  • LeMagnesium

    Deboggueur, entretient des mods.

  • mgl512

    Aide au déboggage, laisse aussi des commentaires très utiles.

  • Ataron

    Déboggueur occasionnel.

  • Gael-de-Sailly

    Soigneur et deboggueur de chatons.

  • crabman77(/guillaume)

    Annihilateur de variables globales.

Description
Miroir du dépôt server-nalc.
Readme Unlicense 253 MiB
Languages
DirectX 3D File 71.5%
Lua 27.9%
Gettext Catalog 0.2%
Wavefront Object 0.1%
Mathematica 0.1%
Other 0.1%