minetest_tng/mods/hud
LNJ2 03f9a797df README.txt(s): Add links for media licenses
The Creatie Commons licenses all say that you have to
link the license, near nobody in the Minetest community
does this. Everybody only writes e.g. "CC BY-SA 3.0".

So, I changed this to follow the rules of the CC licenses!
2016-06-17 21:48:10 +02:00
..
textures Add hud and hunger mod by BlockMen, modified by LNJ2 2016-03-30 23:49:54 +02:00
API.txt Add hud and hunger mod by BlockMen, modified by LNJ2 2016-03-30 23:49:54 +02:00
README.txt README.txt(s): Add links for media licenses 2016-06-17 21:48:10 +02:00
api.lua Add hud and hunger mod by BlockMen, modified by LNJ2 2016-03-30 23:49:54 +02:00
builtin.lua Add hud and hunger mod by BlockMen, modified by LNJ2 2016-03-30 23:49:54 +02:00
depends.txt Move wool to default (texture names are the same) 2016-04-15 16:08:55 +02:00
functions.lua Add hud and hunger mod by BlockMen, modified by LNJ2 2016-03-30 23:49:54 +02:00
hud.conf.example Add hud and hunger mod by BlockMen, modified by LNJ2 2016-03-30 23:49:54 +02:00
init.lua Add hud and hunger mod by BlockMen, modified by LNJ2 2016-03-30 23:49:54 +02:00

README.txt

This mod is part of Minetest TNG
================================
Better HUD, Version: 2.1.5 (modified)

License of source code:
-----------------------
Copyright (C) 2013-2016 BlockMen <blockmen2015@gmail.com>
Copyright (C) 2016 LNJ <lnj.git@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)

BlockMen (CC BY-SA 3.0):
  hud_heart_fg.png, based on texture by celeron55 (CC BY-SA 3.0)
  hud_heart_bg.png, based on texture by celeron55 (CC BY-SA 3.0)
  hud_hunger_fg.png, based on texture by PilzAdam (WTFPL)
  hud_hunger_bg.png, based on texture by PilzAdam (WTFPL)
  hud_air_fg.png, based on texture by kaeza (WTFPL)


Details of Licenses:
--------------------

CC BY-SA 3.0:
  Attribution-ShareAlike 3.0 Unported
  http://creativecommons.org/licenses/by-sa/3.0/


About this mod:
~~~~~~~~~~~~~~~
This mod improves the HUD of Minetest and adds (hidden by default) statbars for Hunger and Armor.
Also it provides an API to add new statbars easily, see API.txt for more informations.

Changes in builtin HUD items:
- Adds background for Health bar
- Uses better textures for Hotbar
- Uses texture for crosshair
- Positions of builtin statbars can be changed via "hud.conf" file
- Experimental "ItemWheel" that replaces the hotbar (must be enabled by adding "hud_item_wheel = true" in minetest.conf)

This mod gets provided as Modpack aswell, which includes the hunger mod (https://github.com/BlockMen/hud_hunger)
More information concerning the hunger mechanics can be get there.