From f66634cb2b8ef913823b61d52828085a62cb1083 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 20 Mar 2011 14:56:19 +0100 Subject: [PATCH] turn off effects currently broken in vid_soft --- misc/tools/xonotic-map-screenshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-screenshot b/misc/tools/xonotic-map-screenshot index e16df917..c3575e3b 100755 --- a/misc/tools/xonotic-map-screenshot +++ b/misc/tools/xonotic-map-screenshot @@ -9,9 +9,9 @@ count=`yes x | head -n "$count" | tr -cd x` ./all run \ -nosound \ - +'vid_soft 1' \ +'vid_fullscreen 0' \ +'exec effects-ultimate.cfg' \ + +'vid_soft 1; r_damageblur 0; r_motionblur 0; r_bloom 0; r_hdr 0' \ "$@" \ +'r_motionblur 0' \ +'r_damageblur 0' \ -- 2.39.2