minetest_wadsprint/README.md

23 lines
724 B
Markdown
Raw Normal View History

2016-03-26 11:41:29 -07:00
# Wadsprint [0.1.0] [minetest_wadsprint]
2016-03-26 11:34:58 -07:00
Minetest mod for sprinting with W,A and D buttons.
2016-03-26 11:41:29 -07:00
![Wadsprint](/screenshots/wadsprint_screenshots.png?raw=true "Wadsprint mod screenshots")
How to use:
2016-03-26 11:46:11 -07:00
2016-03-26 11:41:29 -07:00
1. Press A and D simultaneously to trigger the `ready_to_sprint` event.
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 install:
2016-03-26 11:46:42 -07:00
2016-03-26 11:41:29 -07:00
http://wiki.minetest.com/wiki/Installing_mods
How to configure:
2016-03-26 11:46:42 -07:00
2016-03-26 11:41:29 -07:00
Edit `config.lua` at the mod directory.
Credits:
2016-03-26 11:46:42 -07:00
2016-03-26 11:41:29 -07:00
Thanks to [GunshipPenguin](https://github.com/GunshipPenguin) and his [sprint mod](https://github.com/GunshipPenguin/sprint) for giving a good example of how sprint mod for minetest can be done.