From 323b1ceaed7ffd8feceffeadd4b8a7dc6e5ab7d5 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 23 Sep 2017 09:43:55 -0700 Subject: [PATCH] [Sploot] Fix UW pack didn't actually do quarter, instead rescaled half-res --- Quality/Splatoon_1080pUW/rules.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Quality/Splatoon_1080pUW/rules.txt b/Quality/Splatoon_1080pUW/rules.txt index 250652c4..2c190e30 100644 --- a/Quality/Splatoon_1080pUW/rules.txt +++ b/Quality/Splatoon_1080pUW/rules.txt @@ -16,9 +16,9 @@ formatsExcluded = 0x41A,0x431 # exclude obvious textures overwriteWidth = 1280 overwriteHeight = 540 -[TextureRedefine] # half-res alpha -width = 640 -height = 360 +[TextureRedefine] # quarter-res alpha +width = 320 +height = 180 formatsExcluded = 0x41A,0x431 # exclude obvious textures overwriteWidth = 640 overwriteHeight = 270