X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=1f3bb42a2b6947c3de6ffbef22bc7c51c4939e8a;hb=6ada57d3fa63f83aaa59d135528ec7d91ad9cffc;hp=23588aff19c077679f56aa8de2cbcbac8c323a15;hpb=b41f7ee415c9cc35d6304ca237986a9e445ffd4c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 23588aff1..1f3bb42a2 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1645,6 +1645,9 @@ seta cl_casings_maxcount 100 "maximum amount of shell casings (must be at least seta cl_gibs_maxcount 100 "maximum amount of gibs (must be at least 1)" seta cl_vehicle_spiderbot_cross_alpha 0.6 seta cl_vehicle_spiderbot_cross_size 1 +seta cl_vehicles_hudscale 0.5 +seta cl_vehicles_hudalpha 0.75 +seta cl_vehicles_hud_tactical 1 //cl_gunalign calculator seta menu_cl_gunalign 3 "Gun alignment; 1 = center (if allowed by g_shootfromclient) or right, 2 = center (if allowed by g_shootfromclient) or left, 3 = right only, 4 = left only" @@ -1959,5 +1962,5 @@ set cl_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the co set sv_simple_items 1 "allow or forbid client use of simple items" set cl_simple_items 0 "enable simple items (if server allows)" set cl_fullbright_items 0 "enable fullbright items (if server allows, controled by g_fullbrightitems)" -set cl_staywep_color "2 0.5 0.5" "Color of picked up weapons when g_wepon_stay > 0" -set cl_staywep_alpha 0.75 "Alpha of picked up weapons when g_wepon_stay > 0" +set cl_weapon_stay_color "2 0.5 0.5" "Color of picked up weapons when g_weapon_stay > 0" +set cl_weapon_stay_alpha 0.75 "Alpha of picked up weapons when g_weapon_stay > 0"