From: Rudolf Polzer Date: Mon, 16 Jan 2012 16:44:51 +0000 (+0100) Subject: turn off flood control X-Git-Tag: xonotic-v0.6.0~30^2~37 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=ad840e112bda8fc68580fbdfa86d3153c205ee95;p=xonotic%2Fxonotic.git turn off flood control --- 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 $*"' \