X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=mutators.cfg;h=d078494899004d591cb01ffad0c5c68acb14fa4d;hb=711400a2c7497eccc945f2ef85b5364f02e85a5b;hp=c272b5bd612f78e4e99c37d5f054f26f89902dc7;hpb=b834eab77489d98d5d722d67c8a96cf6c3549436;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/mutators.cfg b/mutators.cfg index c272b5bd6..d07849489 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -12,7 +12,7 @@ seta cl_dodging_timeout 0.2 "determines how long apart (in seconds) two taps on set sv_dodging_air_dodging 0 set sv_dodging_wall_dodging 0 "allow dodging off walls" -set sv_dodging_delay 0.7 "determines how long a player has to wait to be able to dodge again after dodging" +set sv_dodging_delay 0.5 "determines how long a player has to wait to be able to dodge again after dodging" set sv_dodging_up_speed 200 "the jump velocity of the dodge" set sv_dodging_horiz_speed 400 "the horizontal velocity of the dodge" set sv_dodging_horiz_speed_frozen 200 "the horizontal velocity of the dodge while frozen" @@ -22,6 +22,7 @@ set sv_dodging_wall_distance_threshold 10 "the maximum distance from a wall that set sv_dodging_sound 1 "if 1 dodging makes a sound. if 0 dodging is silent" set sv_dodging_frozen 0 "allow dodging while frozen" set sv_dodging_frozen_doubletap 0 +set sv_dodging_maxspeed 450 "maximum speed a player can be moving at before they dodge again" // =========== @@ -50,6 +51,7 @@ set g_instagib_friendlypush 1 "allow pushing teammates with the vaporizer primar set g_overkill 0 "enable overkill" set g_overkill_powerups_replace 1 +set g_overkill_itemwaypoints 1 set g_overkill_filter_healthmega 0 set g_overkill_filter_armormedium 0 set g_overkill_filter_armorbig 0 @@ -189,7 +191,7 @@ set g_nades_nade_damage 225 set g_nades_nade_edgedamage 90 set g_nades_nade_radius 300 set g_nades_nade_force 650 -set g_nades_nade_newton_style 0 +set g_nades_nade_newton_style 0 "0 is absolute, 1 is relative (takes into account player speed), 2 is something in between" set g_nades_nade_type 1 "Type of the off-hand grenade. 1:normal 2:napalm 3:ice 4:translocate 5:spawn 6:heal 7:pokenade 8:entrap" seta cl_nade_timer 1 "show a visual timer for nades, 1 = only circle, 2 = circle with text"