]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
improve autoscreenshot a bit
authorRudolf Polzer <divverent@alientrap.org>
Mon, 16 Jan 2012 10:56:33 +0000 (11:56 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 16 Jan 2012 10:56:33 +0000 (11:56 +0100)
misc/tools/xonotic-map-screenshot

index 1af7b4b77625752b37917b974b76caae21c1b716..dc06f12332f56c140c638ee803e3483b0674275c 100755 (executable)
@@ -21,13 +21,15 @@ count=`yes x | head -n "$count" | tr -cd x`
        +'r_drawviewmodel 0' \
        +'crosshair 0' \
        +'sv_cheats 2' \
+       +'sv_gravity 0' \
+       +'r_nolerp 1' \
        +'set catchme "catchme_"' \
        +"alias catchme_$count \"quit\"" \
        +'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"' \
+       +'alias cl_hook_gamestart_all "cmd join; defer 2 ZORT"' \
        +"defer \"$watchdog\" quit" \
        +"map \"$map\"" \
        +'timelimit 0' \