From: Rudolf Polzer Date: Tue, 7 Jan 2020 01:21:18 +0000 (+0100) Subject: Turn off cl_movement on the screenshot server. X-Git-Tag: xonotic-v0.8.5~101 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=eb3a4bed3f841c1ad6af3f7f066bd731024537bf Turn off cl_movement on the screenshot server. It might be the cause of "all screenshots equal". Impulses are run as part of player movement packet processing, but nextframe uses StartFrame, and there's no 1:1 relation between the two. With cl_movement 0, there is. --- diff --git a/misc/tools/xonotic-map-screenshot b/misc/tools/xonotic-map-screenshot index ce00dbc7..1d578887 100755 --- a/misc/tools/xonotic-map-screenshot +++ b/misc/tools/xonotic-map-screenshot @@ -18,6 +18,7 @@ count=`yes x | head -n "$count" | tr -cd x` "$@" \ +'sv_precacheplayermodels 0' \ +'cl_hidewaypoints 1' \ + +'cl_movement 0' \ +'r_motionblur 0' \ +'r_damageblur 0' \ +'r_letterbox -1' \