minetest_wadsprint/README.md

50 lines
1.3 KiB
Markdown
Raw Normal View History

2016-04-30 03:30:48 -07:00
# Wadsprint [![Version](/util/minetest_wadsprint_version.png)] [minetest_wadsprint]
2016-03-26 11:41:29 -07:00
2016-04-15 23:38:27 -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")
2016-03-26 11:48:23 -07:00
**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 download:**
https://github.com/aa6/minetest_wadsprint/archive/master.zip
2016-03-26 11:48:23 -07:00
**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
2016-03-26 11:48:23 -07:00
**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.
2016-06-08 12:05:44 -07:00
**Dependencies:**
All dependencies are optional.
2016-06-08 12:07:29 -07:00
- [hudbars?](http://repo.or.cz/minetest_hudbars.git)
- [hud?](https://github.com/BlockMen/hud_hunger)
2016-06-08 12:05:44 -07:00
**Dependents:**
2016-06-08 12:08:13 -07:00
- [minetest_wadsprint_dyspnea](https://github.com/aa6/minetest_wadsprint_dyspnea)
2016-06-08 12:05:44 -07:00
2017-01-13 02:13:27 -08:00
**Development:**
- Run `bash util/git_hook_pre_commit.bash install` after repository cloning.
2017-04-24 08:28:37 -07:00
**Changelog**
https://github.com/aa6/minetest_wadsprint/commits/master
**Links**
[Minetest forum topic](https://forum.minetest.net/viewtopic.php?f=11&t=14296)
2016-03-26 11:48:23 -07:00
**Credits:**
2016-03-26 11:46:42 -07:00
2016-04-30 03:30:48 -07:00
Thanks to [GunshipPenguin](https://github.com/GunshipPenguin) and his [sprint mod](https://github.com/GunshipPenguin/sprint) for showing a good example of how sprint mod for minetest can be done.