Changed default speed method to LMV. Updated patch list and changelog.
This commit is contained in:
@ -90,7 +90,7 @@
|
||||
"health_infect_gain" "700"
|
||||
"kill_bonus" "2"
|
||||
|
||||
"speed" "75"
|
||||
"speed" "390"
|
||||
"knockback" "4"
|
||||
"jump_height" "1.1"
|
||||
"jump_distance" "1.2"
|
||||
@ -134,7 +134,7 @@
|
||||
"health_infect_gain" "500"
|
||||
"kill_bonus" "2"
|
||||
|
||||
"speed" "100"
|
||||
"speed" "420"
|
||||
"knockback" "4.5"
|
||||
"jump_height" "1.3"
|
||||
"jump_distance" "1.2"
|
||||
@ -178,7 +178,7 @@
|
||||
"health_infect_gain" "850"
|
||||
"kill_bonus" "2"
|
||||
|
||||
"speed" "-25"
|
||||
"speed" "270"
|
||||
"knockback" "3.5"
|
||||
"jump_height" "1.3"
|
||||
"jump_distance" "1.3"
|
||||
@ -222,7 +222,7 @@
|
||||
"health_infect_gain" "1000"
|
||||
"kill_bonus" "2"
|
||||
|
||||
"speed" "-20"
|
||||
"speed" "275"
|
||||
"knockback" "2.5"
|
||||
"jump_height" "0.9"
|
||||
"jump_distance" "0.9"
|
||||
@ -266,7 +266,7 @@
|
||||
"health_infect_gain" "700"
|
||||
"kill_bonus" "4"
|
||||
|
||||
"speed" "110"
|
||||
"speed" "432"
|
||||
"knockback" "2.8"
|
||||
"jump_height" "1.2"
|
||||
"jump_distance" "1.3"
|
||||
@ -310,7 +310,7 @@
|
||||
"health_infect_gain" "700"
|
||||
"kill_bonus" "1"
|
||||
|
||||
"speed" "115"
|
||||
"speed" "486"
|
||||
"knockback" "2.8"
|
||||
"jump_height" "1.2"
|
||||
"jump_distance" "1.3"
|
||||
@ -360,7 +360,7 @@
|
||||
"health_infect_gain" "0"
|
||||
"kill_bonus" "2"
|
||||
|
||||
"speed" "0"
|
||||
"speed" "300"
|
||||
"knockback" "0"
|
||||
"jump_height" "1.0"
|
||||
"jump_distance" "1.0"
|
||||
@ -404,7 +404,7 @@
|
||||
"health_infect_gain" "0"
|
||||
"kill_bonus" "1"
|
||||
|
||||
"speed" "0"
|
||||
"speed" "300"
|
||||
"knockback" "0"
|
||||
"jump_height" "1.2"
|
||||
"jump_distance" "1.2"
|
||||
@ -448,7 +448,7 @@
|
||||
"health_infect_gain" "0"
|
||||
"kill_bonus" "1"
|
||||
|
||||
"speed" "50"
|
||||
"speed" "360"
|
||||
"knockback" "0"
|
||||
"jump_height" "1.2"
|
||||
"jump_distance" "1.2"
|
||||
@ -492,7 +492,7 @@
|
||||
"health_infect_gain" "0"
|
||||
"kill_bonus" "1"
|
||||
|
||||
"speed" "50"
|
||||
"speed" "360"
|
||||
"knockback" "0"
|
||||
"jump_height" "1.0"
|
||||
"jump_distance" "1.0"
|
||||
@ -536,7 +536,7 @@
|
||||
"health_infect_gain" "0"
|
||||
"kill_bonus" "1"
|
||||
|
||||
"speed" "-30"
|
||||
"speed" "260"
|
||||
"knockback" "0"
|
||||
"jump_height" "1.3"
|
||||
"jump_distance" "1.3"
|
||||
|
@ -213,8 +213,8 @@ zr_classes_human_select "1"
|
||||
zr_classes_admin_select "1"
|
||||
|
||||
// Speed method to use when applying player speed. Do not touch this if you don't know what you're doing! ["lmv" = Lagged movement value | "prop" = Player speed property]
|
||||
// Default: "prop"
|
||||
zr_classes_speed_method "prop"
|
||||
// Default: "lmv"
|
||||
zr_classes_speed_method "lmv"
|
||||
|
||||
// Overlay
|
||||
|
||||
@ -588,8 +588,8 @@ zr_spawnprotect "1"
|
||||
zr_spawnprotect_time "10"
|
||||
|
||||
// Speed of the player during protection. See the manual for more information. [Dependency: zr_spawnprotect]
|
||||
// Default: "250.0"
|
||||
zr_spawnprotect_speed "250.0"
|
||||
// Default: "600.0"
|
||||
zr_spawnprotect_speed "600.0"
|
||||
|
||||
// Alpha of the player during protection. ['255' = Fully visible | '0' = Completely invisible | Dependency: zr_spawnprotect]
|
||||
// Default: "0"
|
||||
|
Reference in New Issue
Block a user