From 0a76fbeb2721142b930e8d6bfed0a087540246d6 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 7 Oct 2017 16:56:25 -0700 Subject: [PATCH] [BotW] scale shadows automatically in packs Since shadow resolution is limited by 640x360, might as well put them in the packs and scale them by the pack factor --- Enthusiast/BreathOfTheWild_2880p/rules.txt | 14 ++++++++++++++ Enthusiast/BreathOfTheWild_4320p/rules.txt | 16 +++++++++++++++- Enthusiast/BreathOfTheWild_5760p/rules.txt | 16 +++++++++++++++- .../BreathOfTheWild_0RegularShadows}/rules.txt | 12 +++++------- Quality/BreathOfTheWild_1080p/rules.txt | 16 +++++++++++++++- Quality/BreathOfTheWild_1080pUW/rules.txt | 16 +++++++++++++++- Quality/BreathOfTheWild_1440p/rules.txt | 16 +++++++++++++++- Quality/BreathOfTheWild_1440pUW/rules.txt | 16 +++++++++++++++- Quality/BreathOfTheWild_1800p/rules.txt | 16 +++++++++++++++- Quality/BreathOfTheWild_2160p/rules.txt | 16 +++++++++++++++- Quality/BreathOfTheWild_2160pUW/rules.txt | 16 +++++++++++++++- 11 files changed, 154 insertions(+), 16 deletions(-) rename {Enhancement/BreathOfTheWild_HighResShadows => Performance/BreathOfTheWild_0RegularShadows}/rules.txt (54%) diff --git a/Enthusiast/BreathOfTheWild_2880p/rules.txt b/Enthusiast/BreathOfTheWild_2880p/rules.txt index 3b1551e2..68b6a1f0 100644 --- a/Enthusiast/BreathOfTheWild_2880p/rules.txt +++ b/Enthusiast/BreathOfTheWild_2880p/rules.txt @@ -220,3 +220,17 @@ overwriteFormat = 0x1f width = 13 height = 305 #overwriteFormat = 0x234 + +[TextureRedefine] #shadows +width = 360 +height = 360 +formats = 0x005 +overwriteWidth = 1440 +overwriteHeight = 1440 + +[TextureRedefine] #shadows +width = 720 +height = 720 +formats = 0x005 +overwriteWidth = 2880 +overwriteHeight = 2880 \ No newline at end of file diff --git a/Enthusiast/BreathOfTheWild_4320p/rules.txt b/Enthusiast/BreathOfTheWild_4320p/rules.txt index b8755c10..556f1581 100644 --- a/Enthusiast/BreathOfTheWild_4320p/rules.txt +++ b/Enthusiast/BreathOfTheWild_4320p/rules.txt @@ -218,4 +218,18 @@ overwriteFormat = 0x1f [TextureRedefine] #lines on map width = 13 height = 305 -#overwriteFormat = 0x234 \ No newline at end of file +#overwriteFormat = 0x234 + +[TextureRedefine] #shadows +width = 360 +height = 360 +formats = 0x005 +overwriteWidth = 2160 +overwriteHeight = 2160 + +[TextureRedefine] #shadows +width = 720 +height = 720 +formats = 0x005 +overwriteWidth = 4320 +overwriteHeight = 4320 \ No newline at end of file diff --git a/Enthusiast/BreathOfTheWild_5760p/rules.txt b/Enthusiast/BreathOfTheWild_5760p/rules.txt index 67b7b34a..d5780e1f 100644 --- a/Enthusiast/BreathOfTheWild_5760p/rules.txt +++ b/Enthusiast/BreathOfTheWild_5760p/rules.txt @@ -218,4 +218,18 @@ overwriteFormat = 0x1f [TextureRedefine] #lines on map width = 13 height = 305 -#overwriteFormat = 0x234 \ No newline at end of file +#overwriteFormat = 0x234 + +[TextureRedefine] #shadows +width = 360 +height = 360 +formats = 0x005 +overwriteWidth = 2880 +overwriteHeight = 2880 + +[TextureRedefine] #shadows +width = 720 +height = 720 +formats = 0x005 +overwriteWidth = 5760 +overwriteHeight = 5760 \ No newline at end of file diff --git a/Enhancement/BreathOfTheWild_HighResShadows/rules.txt b/Performance/BreathOfTheWild_0RegularShadows/rules.txt similarity index 54% rename from Enhancement/BreathOfTheWild_HighResShadows/rules.txt rename to Performance/BreathOfTheWild_0RegularShadows/rules.txt index 47a29f84..7ad32d39 100644 --- a/Enhancement/BreathOfTheWild_HighResShadows/rules.txt +++ b/Performance/BreathOfTheWild_0RegularShadows/rules.txt @@ -1,19 +1,17 @@ -# Found by Esppiral [Definition] titleIds = 00050000101C9300,00050000101C9400,00050000101C9500 -name = "The Legend of Zelda: Breath of the Wild - Higher Quality Shadows" +name = "The Legend of Zelda: Breath of the Wild - Regular Resolution Shadows" version = 2 [TextureRedefine] width = 360 height = 360 -formats = 0x005 -overwriteWidth = 720 -overwriteHeight = 720 +overwriteWidth = 360 +overwriteHeight = 360 [TextureRedefine] width = 720 height = 720 formats = 0x005 -overwriteWidth = 1440 -overwriteHeight = 1440 \ No newline at end of file +overwriteWidth = 720 +overwriteHeight = 720 \ No newline at end of file diff --git a/Quality/BreathOfTheWild_1080p/rules.txt b/Quality/BreathOfTheWild_1080p/rules.txt index f56a6283..6d0b0c95 100644 --- a/Quality/BreathOfTheWild_1080p/rules.txt +++ b/Quality/BreathOfTheWild_1080p/rules.txt @@ -233,4 +233,18 @@ overwriteHeight = 270 [TextureRedefine] #lines on map width = 13 height = 305 -#overwriteFormat = 0x234 \ No newline at end of file +#overwriteFormat = 0x234 + +[TextureRedefine] #shadows +width = 360 +height = 360 +formats = 0x005 +overwriteWidth = 540 +overwriteHeight = 540 + +[TextureRedefine] #shadows +width = 720 +height = 720 +formats = 0x005 +overwriteWidth = 1080 +overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/BreathOfTheWild_1080pUW/rules.txt b/Quality/BreathOfTheWild_1080pUW/rules.txt index 8c0e3cef..cf440b55 100644 --- a/Quality/BreathOfTheWild_1080pUW/rules.txt +++ b/Quality/BreathOfTheWild_1080pUW/rules.txt @@ -227,4 +227,18 @@ overwriteHeight = 270 [TextureRedefine] #lines on map width = 13 height = 305 -#overwriteFormat = 0x234 \ No newline at end of file +#overwriteFormat = 0x234 + +[TextureRedefine] #shadows +width = 360 +height = 360 +formats = 0x005 +overwriteWidth = 540 +overwriteHeight = 540 + +[TextureRedefine] #shadows +width = 720 +height = 720 +formats = 0x005 +overwriteWidth = 1080 +overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/BreathOfTheWild_1440p/rules.txt b/Quality/BreathOfTheWild_1440p/rules.txt index c249eefb..221b6065 100644 --- a/Quality/BreathOfTheWild_1440p/rules.txt +++ b/Quality/BreathOfTheWild_1440p/rules.txt @@ -233,4 +233,18 @@ overwriteHeight = 360 [TextureRedefine] #lines on map and camera rune removal width = 13 height = 305 -#overwriteFormat = 0x234 \ No newline at end of file +#overwriteFormat = 0x234 + +[TextureRedefine] #shadows +width = 360 +height = 360 +formats = 0x005 +overwriteWidth = 720 +overwriteHeight = 720 + +[TextureRedefine] #shadows +width = 720 +height = 720 +formats = 0x005 +overwriteWidth = 1440 +overwriteHeight = 1440 \ No newline at end of file diff --git a/Quality/BreathOfTheWild_1440pUW/rules.txt b/Quality/BreathOfTheWild_1440pUW/rules.txt index 270db41e..8b3e2ce2 100644 --- a/Quality/BreathOfTheWild_1440pUW/rules.txt +++ b/Quality/BreathOfTheWild_1440pUW/rules.txt @@ -233,4 +233,18 @@ overwriteHeight = 360 [TextureRedefine] #lines on map width = 13 height = 305 -#overwriteFormat = 0x234 \ No newline at end of file +#overwriteFormat = 0x234 + +[TextureRedefine] #shadows +width = 360 +height = 360 +formats = 0x005 +overwriteWidth = 720 +overwriteHeight = 720 + +[TextureRedefine] #shadows +width = 720 +height = 720 +formats = 0x005 +overwriteWidth = 1440 +overwriteHeight = 1440 \ No newline at end of file diff --git a/Quality/BreathOfTheWild_1800p/rules.txt b/Quality/BreathOfTheWild_1800p/rules.txt index f622931a..3c68ae62 100644 --- a/Quality/BreathOfTheWild_1800p/rules.txt +++ b/Quality/BreathOfTheWild_1800p/rules.txt @@ -225,4 +225,18 @@ overwriteHeight = 450 [TextureRedefine] #lines on map width = 13 height = 305 -#overwriteFormat = 0x234 \ No newline at end of file +#overwriteFormat = 0x234 + +[TextureRedefine] #shadows +width = 360 +height = 360 +formats = 0x005 +overwriteWidth = 900 +overwriteHeight = 900 + +[TextureRedefine] #shadows +width = 720 +height = 720 +formats = 0x005 +overwriteWidth = 1800 +overwriteHeight = 1800 \ No newline at end of file diff --git a/Quality/BreathOfTheWild_2160p/rules.txt b/Quality/BreathOfTheWild_2160p/rules.txt index 492a6e4c..ec9291f4 100644 --- a/Quality/BreathOfTheWild_2160p/rules.txt +++ b/Quality/BreathOfTheWild_2160p/rules.txt @@ -233,4 +233,18 @@ overwriteHeight = 540 [TextureRedefine] #lines on map and camera rune removal width = 13 height = 305 -#overwriteFormat = 0x234 \ No newline at end of file +#overwriteFormat = 0x234 + +[TextureRedefine] #shadows +width = 360 +height = 360 +formats = 0x005 +overwriteWidth = 1080 +overwriteHeight = 1080 + +[TextureRedefine] #shadows +width = 720 +height = 720 +formats = 0x005 +overwriteWidth = 2160 +overwriteHeight = 2160 \ No newline at end of file diff --git a/Quality/BreathOfTheWild_2160pUW/rules.txt b/Quality/BreathOfTheWild_2160pUW/rules.txt index 29f5ebcd..8b83c7c4 100644 --- a/Quality/BreathOfTheWild_2160pUW/rules.txt +++ b/Quality/BreathOfTheWild_2160pUW/rules.txt @@ -227,4 +227,18 @@ overwriteHeight = 540 [TextureRedefine] #lines on map width = 13 height = 305 -#overwriteFormat = 0x234 \ No newline at end of file +#overwriteFormat = 0x234 + +[TextureRedefine] #shadows +width = 360 +height = 360 +formats = 0x005 +overwriteWidth = 1080 +overwriteHeight = 1080 + +[TextureRedefine] #shadows +width = 720 +height = 720 +formats = 0x005 +overwriteWidth = 2160 +overwriteHeight = 2160 \ No newline at end of file