hbsprint icon indicating copy to clipboard operation
hbsprint copied to clipboard

A flexible sprint mod supporting stamina, hunger and monoids.

Results 5 hbsprint issues
Sort by recently updated
recently updated
newest added

I have been experiencing runtime errors on minetest 5.2 with the latest hbsprint mod: ``` 2020-01-06 13:06:24: ERROR[Main]: ServerError: AsyncErr: environment_Step: Runtime error from mod 'hbsprint' in callback environment_Step(): .../minetest/bin/../worlds/swue/worldmods/hbsprint/init.lua:105:...

If you use hunger_ng and try to print, while damage is off, then you get this error: ``` 2020-11-09 17:52:22: WARNING[Server]: +m tried to use hunger_ng.get_hunger_information() but Hunger NG is...

I've noticed that sprinting while jumping results in the player getting thrown into the air, potentially causing major damage or death.

- [x] ~Try a slight `zoom_fov` change for player when sprinting.~ - [x] Try a 2d warp overlay for player when sprinting. - [ ] Try lowering eye position slightly

feature

For [thirsty](https://github.com/bendeutsch/minetest-thirsty/) mod support, use `thirsty.set_thirst_factor(player, factor)` in a `drain_hydration` function.

feature