From 8d6eca65d7e2375d4505d01e354d250da00afe61 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 16 Jan 2012 17:41:50 +0100 Subject: [PATCH] do god and noclip in separate frames (don't ask why) --- misc/tools/xonotic-map-screenshot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-screenshot b/misc/tools/xonotic-map-screenshot index dc06f123..65b5cb52 100755 --- a/misc/tools/xonotic-map-screenshot +++ b/misc/tools/xonotic-map-screenshot @@ -26,7 +26,8 @@ count=`yes x | head -n "$count" | tr -cd x` +'set catchme "catchme_"' \ +"alias catchme_$count \"quit\"" \ +'alias NARF "sv_cmd nextframe cl_cmd nextframe $*"' \ - +'alias ZORT "god; noclip; NARF POIT"' \ + +'alias ZORT "god; NARF EGAD"' \ + +'alias EGAD "noclip; NARF POIT"' \ +'alias POIT "$catchme; set catchme \"${catchme}x\"; impulse 911; NARF TROZ"' \ +'alias TROZ "screenshot; NARF POIT"' \ +'alias cl_hook_gamestart_all "cmd join; defer 2 ZORT"' \ -- 2.39.2