From ad840e112bda8fc68580fbdfa86d3153c205ee95 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 16 Jan 2012 17:44:51 +0100 Subject: [PATCH] turn off flood control --- misc/tools/xonotic-map-screenshot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/tools/xonotic-map-screenshot b/misc/tools/xonotic-map-screenshot index 65b5cb52..c275a6fa 100755 --- a/misc/tools/xonotic-map-screenshot +++ b/misc/tools/xonotic-map-screenshot @@ -23,6 +23,8 @@ count=`yes x | head -n "$count" | tr -cd x` +'sv_cheats 2' \ +'sv_gravity 0' \ +'r_nolerp 1' \ + +'sv_clientcommand_antispam_time -999' \ + +'sv_clientcommand_antispam_count 999' \ +'set catchme "catchme_"' \ +"alias catchme_$count \"quit\"" \ +'alias NARF "sv_cmd nextframe cl_cmd nextframe $*"' \ -- 2.39.2