From: Rudolf Polzer Date: Thu, 1 Dec 2011 12:44:46 +0000 (+0100) Subject: be a bit slower when screenshotting X-Git-Tag: xonotic-v0.6.0~56 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=0f1edd6b0943708e0037fca16c90cdd4a93660ed be a bit slower when screenshotting --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 373a50dc..778dd57c 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -8,7 +8,7 @@ url_ssh=xonotic-beta:autobuild-bsp/ build_cachedir="$HOME/xonotic-map-compiler.cache/" screenshot_cachedir="$HOME/xonotic-map-screenshot.cache/" build_override="-bsp_timeout 1800 -vis_timeout 3600 -light_timeout 14400 -minimap_timeout 900 -scale_timeout 900" -screenshot_override="9 600 +g_ctf 1" +screenshot_override="9 900 5 +g_ctf 1" getthemap_fail=false diff --git a/misc/tools/xonotic-map-screenshot b/misc/tools/xonotic-map-screenshot index f4df78c6..c3bd2369 100755 --- a/misc/tools/xonotic-map-screenshot +++ b/misc/tools/xonotic-map-screenshot @@ -3,6 +3,7 @@ map=$1; shift count=$1; shift watchdog=$1; shift +step=$1; shift # convert count to unary count=`yes x | head -n "$count" | tr -cd x` @@ -22,7 +23,7 @@ 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 2 \"screenshot; autoscreenshot\""' \ + +'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"' \ +"defer \"$watchdog\" quit" \ +"map \"$map\"" \