Commit Graph

9 Commits (master)

Author SHA1 Message Date
mckaygerhard 8be7726147 vessels - xdecor - integrates vessels into xdecor to minimize it 2023-08-07 12:19:27 -04:00
mckaygerhard 6327ac1eb0 hudbars+hbhunger+hbarmor - fix armor bar set to 0% due old loading engines
* for minetest 0.4.16 and 0.4.17 loading of mods is a pain, the
  `on_mods_loaded` still do not exits and only using dependency
  we can get sure a mod its present.
  hudbars need armors parts be present and 100% lodaed to property
  check the armor.def so made optional dependencies only in depends.txt
  cos mod.conf is for newer engines and those works perfectly.
  This only happened at player join or initialization, due
  several errors in the already buggy 3d_armor mod, check:
  https://github.com/minetest-mods/3d_armor/issues/49
2023-08-06 01:00:47 -04:00
mckaygerhard 02120d280e hudbars+hbhunger+hbarmor - permit to gain life if are in good shape 2023-08-06 00:51:13 -04:00
mckaygerhard c3edca70aa mod - hudbars+hbarmor+hbhunger - make check for max_hp witout segfault old engines
* upstream minenux upgrade updated, do not segfault on old engines
* use right supported check for version string
* do not make redundant checks and set of hp_max
* property set log warning notification when parts of mod are not used
* autodetect armor mod and able to work without it
2023-07-26 01:08:57 -04:00
mckaygerhard 5812e5473c mods - hudbars+hbarmor+hunger - detection of original mods
* detection of original mods and bypass build-in own features
* optimize loading of hubar for armor, bad initialization
* real check player becouse of wrong implementation at engine
2023-07-24 14:27:52 -04:00
mckaygerhard 5e27b5b423 mods - hudbars+hbarmor+hunger - fusion into a simgle loading mod
* fix workaroun about ssettings not configurable
* do not hardcoded hp_max from other mods, unless configured here
* provide settings for hbhunger steps
* provide settings for auto hide or not hbarmor
* document those missing features
* mark mod with version 2.3.5.0 and using redo flag
2023-07-24 13:01:42 -04:00
mckaygerhard 728228fb5a mods hudbars & hbarmor - do not hide any bar and up the health to 40
* the nssg its very hard so 20 health its not enought to survive
* do not hide hudbars, to optimize rendering
* update ticks to give a bit of performance, now set to 0.3
* older engines will defaults health to 20 due missing feature (check hudbar bugs)
2023-07-19 22:27:43 -04:00
mckaygerhard 2397fb5148 mods - hudbars and hbarmor - minimize textures and simplified
* remove icon on progress bar, use simple bar simplistic
* optimize size of the textures
* remove unnecesary textures, dont use backgrounds, simplistic
2023-07-19 22:03:09 -04:00
mckaygerhard c7a3235c42 mods - hudbars + hbarmor - improbe the healt, breath and armor huds
* display a bar event ugly icons for the values of life,breath and armor
  using the famous hudbars mod and also add the hbarmor mod
2023-07-19 21:00:53 -04:00