Go to file
aa6 ec47decc97 0.1s controls check delay is actually noticeable 2017-05-07 13:01:08 +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 0.1s controls check delay is actually noticeable 2017-05-07 13:01:08 +03:00
.gitignore Add .gitignore to the repo 2016-05-04 18:26:50 +03:00
LICENSE Initial release 2016-03-26 21:41:29 +03:00
README.md 0.1s controls check delay is actually noticeable 2017-05-07 13:01:08 +03:00
VERSION 0.1s controls check delay is actually noticeable 2017-05-07 13:01:08 +03:00
config.lua 0.1s controls check delay is actually noticeable 2017-05-07 13:01:08 +03:00
depends.txt Initial release 2016-03-26 21:41:29 +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.lua 0.1s controls check delay is actually noticeable 2017-05-07 13:01:08 +03:00
init_hudbars.lua Better hudbars coloring. 2016-07-22 22:35:55 +03:00
lib_eventemitter.lua API changes 2016-06-08 21:23:17 +03:00
lib_file_exists.lua API, Saving players stamina, Fix hud bugs 2016-04-30 23:44:16 +03:00
lib_savetable.lua API, Saving players stamina, Fix hud bugs 2016-04-30 23:44:16 +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

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.

Dependencies

All dependencies are optional.

Dependents

Development

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.