From 918f0650d37523d6ec7756697736d98b3032c0e3 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 1 Oct 2017 11:10:08 -0700 Subject: [PATCH] [Sploot] [2160p] Increase color depth --- Quality/Splatoon_2160p/rules.txt | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/Quality/Splatoon_2160p/rules.txt b/Quality/Splatoon_2160p/rules.txt index da1c807e..5e8a4301 100644 --- a/Quality/Splatoon_2160p/rules.txt +++ b/Quality/Splatoon_2160p/rules.txt @@ -6,20 +6,45 @@ version = 2 [TextureRedefine] # tv width = 1280 height = 720 +formatsExcluded = 0x816 +overwriteWidth = 3840 +overwriteHeight = 2160 + +[TextureRedefine] # tv (increased depth) +width = 1280 +height = 720 +formats = 0x816 +overwriteFormat = 0x823 overwriteWidth = 3840 overwriteHeight = 2160 [TextureRedefine] # half-res alpha width = 640 height = 360 -formatsExcluded = 0x41A,0x431 # exclude obvious textures +formatsExcluded = 0x41A,0x431,0x816 # exclude obvious textures +overwriteWidth = 1920 +overwriteHeight = 1080 + +[TextureRedefine] # half-res alpha (increased depth) +width = 640 +height = 360 +formats = 0x816 +overwriteFormat = 0x823 overwriteWidth = 1920 overwriteHeight = 1080 [TextureRedefine] # quarter-res alpha width = 320 height = 180 -formatsExcluded = 0x41A,0x431 # exclude obvious textures +formatsExcluded = 0x41A,0x431,0x816 # exclude obvious textures +overwriteWidth = 960 +overwriteHeight = 540 + +[TextureRedefine] # quarter-res alpha (increased depth) +width = 320 +height = 180 +formats = 0x816 +overwriteFormat = 0x823 overwriteWidth = 960 overwriteHeight = 540