From 86c735c40208eccb2e0933da504b59cebcdb7521 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 21 Jan 2012 12:46:52 +0100 Subject: [PATCH] workaround: wait 2 server and client frames, not 1, for next screenshot. May fix issue with wrong first shot. --- misc/tools/xonotic-map-screenshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-screenshot b/misc/tools/xonotic-map-screenshot index c275a6fa..e102f766 100755 --- a/misc/tools/xonotic-map-screenshot +++ b/misc/tools/xonotic-map-screenshot @@ -27,7 +27,7 @@ count=`yes x | head -n "$count" | tr -cd x` +'sv_clientcommand_antispam_count 999' \ +'set catchme "catchme_"' \ +"alias catchme_$count \"quit\"" \ - +'alias NARF "sv_cmd nextframe cl_cmd nextframe $*"' \ + +'alias NARF "sv_cmd nextframe cl_cmd nextframe sv_cmd nextframe cl_cmd nextframe $*"' \ +'alias ZORT "god; NARF EGAD"' \ +'alias EGAD "noclip; NARF POIT"' \ +'alias POIT "$catchme; set catchme \"${catchme}x\"; impulse 911; NARF TROZ"' \ -- 2.39.2