minetest_hbarmor/README.txt

72 lines
2.4 KiB
Plaintext
Raw Normal View History

2013-06-28 22:58:06 +02:00
Minetest mod "Better HUD"
=========================
Version: 1.3.3
2013-06-28 22:58:06 +02:00
License of source code: WTFPL
-----------------------------
2014-04-14 11:01:47 +02:00
(c) Copyright BlockMen (2013-2014)
2013-06-28 22:58:06 +02:00
License of textures:
--------------------
hud_heart_fg.png - celeron55 (CC BY-SA 3.0), modified by BlockMen
hud_heart_bg.png - celeron55 (CC BY-SA 3.0), modified by BlockMen
2013-07-20 22:07:24 +02:00
hud_hunger_fg.png - PilzAdam (WTFPL), modified by BlockMen
hud_hunger_bg.png - PilzAdam (WTFPL), modified by BlockMen
2013-06-28 22:58:06 +02:00
wieldhand.png (from character.png) - Jordach (CC BY-SA 3.0), modified by BlockMen
2013-07-20 22:07:24 +02:00
hud_air_fg.png - kaeza (WTFPL), modified by BlockMen
hud_armor_fg.png - Stu (CC BY-SA 3.0), modified by BlockMen
hud_armor_bg.png - Stu (CC BY-SA 3.0), modified by BlockMen
2013-06-28 22:58:06 +02:00
everything else is WTFPL:
(c) Copyright BlockMen (2013)
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
Using the mod:
--------------
This mod changes the HUD of Minetest.
It improves the apperance of the health and breath bar and adds a more fancy hotbar. Furthermore it adds a
2014-04-06 19:03:01 +02:00
custom crosshair, an armor bar (only for 3darmor mod) and a hunger bar. It includes also a mechanic for hunger.
2013-06-28 22:58:06 +02:00
2013-06-28 23:03:54 +02:00
2014-04-06 19:03:01 +02:00
You can create a "hud.conf" to customize the positions of health, hunger, armor and breath bar. Take a look at "hud.conf.example" to get more infos.
2013-06-28 23:03:54 +02:00
2014-04-06 19:03:01 +02:00
!!NOTICE: Keep in mind if running a server with this mod, that the custom position should be displayed correct on every screen size!!
2013-09-09 03:16:18 +02:00
2013-06-28 23:03:54 +02:00
Hunger:
2013-09-09 03:16:18 +02:00
This mod adds hunger to the game. You can disable this by setting "HUD_HUNGER_ENABLE = false" in "hud.conf", or "hud_hunger_enable = false" in minetest.conf. In case of conflict hud.conf configuration is dominant.
2013-06-28 23:03:54 +02:00
2013-07-01 09:42:47 +02:00
Currently supported food:
- Apples (default)
2013-07-02 17:13:21 +02:00
- Animalmaterials (mobf modpack)
- Bread (default)
2013-07-20 14:02:30 +02:00
- Bushes
- bushes_classic
2014-08-05 05:27:30 +02:00
- Creatures
- Dwarves (beer and such)
2013-08-29 21:52:19 +02:00
- Docfarming
- Fishing
2013-08-29 21:52:19 +02:00
- Farming plus
- Food
- fruit
- Glooptest
- Mobfcooking
- Mooretrees
2013-08-29 21:52:19 +02:00
- Mtfoods
2014-04-06 19:03:01 +02:00
- mushroom
- mush45
2014-04-06 01:39:56 +02:00
- Seaplants (sea)
- Simple mobs
2013-07-01 09:42:47 +02:00
2013-07-20 14:02:30 +02:00
Example: 1 apple fills up the hunger bar by 1 bread, 1 bread (from farming) 2 breads in bar.
Altough it show 20 hunger points (10 breads) in hunger bar you can fill it up to 30 points. (5 breads not shown then)