Tweak player speed (#665)
This commit is contained in:
parent
179ff104bf
commit
5813a077d2
1 changed files with 14 additions and 4 deletions
|
@ -1,17 +1,15 @@
|
||||||
give_initial_stuff = true
|
give_initial_stuff = true
|
||||||
enable_pvp = true
|
enable_pvp = true
|
||||||
mg_name = singlenode
|
mg_name = singlenode
|
||||||
vote.kick_vote = false
|
vote.kick_vote = true
|
||||||
barrier = 106
|
|
||||||
hpregen.interval = 6
|
hpregen.interval = 6
|
||||||
hpregen.amount = 1
|
hpregen.amount = 1
|
||||||
random_messages_interval = 60
|
random_messages_interval = 60
|
||||||
sprint_stamina = 10
|
sprint_stamina = 10
|
||||||
enable_lavacooling = false
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# CTF_PVP_ENGINE
|
# CTF_PVP_ENGINE
|
||||||
# See mods/ctf_pvp_engine/minetest.conf.example for ctf_pvp_engine settings.
|
# See docs/doc_settings.md for ctf_pvp_engine settings.
|
||||||
#
|
#
|
||||||
|
|
||||||
ctf.colors.skins = true
|
ctf.colors.skins = true
|
||||||
|
@ -43,3 +41,15 @@ ctf.match.destroy_team = true
|
||||||
ctf.match.reset_on_winner = true
|
ctf.match.reset_on_winner = true
|
||||||
ctf.match.map_reset_limit = 200
|
ctf.match.map_reset_limit = 200
|
||||||
ctf.match.remove_player_on_leave = true
|
ctf.match.remove_player_on_leave = true
|
||||||
|
|
||||||
|
#
|
||||||
|
# Physics
|
||||||
|
#
|
||||||
|
|
||||||
|
movement_acceleration_default = 4
|
||||||
|
movement_acceleration_air = 3
|
||||||
|
|
||||||
|
movement_speed_walk = 4.3
|
||||||
|
movement_speed_crouch = 1.5
|
||||||
|
movement_speed_climb = 3.5
|
||||||
|
movement_speed_jump = 7
|
||||||
|
|
Loading…
Reference in a new issue