A flexible sprint mod supporting stamina, hunger and monoids.
Aller au fichier
bri cassa b9cb4871a8 Merge remote-tracking branch 'upstream/master' 2023-06-05 23:58:51 +02:00
.github/workflows Add LuaCheck and GitHub workflow (#32) 2023-01-15 14:17:54 +01:00
textures Change stamina icon textures: 2017-08-12 07:18:18 -07:00
.luacheckrc Add LuaCheck and GitHub workflow (#32) 2023-01-15 14:17:54 +01:00
LICENSE License to LGPL2.1 2017-08-03 23:37:31 +02:00
README.md update README 2019-10-24 09:35:58 +02:00
init.lua Merge remote-tracking branch 'upstream/master' 2021-02-23 21:15:44 +01:00
mod.conf Use "mod.conf" for optional dependencies and description (#16) 2019-08-28 19:44:28 +02:00
settingtypes.txt Increase stamina heal rate when standing and not taking any actions. 2020-04-03 09:40:50 +02:00

README.md

hbSprint

Description

A flexible sprint mod supporting stamina, hunger and coexistance with other physics altering mods.

Licensing

  • LGPLv2.1/CC BY-SA 3.0. Particle code: copyright (c) 2017 Elijah Duffy.
  • sprint_stamina_*icon textures:

Notes

hbSprint can be played with Minetest 0.4.16 or above. It has no dependencies, but supports hudbars and player_monoids.

Compatible hunger mods: hbhunger or hunger_ng.

List of features

  • Displays and drains stamina (by default, if hudbars is present). Hides stamina bar if full.
  • Displays and drains satiation (by default, if compatible hunger mod found)
  • Drains air faster while sprinting on walkable ground but in water (by default)
  • Requires only forward key to be pressed, not left and right (by default)
  • Requires walkable ground (no water surface sprinting)
  • Particle spawning based on ground type (Thanks to octacian)
  • All variables customizable in Advanced settings or directly in minetest.conf

Known issues

  • Forward double tap support not implemented

Bug reports and suggestions

You can report bugs or suggest ideas by filing an issue.