X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=defaultXonotic.cfg;h=cc58245383695ce6febb074fbedacaf5a2c5dc5b;hb=bae73cb72b82064ee11c923147a761e8cd587e90;hp=cbb8014bc0a0983e99e5fb943c746e09d73e76ee;hpb=ef699c7a87a03f0f3c29684ec1c2e9a776b6765e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index cbb8014bc..cc5824538 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -10,7 +10,7 @@ // e.g. Xonotic 1.5.1 RC1 will be 15101 set g_xonoticversion git "Xonotic version (formatted for humans)" -gameversion 700 // 0.7.0 +gameversion 800 // 0.8.0 gameversion_min 0 // git builds see all versions gameversion_max 65535 // git builds see all versions @@ -51,7 +51,7 @@ mod_q3bsp_lightmapmergepower 4 // player defaults _cl_color "112.211" // same effect as 112, but menuqc can detect this as the default and not intentionally set -_cl_name Player +_cl_name "" _cl_playermodel models/player/erebus.iqm _cl_playerskin 0 @@ -819,19 +819,19 @@ seta scoreboard_accuracy_border_thickness 1 "accuracy stats border thickness" seta scoreboard_accuracy_doublerows 0 "use two rows instead of one" seta scoreboard_accuracy_nocolors 0 "don't use colors displaying accuracy stats" seta scoreboard_accuracy 1 "show weapon accuracy stats panel on scoreboard; colors can be configured with accuracy_color* cvars" -seta scoreboard_color_bg_r 0 "red color component of the scoreboard background" -seta scoreboard_color_bg_g 0.4 "green color component of the scoreboard background" -seta scoreboard_color_bg_b 0.6 "blue color component of the scoreboard background" -seta scoreboard_color_bg_team 0.5 "team color multiplier of the scoreboard background" -seta scoreboard_alpha_bg 0.6 "scoreboard background alpha" +seta scoreboard_color_bg_r 0.125 "red color component of the scoreboard background" +seta scoreboard_color_bg_g 0.55 "green color component of the scoreboard background" +seta scoreboard_color_bg_b 0.875 "blue color component of the scoreboard background" +seta scoreboard_color_bg_team 0.6 "team color multiplier of the scoreboard background" +seta scoreboard_alpha_bg 0.7 "scoreboard background alpha" seta scoreboard_alpha_fg 1 "scoreboard foreground alpha" seta scoreboard_alpha_name 0.9 "alpha of player text in scoreboard list other than self" seta scoreboard_alpha_name_self 1 "alpha of player text in scoreboard list of self" seta scoreboard_fadeinspeed 10 "speed at which scoreboard fades in, higher is faster (0 = instant)" seta scoreboard_fadeoutspeed 5 "speed at which scoreboard fades out, higher is faster (0 = instant)" seta scoreboard_highlight 1 "enable highlighting for rows and columns in the scoreboard" -seta scoreboard_highlight_alpha 0.10 "highlight alpha value (depends on hud_scoreboard_highlight 1)" -seta scoreboard_highlight_alpha_self 0.25 "self highlight alpha value" +seta scoreboard_highlight_alpha 0.08 "highlight alpha value (depends on hud_scoreboard_highlight 1)" +seta scoreboard_highlight_alpha_self 0.3 "self highlight alpha value" seta scoreboard_offset_left 0.15 "how far (by percent) the scoreboard is offset from the left screen edge" seta scoreboard_offset_right 0.15 "how far (by percent) the scoreboard is offset from the right screen edge" seta scoreboard_offset_vertical 0.05 "how far (by percent) the scoreboard is offset from the top and bottom of the screen"