seta hud_panel_engineinfo_framecounter_exponentialmovingaverage_new_weight 0.1 "weight of latest data point"
seta hud_panel_engineinfo_framecounter_exponentialmovingaverage_instantupdate_change_threshold 0.5 "threshold for fps change when to update instantly, to make big fps changes update faster"
-seta hud_panel_quickmenu_file "" "load the quick menu from this file"
+seta hud_panel_quickmenu_file "" "load the quick menu from this file (empty or 0 to disable)"
seta hud_panel_quickmenu_translatecommands 0 "when the game is translated, translate strings inside commands too (useful for chat commands)"
// hud panel aliases
float fh = -1;
string s;
if(autocvar_hud_panel_quickmenu_file != "")
+ if(autocvar_hud_panel_quickmenu_file != "0")
fh = fopen(autocvar_hud_panel_quickmenu_file, FILE_READ);
if(fh < 0)
{
if(!hud_draw_maximized) return;
if(mv_active) return;
- //if(!autocvar_hud_panel_quickmenu) return; // autocvar exists only for conformity with other panels
+ //if(!autocvar_hud_panel_quickmenu) return;
if(!hud_panel_quickmenu) return;
}
else