mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-27 19:45:20 +01:00
merge server with github
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
Sprint Mod For Minetest by GunshipPenguin
|
||||
|
||||
Allows the player to sprint by double tapping w. By default,
|
||||
sprinting will make the player travel 80% faster and allow him/her
|
||||
to jump 10% higher. Also adds a stamina bar that goes down when the
|
||||
player sprints and goes up when he/she isn't sprinting.
|
||||
Allows the player to sprint by either double tapping w or pressing e.
|
||||
By default, sprinting will make the player travel 80% faster and
|
||||
allow him/her to jump 10% higher. Also adds a stamina bar that goes
|
||||
down when the player sprints and goes up when he/she isn't
|
||||
sprinting.
|
||||
|
||||
Licence: CC0 (see COPYING file)
|
||||
|
||||
@@ -12,6 +13,13 @@ Licence: CC0 (see COPYING file)
|
||||
This mod can be configured by changing the variables declared in
|
||||
the start of init.lua. The following is a brief explanation of each
|
||||
one.
|
||||
|
||||
SPRINT_METHOD (default 1)
|
||||
|
||||
What a player has to do to start sprinting. 0 = double tap w, 1 = press e.
|
||||
Note that if you have the fast privlige, and have the fast
|
||||
speed turned on, you will run very, very fast. You can toggle this
|
||||
by pressing j.
|
||||
|
||||
SPRINT_SPEED (default 1.5)
|
||||
|
||||
@@ -39,6 +47,7 @@ you want unlimited sprinting.
|
||||
|
||||
SPRINT_TIMEOUT (default 0.5)
|
||||
|
||||
Only used if SPRINT_METHOD = 0.
|
||||
How much time the player has after releasing w, to press w again and
|
||||
start sprinting. Setting this too high will result in unwanted
|
||||
sprinting and setting it too low will result in it being
|
||||
|
||||
Reference in New Issue
Block a user