aa6 / minetest_wadsprint

Minetest mod for sprinting with W, A and D buttons.
GNU Affero General Public License v3.0
5 stars 1 forks source link
minetest minetest-mod

Wadsprint [Version] [minetest_wadsprint]

Minetest mod for sprinting/running with W, A and D buttons. A+D => A+D+W => W.

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.
  4. Drink a coffee to faster regenerate the stamina.

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

Changelog

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

Links

Content DB Page

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.