A flexible sprint mod supporting stamina, hunger and monoids.
Go to file
sys4-fr 4450de7189 Ajoute message de chargement du mod dans le journal "action" 2018-12-25 17:20:45 +01:00
textures Change stamina icon textures: 2017-08-12 07:18:18 -07:00
LICENSE License to LGPL2.1 2017-08-03 23:37:31 +02:00
README.md Change stamina icon textures: 2017-08-12 07:18:18 -07:00
depends.txt hunger_ng support 2018-02-25 22:15:18 +01:00
description.txt Initial commit 2017-07-12 01:07:32 +02:00
init.lua Ajoute message de chargement du mod dans le journal "action" 2018-12-25 17:20:45 +01:00
mod.conf Initial commit 2017-07-12 01:07:32 +02:00
settingtypes.txt Add setting 'hudbars_autohide_stamina' to disable hiding stamina 2017-08-12 08:02:00 -07: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 it supports on hudbars, hbhunger and player_monoids.

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 hbhunger is present)
  • 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.