From a7f7c36c8bcb8f29dc0722b0331a186491d400d8 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 2 Feb 2017 17:37:42 -0800 Subject: [PATCH] [Performance] Add MK8 Low-Res Shadows --- Performance/MK8_360p/rules.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Performance/MK8_360p/rules.txt b/Performance/MK8_360p/rules.txt index 8b79e13a..3dc2410f 100644 --- a/Performance/MK8_360p/rules.txt +++ b/Performance/MK8_360p/rules.txt @@ -62,4 +62,11 @@ width = 480 height = 268 formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 240 -overwriteHeight = 134 \ No newline at end of file +overwriteHeight = 134 + +[TextureRedefine] # shadows +width = 1024 +height = 1024 +formatsExcluded = 0x008,0x41A,0x033,0x034,0x035,0x431,0x235,0x433 # exclude everything but shadowmap +overwriteWidth = 512 +overwriteHeight = 512 \ No newline at end of file