From e1cda328f8b91be8b0e375608ea06a3a8bb66e88 Mon Sep 17 00:00:00 2001 From: getdls Date: Sun, 17 Dec 2017 20:04:43 +0100 Subject: [PATCH] [XCX] Move shadow scaling to main source As discussed in issue #143 --- Source/XenobladeX/rules.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Source/XenobladeX/rules.txt b/Source/XenobladeX/rules.txt index 8a997871..768f16d1 100644 --- a/Source/XenobladeX/rules.txt +++ b/Source/XenobladeX/rules.txt @@ -92,3 +92,17 @@ height = 46 #formatsExcluded = 0x816 #fixed in shader overwriteWidth = overwriteHeight = + +[TextureRedefine] #XCX shadow +width = 1024 +height = 1024 +formats = 0x005 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] #XCX Dynamic shadow scale both same for smoother transitions +width = 512 +height = 512 +formats = 0x005 +overwriteWidth = +overwriteHeight =