]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
use the nextframe command I added
authorRudolf Polzer <divverent@alientrap.org>
Sun, 15 Jan 2012 17:28:56 +0000 (18:28 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 15 Jan 2012 17:28:56 +0000 (18:28 +0100)
misc/tools/xonotic-map-screenshot

index c3bd23697ca0ee52ca10ff0b9b4d14770f627fea..1af7b4b77625752b37917b974b76caae21c1b716 100755 (executable)
@@ -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' \