X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=a8d6bcb9488c2d534a1ba5ed779f60bd0d1a3eb7;hb=c3ec1741fd95b47daee57588acd067a1eefc3239;hp=0c399bb183cde7a50c4ff80e690bd59764527ffc;hpb=e0c9aa1d9b98b75a17051868efc2d97e72d13c32;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 0c399bb18..a8d6bcb94 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -812,6 +812,7 @@ set g_throughfloor_max_steps_other 10 "Maximum number of steps for splash damage // effects r_glsl_vertextextureblend_usebothalphas 1 // allows to abuse texture blending as detail texture +mod_q3shader_force_terrain_alphaflag 1 // supposedly now required for r_glsl_vertextextureblend_usebothalphas to work r_glsl_postprocess 0 // but note, hud_postprocessing enables this r_picmipsprites 0 // Xonotic uses sprites that should never be picmipped (team mate, typing, waypoints) r_picmipworld 1 @@ -1645,6 +1646,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" @@ -1667,9 +1671,6 @@ set g_triggerimpulse_directional_multiplier 1 "trigger_impulse directional field set g_triggerimpulse_radial_multiplier 1 "trigger_impulse radial field multiplier" set the_goggles "they do nothing" "but the googles, they do" -set g_ghost_items 1 "enable ghosted items (when between 0 and 1, overrides the alpha value)" -set g_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the color unchanged" - set sv_weaponstats_file "" "when set to a file name, per-weapon stats get written to that file" seta cl_noantilag 0 "turn this on if you believe antilag is bad" @@ -1956,3 +1957,11 @@ alias menu_sync "menu_cmd sync" set sv_join_notices "" set sv_join_notices_time 15 + +set cl_ghost_items 0.45 "enable ghosted items (when between 0 and 1, overrides the alpha value)" +set cl_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the color unchanged" +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_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"