X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=_hud_common.cfg;h=ba88a2a4fa6fedcd4f2343caeb2e8b1445b1893e;hb=f4803dbafcdd9f29092535640728e3de19a987da;hp=c46bbee713bf099c6bf74b45e474ee7baea0a559;hpb=8f4d064a1d62a040e788fc0634baf93e888ba2f6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_common.cfg b/_hud_common.cfg index c46bbee71..ba88a2a4f 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -1,7 +1,7 @@ // hud variables set _hud_configure 0 "1 = configure the HUD" seta hud_configure_teamcolorforced 0 "1 = force display of team colors in configure mode" -seta hud_configure_checkcollisions 1 "check for collisions against other panels when in hud configure mode" +seta hud_configure_checkcollisions 0 "check for collisions against other panels when in hud configure mode" seta hud_configure_bg_minalpha 0.25 "minimum panel background alpha when in hud configure mode" seta hud_configure_grid_alpha 0.15 "alpha for visible grid when in configure mode" @@ -28,13 +28,14 @@ seta hud_panel_engineinfo_framecounter_exponentialmovingaverage_instantupdate_ch // hud panel aliases alias hud_panel_radar_rotate "toggle hud_panel_radar_rotation 0 1 2 3 4" -alias +hud_panel_radar_maximized "cl_cmd hud_panel_radar_maximized 1" -alias -hud_panel_radar_maximized "cl_cmd hud_panel_radar_maximized 0" -alias hud_panel_radar_maximized "cl_cmd hud_panel_radar_maximized" +alias +hud_panel_radar_maximized "cl_cmd hud radar 1" +alias -hud_panel_radar_maximized "cl_cmd hud radar 0" +alias hud_panel_radar_maximized "cl_cmd hud radar" // other hud cvars seta hud_showbinds 1 "what to show in the HUD to indicate certain keys to press: 0 display commands, 1 bound keys, 2 both" seta hud_showbinds_limit 2 "maximum number of bound keys to show for a command. 0 for unlimited" +set _hud_showbinds_reload 0 "set it to 1 to reload binds if you changed any. It is reset to 0 automatically" seta hud_colorflash_alpha 0.5 "starting alpha of the color flash"