From: Matthias Krüger Date: Sun, 9 Jun 2013 21:15:10 +0000 (+0200) Subject: commands: first attempt to implement a simple "plain screenshot" command X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=36531aa549e76311b297f18c2d40184f822b9822;p=xonotic%2Fxonotic-data.pk3dir.git commands: first attempt to implement a simple "plain screenshot" command --- diff --git a/commands.cfg b/commands.cfg index 20f8b6bdab..ec71b91657 100644 --- a/commands.cfg +++ b/commands.cfg @@ -123,6 +123,7 @@ alias hud "qc_cmd_cl hud ${* ?}" // Comman alias localprint "qc_cmd_cl localprint ${* ?}" // Create your own centerprint sent to yourself //alias mv_download "qc_cmd_cl mv_download ${* ?}" // Retrieve mapshot picture from the server alias sendcvar "qc_cmd_cl sendcvar ${* ?}" // Send a cvar to the server (like weaponpriority) +alias plainscreenshot "menu_watermark"" ; cl_hidewaypoints 1 ; viewsize 120 ; settemp crosshair 0 ; screenshot ; settemp_restore crosshair ; viewsize 100 ; cl_hidewaypoints 0 ; menu_watermark" // other aliases for local commands alias hud_configure "qc_cmd_cl hud configure"