X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=_hud_common.cfg;h=c486afb4ba284c4f986d6e730b2b0fd07332fb4e;hb=bd8924414d53fdd683945cdb93410f79ab136000;hp=f17e7ac60b33c2040f94c7f67836cbb19e68c896;hpb=8b2e7bcc17160adf572990bdc24462854d799026;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_common.cfg b/_hud_common.cfg index f17e7ac60..c486afb4b 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -45,7 +45,13 @@ seta hud_panel_itemstime_progressbar_maxtime "30" "when left time is at least th seta hud_panel_itemstime_hidespawned "1" "if 1 hide an item from the panel when all the occurrences of it are available again; if 2 hide it when at least one occurrence is available again" seta hud_panel_itemstime_hidelarge "0" "if 1 hide large armor and health from the panel" +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)" +seta hud_panel_quickmenu_time 5 "quickmenu expires after this number of seconds in the same page" + // hud panel aliases +alias quickmenu "cl_cmd hud quickmenu ${* ?}" + alias hud_panel_radar_rotate "toggle hud_panel_radar_rotation 0 1 2 3 4" alias +hud_panel_radar_maximized "cl_cmd hud radar 1" alias -hud_panel_radar_maximized "cl_cmd hud radar 0"