21 lines
825 B
Plaintext
21 lines
825 B
Plaintext
# Player movement settings.
|
|
# IMPORTANT: These settings MUST be equal to the values
|
|
# specified in mods/lzr_check_movement_settings/init.lua.
|
|
# These values are currently identical to the default
|
|
# settings as of Luanti 5.9.1, but they are explicitly
|
|
# repeated here for reference. The precise values matter
|
|
# to guarantee the levels still work as originally designed.
|
|
# These values should NOT be changed lightly! Doing so
|
|
# requires to playtest and potentially redesign EVERY level
|
|
# to make sure they still work as intended.
|
|
movement_speed_walk = 4.0
|
|
movement_speed_crouch = 1.35
|
|
movement_speed_climb = 3.0
|
|
movement_speed_jump = 6.5
|
|
movement_gravity = 9.81
|
|
movement_acceleration_air = 2.0
|
|
movement_acceleration_default = 3.0
|
|
movement_liquid_fluidity = 1.0
|
|
movement_liquid_fluidity_smooth = 0.5
|
|
movement_liquid_sink = 10.0
|