X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=crosshairs.cfg;h=ae3fec0805b9dfbeeccec68a43bc63d8df6c639f;hp=4d44688a28c78a5682fade92d6cfa50afeb67745;hb=6bbd02c6359ab87d82651f9bdc93c568754030d6;hpb=530e06120a7b41f6175b1144fedf6903da8c13b0 diff --git a/crosshairs.cfg b/crosshairs.cfg index 4d44688a2..ae3fec080 100644 --- a/crosshairs.cfg +++ b/crosshairs.cfg @@ -6,13 +6,13 @@ seta crosshair 16 seta crosshair_enabled 1 // main toggle for enabling/disabling crosshair rendering, used mostly just for the menu... 1 = with per-weapon crosshairs, 2 = custom crosshair seta crosshair_color "0.6 0.8 1" -seta crosshair_alpha 0.75 -seta crosshair_size 0.3 +seta crosshair_alpha 0.8 +seta crosshair_size 0.4 // crosshair dot settings seta crosshair_dot 0 seta crosshair_dot_alpha 1 -seta crosshair_dot_size 0.600000 +seta crosshair_dot_size 0.6 seta crosshair_dot_color "1 0 0" seta crosshair_dot_color_custom 1 "use a custom color for the crosshair dot" @@ -32,10 +32,10 @@ seta crosshair_hitindication_speed 5 // hit testing/tracing for special effects for the crosshair set g_trueaim_minrange 44 "TrueAim minimum range (TrueAim adjusts shots so they hit the crosshair point even though the gun is not at the screen center)" -seta crosshair_hittest 1 "do a crosshair hit evaluation, applying effects from the _blur, _scale, and _showipact cvars" +seta crosshair_hittest 1 "do a crosshair hit evaluation, applying effects from the _blur and _scale cvars" seta crosshair_hittest_blur 1 "blur the crosshair if the shot is obstructed" -seta crosshair_hittest_scale 1.25 "enlarge crosshair if aiming at an enemy, shrink crosshair if shot is obstructed or aiming at a teammate" -seta crosshair_hittest_showimpact 0 "move the crosshair to the actual impact location if obstructed" +seta crosshair_hittest_scale 1.25 "shrink crosshair if shot is obstructed or aiming at a teammate" +seta crosshair_hittest_showimpact 0 "move the crosshair to the actual impact location if obstructed (debug setting, very glitchy!)" // change color based on special case seta crosshair_color_special 1 "special color handling for crosshair... 1 = per-weapon crosshair color (see crosshair_per_weapon), 2 = crosshair changes color based on health, 3 = rainbow/random color selection" @@ -45,6 +45,13 @@ seta crosshair_color_special_rainbow_brightness 20 "color brightness of the rand // per-weapon crosshairs seta crosshair_per_weapon 1 "when 1, each gun will display a different crosshair" +// side-scrolling crosshair +seta crosshair_2d 54 "selects crosshair to use in side-scrolling mode (\"\" uses regular crosshair and 0 is none)" + +// third person chase-camera crosshair +seta crosshair_chase 1 "adjust the crosshair while in third person mode to where the shot will actually hit" +seta crosshair_chase_playeralpha 0.25 "opacity of the player while they obstruct the view when crosshair_chase is enabled, can be a value between 0 and 1" + // ========================= // Crosshair ring settings