]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
adjust timeouts for auto screenshots
authorRudolf Polzer <divverent@alientrap.org>
Sat, 2 Oct 2010 11:26:21 +0000 (13:26 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 2 Oct 2010 11:26:21 +0000 (13:26 +0200)
misc/tools/xonotic-map-compiler-autobuild
misc/tools/xonotic-map-screenshot

index 7df2394d09339f6af9ae193e69ac47eb97bfb7e6..5c6db64de23a62450129bfe934511064b0d6b204 100755 (executable)
@@ -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 900 -vis_timeout 3600 -light_timeout 14400 -minimap_timeout 900 -scale_timeout 900"
-screenshot_override="9 300 +g_ctf 1"
+screenshot_override="9 600 +g_ctf 1"
 
 getthemap_fail=false
 
index 1c65379c9f31cba0f8b63e3a1031c5b7a570bec3..0d3127e5d23aaed92f1630acf1d549d6cc66d8b6 100755 (executable)
@@ -20,7 +20,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 1 \"screenshot; autoscreenshot\""' \
+       +'alias "autoscreenshot" "$catchme; set catchme \"${catchme}x\"; impulse 911; defer 2 \"screenshot; autoscreenshot\""' \
        +'alias cl_hook_gamestart_all "cmd join; defer 1 god; defer 2 noclip; defer 3 autoscreenshot"' \
        +"defer \"$watchdog\" quit" \
        +"map \"$map\"" \