From a5957ffcef3f763a7483b4f6006ea2e92c116140 Mon Sep 17 00:00:00 2001 From: JoelAlone Date: Mon, 2 Oct 2017 13:54:57 +0200 Subject: [PATCH] [MK8] Better color depth before: https://cdn.discordapp.com/attachments/292733452590120961/364377909693251585/before.jpg after: https://cdn.discordapp.com/attachments/292733452590120961/364377918622924800/after.jpg --- Quality/MK8_2160p/rules.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Quality/MK8_2160p/rules.txt b/Quality/MK8_2160p/rules.txt index 92b11f69..c77f6092 100644 --- a/Quality/MK8_2160p/rules.txt +++ b/Quality/MK8_2160p/rules.txt @@ -3,11 +3,21 @@ titleIds = 000500001010ec00,000500001010ed00,000500001010eb00,ffffffff85887bc1 name = "Mario Kart 8 - 3840x2160" version = 2 +# Main Screen Resolution better color depth +[TextureRedefine] +width = 1280 +height = 720 +formats = 0x19,0x1a +overwriteFormat = 0x1f +tileModesExcluded = 0x001 +overwriteWidth = 3840 +overwriteHeight = 2160 + # Main Screen Resolution [TextureRedefine] width = 1280 height = 720 -formatsExcluded = 0x41A,0x431 # exclude the intro background texture, race end background +formatsExcluded = 0x41A,0x431,0x19,0x1a # exclude the intro background texture, race end background overwriteWidth = 3840 overwriteHeight = 2160