X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=6a31b99ad55d7335c97d309aeeb087df3eae695d;hb=cdf8d22631c0acdf97bd69bdd00ab86e96b30b73;hp=8a241f75a121dd140669fef42089d9b715e19019;hpb=a60cee16752e5abd387f6b7cd7d826b4f0321d05;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 8a241f75a..6a31b99ad 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -100,8 +100,7 @@ seta crosshair_dot_color "1 0 0" "when != 0, use custom color for the crosshair seta crosshair_pickup 0.25 seta crosshair_pickup_speed 4 seta crosshair_per_weapon 0 "when 1, each gun will display a different crosshair" -seta crosshair_color_override 0 "when 1, crosshair_color_* overrides the per-weapon color" -seta crosshair_color_per_weapon 1 "when 1, each gun will display a different colored crosshair" +seta crosshair_color_per_weapon 1 "when 1, each gun will display the crosshair with a different color" seta crosshair_effect_speed -1 "how fast (in seconds) some crosshair effects should take place, 0 = instant, -1 = 2x weapon switch time" seta crosshair_effect_scalefade 1 "use scaling and fading for crosshair effects" seta crosshair_hittest 1 "do a crosshair hit evaluation; also, the crosshair is scaled by the given number when aiming at an enemy, and blurred when aiming at a team mate" @@ -264,6 +263,14 @@ gl_polyblend 0 // whether to use screen tints, this has now been replaced by a b r_motionblur 0 // motion blur value, default is 0 r_damageblur 0 // motion blur when damaged, default is 0 +r_bloom_blur 8 +r_bloom_brighten 3 +r_bloom_colorexponent 1 +r_bloom_colorscale 1 +r_bloom_colorsubtract 0.25 +r_bloom_resolution 320 +r_hdr_range 4 + seta vid_x11_display "" "xonotic-linux-*.sh will use this to start xonotic on an other/new X display" // This can have three possible settings: // "" run as usual @@ -1071,8 +1078,8 @@ alias vstop "cmd vote stop" alias vmaster "cmd vote master" alias vlogin "cmd vote login $*" alias vdo "cmd vote do $*" -alias vyes "cmd vote yes" -alias vno "cmd vote no" +alias vyes "cl_cmd vyes" +alias vno "cl_cmd vno" alias vdontcare "cmd vote dontcare" alias vabstain "cmd vote abstain" @@ -2057,3 +2064,11 @@ exec _hud_descriptions.cfg // exec the default skin config // please add any new cvars into the hud_save script in qcsrc/client/hud.qc for consistency exec hud_luminos.cfg + +set g_weapon_charge_colormod_hdrmultiplier 4 "how much to multiply the colors by in the colormod vector" +set g_weapon_charge_colormod_red_half 0 +set g_weapon_charge_colormod_green_half 0.5 +set g_weapon_charge_colormod_blue_half 1 +set g_weapon_charge_colormod_red_full 1 +set g_weapon_charge_colormod_green_full -0.5 +set g_weapon_charge_colormod_blue_full -1