2024-05-02 10:57:10 +02:00
|
|
|
# Sprint Mod for VoxeLibre
|
2017-02-21 15:39:22 +01:00
|
|
|
Forked from [sprint] by GunshipPenguin
|
|
|
|
|
2017-05-20 19:18:37 +02:00
|
|
|
## Description
|
|
|
|
Allows the player to sprint by pressing the “Use” key (default: E).
|
2017-02-21 15:39:22 +01:00
|
|
|
By default, sprinting will make the player travel 80% faster and
|
|
|
|
allow him/her to jump 10% higher.
|
|
|
|
|
|
|
|
Licence: CC0 (see COPYING file)
|
|
|
|
|
2017-05-20 19:18:37 +02:00
|
|
|
## Mod developer settings (`init.lua`)
|
|
|
|
### `mcl_sprint.SPEED`
|
2017-02-21 15:39:22 +01:00
|
|
|
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.
|