Mineclonia/mods/PLAYER/mcl_sprint
Nils Dagsson Moskopp 275f0826ed
Send FOV packets only when necessary
Before this change, about 10 to 30 FOV packets were sent from the server
to each connected client each second. This patch only sends FOV packets
when the FOV actually needs to be changed, i.e. when the player starts
or stops sprinting.
2021-07-04 03:25:05 +02:00
..
COPYING Add simple sprinting mod 2017-02-21 15:39:22 +01:00
README.md Dump unused code in mcl_sprint mod 2017-05-20 19:18:37 +02:00
init.lua Send FOV packets only when necessary 2021-07-04 03:25:05 +02:00
mod.conf Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00

README.md

Sprint Mod for MineClone 2

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.