MineClone2/mods/PLAYER/mcl_sprint
teknomunk aabd80d54b Change MineClone 2 to VoxeLibre 2024-05-07 11:38:00 +00:00
..
COPYING Add simple sprinting mod 2017-02-21 15:39:22 +01:00
README.md Change MineClone 2 to VoxeLibre 2024-05-07 11:38:00 +00:00
init.lua Moved sprinting into the new FOV api 2023-12-18 22:50:52 +00:00
mod.conf Remove unneeded dependencies 2023-12-24 01:27:29 +01:00

README.md

Sprint Mod for VoxeLibre

Forked from [sprint] by GunshipPenguin

Description

Allows the player to sprint by pressing the “Use” key (default: E). By default, sprinting will make the player travel 80% faster and allow him/her to jump 10% higher.

Licence: CC0 (see COPYING file)

Mod developer settings (init.lua)

mcl_sprint.SPEED

How fast the player will move when sprinting as opposed to normal movement speed. 1.0 represents normal speed so 1.5 would mean that a sprinting player would travel 50% faster than a walking player and 2.4 would mean that a sprinting player would travel 140% faster than a walking player.