From d350f6cf3d60df8a0b98fd9acd015f9058b8504d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 15 Jan 2012 18:28:56 +0100 Subject: [PATCH] use the nextframe command I added --- misc/tools/xonotic-map-screenshot | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/misc/tools/xonotic-map-screenshot b/misc/tools/xonotic-map-screenshot index c3bd2369..1af7b4b7 100755 --- a/misc/tools/xonotic-map-screenshot +++ b/misc/tools/xonotic-map-screenshot @@ -3,7 +3,7 @@ map=$1; shift count=$1; shift watchdog=$1; shift -step=$1; shift +dummy=$1; shift # convert count to unary count=`yes x | head -n "$count" | tr -cd x` @@ -23,8 +23,11 @@ count=`yes x | head -n "$count" | tr -cd x` +'sv_cheats 2' \ +'set catchme "catchme_"' \ +"alias catchme_$count \"quit\"" \ - +'alias "autoscreenshot" "$catchme; set catchme \"${catchme}x\"; impulse 911; defer '$step' \"screenshot; autoscreenshot\""' \ - +'alias cl_hook_gamestart_all "cmd join; defer 1 god; defer 2 noclip; defer 3 autoscreenshot"' \ + +'alias NARF "sv_cmd nextframe cl_cmd nextframe $*"' \ + +'alias ZORT "god; noclip; NARF POIT"' \ + +'alias POIT "$catchme; set catchme \"${catchme}x\"; impulse 911; NARF TROZ"' \ + +'alias TROZ "screenshot; NARF POIT"' \ + +'alias cl_hook_gamestart_all "echo HOOKED; cmd join; defer 2 ZORT"' \ +"defer \"$watchdog\" quit" \ +"map \"$map\"" \ +'timelimit 0' \ -- 2.39.2