Go to file
aa6 a0caf808e0 Fix: Getting rid of duplicate minetest.register_on_joinplayer. 2020-07-14 09:58:04 +03:00
screenshots Initial release 2016-03-26 21:41:29 +03:00
textures Decreasing png sizes. 2017-01-14 18:28:59 +03:00
util Fix: Getting rid of duplicate minetest.register_on_joinplayer. 2020-07-14 09:58:04 +03:00
LICENSE Initial release 2016-03-26 21:41:29 +03:00
README.md Fix: Support for hudbars above 2.0.0. 2020-07-11 10:38:44 +03:00
VERSION Fix: Getting rid of duplicate minetest.register_on_joinplayer. 2020-07-14 09:58:04 +03:00
config.lua Fix: Support for hudbars above 2.0.0. 2020-07-11 10:38:44 +03:00
depends.txt Fix: Missing monoids dependency. 2019-07-20 14:47:06 +03:00
description.txt More compatibility with mod standards https://forum.minetest.net/viewtopic.php?f=47&t=14224 2017-04-24 20:45:58 +03:00
init.api.lua Fix: Code simplification. 2019-08-24 17:55:17 +03:00
init.config.lua Fix: New world config to contain copied values from a default config. 2019-08-24 19:07:21 +03:00
init.core.lua Fix: Getting rid of duplicate minetest.register_on_joinplayer. 2020-07-14 09:58:04 +03:00
init.hudbars.lua Fix: Support for hudbars above 2.0.0. 2020-07-11 10:38:44 +03:00
init.legacy.lua Fix: Support for hudbars above 2.0.0. 2020-07-11 10:38:44 +03:00
init.lua Fix: Getting rid of duplicate minetest.register_on_joinplayer. 2020-07-14 09:58:04 +03:00
init.set_sprinting_physics.lua Fix: Getting rid of duplicate minetest.register_on_joinplayer. 2020-07-14 09:58:04 +03:00
lib.eventemitter.lua Fix: Code simplification. 2019-08-24 17:55:17 +03:00
lib.file_exists.lua Fix: Code simplification. 2019-08-24 17:55:17 +03:00
lib.file_get_contents.lua Fix: Code simplification. 2019-08-24 17:55:17 +03:00
lib.file_put_contents.lua Fix: Code simplification. 2019-08-24 17:55:17 +03:00
lib.round.lua Fix: Code simplification. 2019-08-24 17:55:17 +03:00
lib.savetable.lua Fix: Code simplification. 2019-08-24 17:55:17 +03:00
mod.conf More compatibility with mod standards https://forum.minetest.net/viewtopic.php?f=47&t=14224 2017-04-24 20:45:58 +03:00
screenshot.png More compatibility with mod standards https://forum.minetest.net/viewtopic.php?f=47&t=14224 2017-04-24 20:45:58 +03:00
settingtypes.txt Feature: Monoids support for speed and jump; Bad physics override mode. 2019-06-23 22:06:01 +03:00

README.md

Wadsprint [Version] [minetest_wadsprint]

Minetest mod for sprinting with W, A and D buttons.

Wadsprint

How to use

  1. Press A and D simultaneously to trigger the ready_to_sprint state.
  2. Then press W to start sprinting.
  3. Release A and D (keep W pressed) and continue sprinting until the stamina runs out.

How to download

https://github.com/aa6/minetest_wadsprint/archive/master.zip

How to install

http://wiki.minetest.com/wiki/Installing_mods

How to configure

Edit config.lua at the mod directory.

Copy config.lua to worlds/<worldname>/mod_minetest_wadsprint_config.lua to create a per-world config.

Dependencies

All mod dependencies are optional.

Dependents

Development

  • Run git clone https://github.com/aa6/minetest_wadsprint.git; cd minetest_wadsprint to clone the repository.
  • Run bash util/git_hook_pre_commit.bash install after repository cloning. ./VERSION and ./util/version.png then will be updated automatically on every commit. To increment minor version append " 2" to ./VERSION file contents.
  • http://dev.minetest.net/Category:Methods

Changelog

https://github.com/aa6/minetest_wadsprint/commits/master

Links

Minetest forums topic

Credits

Thanks to GunshipPenguin and his sprint mod for showing a good example of how sprint mod for minetest can be done.