From e9a4fba0a8e489776f9a9458ea0d446f6fb775db Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 3 Apr 2017 19:22:41 -0700 Subject: [PATCH] [BotW] Exclude Gamepad background Also resize/filter gamepad for 32-bit mode --- Fun/BreathOfTheWild_32Bit/rules.txt | 17 ++++++++++++++--- Performance/BreathOfTheWild_360p/rules.txt | 1 + Performance/BreathOfTheWild_540p/rules.txt | 1 + 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Fun/BreathOfTheWild_32Bit/rules.txt b/Fun/BreathOfTheWild_32Bit/rules.txt index 7c5913d5..49dfb5c4 100644 --- a/Fun/BreathOfTheWild_32Bit/rules.txt +++ b/Fun/BreathOfTheWild_32Bit/rules.txt @@ -119,20 +119,31 @@ height = 360 overwriteWidth = 360 overwriteHeight = 181 -[TextureRedefine] #Gamepad +[TextureRedefine] #gamepad width = 854 height = 480 -overwriteWidth = 427 -overwriteHeight = 240 +formatsExcluded = 0x034,0x019 +overwriteWidth = 640 +overwriteHeight = 480 + +[TextureRedefine] #Gamepad Filter +width = 854 +height = 480 +formats = 0x019 +overwriteFormat = 0x00b +overwriteWidth = 640 +overwriteHeight = 480 [TextureRedefine] width = 360 height = 360 +formats = 0x005 overwriteWidth = 180 overwriteHeight = 180 [TextureRedefine] width = 720 height = 720 +formats = 0x005 overwriteWidth = 360 overwriteHeight = 360 \ No newline at end of file diff --git a/Performance/BreathOfTheWild_360p/rules.txt b/Performance/BreathOfTheWild_360p/rules.txt index 5d7c3f88..8c81043b 100644 --- a/Performance/BreathOfTheWild_360p/rules.txt +++ b/Performance/BreathOfTheWild_360p/rules.txt @@ -99,6 +99,7 @@ overwriteHeight = 181 [TextureRedefine] #Gamepad width = 854 height = 480 +formatsExcluded = 0x034 overwriteWidth = 427 overwriteHeight = 240 diff --git a/Performance/BreathOfTheWild_540p/rules.txt b/Performance/BreathOfTheWild_540p/rules.txt index a2079def..d29c6a27 100644 --- a/Performance/BreathOfTheWild_540p/rules.txt +++ b/Performance/BreathOfTheWild_540p/rules.txt @@ -99,6 +99,7 @@ overwriteHeight = 270 [TextureRedefine] #Gamepad width = 854 height = 480 +formatsExcluded = 0x034 overwriteWidth = 427 overwriteHeight = 240