From c304083e6781129088380e49f18e61b8a62e9112 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 21 Feb 2012 12:59:35 +0100 Subject: [PATCH] autoscreenshot: don't precache player models --- misc/tools/xonotic-map-screenshot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-screenshot b/misc/tools/xonotic-map-screenshot index fa757d6a..867fd7db 100755 --- a/misc/tools/xonotic-map-screenshot +++ b/misc/tools/xonotic-map-screenshot @@ -13,8 +13,9 @@ count=`yes x | head -n "$count" | tr -cd x` +'locksession 0' \ +'scr_screenshot_timestamp 0' \ +'vid_fullscreen 0' \ - +'exec effects-high.cfg' \ + +'exec effects-ultra.cfg' \ "$@" \ + +'sv_precacheplayermodels 0' \ +'r_motionblur 0' \ +'r_damageblur 0' \ +'r_letterbox -1' \ -- 2.39.2