From eb3a4bed3f841c1ad6af3f7f066bd731024537bf Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 7 Jan 2020 02:21:18 +0100 Subject: [PATCH] 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. --- misc/tools/xonotic-map-screenshot | 1 + 1 file changed, 1 insertion(+) 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' \ -- 2.39.2