X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=1da4d94354457a12a2e53710f48ff1d7c2807c82;hb=520a3a3b0dd71ab7e3e9c47a9cf9631e72ed0d8f;hp=0c96872bdd4382084d4cea46c71546620e99de60;hpb=bd2ef9e66130865261f4fc15d30d811541dec39a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 0c96872bd..1da4d9435 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -258,7 +258,7 @@ cl_followmodel_up_lowpass 10 "gun following upward lowpass in 1/s" cl_rollangle 0 // amount of view tilt when strafing, default is 2.0 v_kicktime 0 // how long damage kicks of the view last, default is 0 seconds -gl_polyblend 0.5 // whether to use screen tints, default is 1 +gl_polyblend 0 // whether to use screen tints, this has now been replaced by a better system in CSQC r_motionblur 0 // motion blur value, default is 0 r_damageblur 0 // motion blur when damaged, default is 0 @@ -1367,6 +1367,17 @@ seta hud_panel_engineinfo_framecounter_exponentialmovingaverage_instantupdate_ch seta hud_showbinds 1 "the way to show the keys to press in HUD messages: 0 displays commands, 1 bound keys, 2 both" seta hud_showbinds_limit 2 "maximum number of bound keys to show for a command. 0 for unlimited" +seta hud_damage 1 "an improved version of gl_polyblend, draw an image instead when hurt" +seta hud_damage_color "1 0 0" "color of flash" +seta hud_damage_factor 0.05 "(damage * factor) = how much to add to the alpha value" +seta hud_damage_fade_rate 1 "how much to subtract from the alpha value each second" +seta hud_damage_maxalpha 2 "how much to limit the alpha value to" +seta hud_damage_pain_treshold 0.1 "how much alpha to ignore (must be bigger than the hud_damage_factor so that e.g. rot is ignored)" +seta hud_damage_pain_treshold_lower 1 "how much we lower pain_treshold with when nearing 0 health (if pain_treshold gets negative then we always draw a flash at alpha = fabs(pain_treshold)" +seta hud_damage_pain_treshold_lower_health 50 "at which health we start lowering pain_treshold" +seta hud_damage_pain_treshold_pulsating_min 0.6 "minimum value when calculating the pulse: max(pulsating_min, fabs(sin(PI * time / period))" +seta hud_damage_pain_treshold_pulsating_period 0.8 "one pulse every X seconds" + // scoreboard seta scoreboard_columns default seta scoreboard_border_thickness 1 "scoreboard border thickness"