From c41f0d5810ceff376a226dfa7c9003073c147f08 Mon Sep 17 00:00:00 2001 From: RHY3756547 Date: Wed, 11 Jan 2017 20:36:18 +0000 Subject: [PATCH] [MK8] Add "/meta/"less id, fullres alpha, MKTV, fix race end graphic --- MK8_1080p/rules.txt | 41 ++++++++++++++++++++++++++++++++++------- MK8_1440p/rules.txt | 41 ++++++++++++++++++++++++++++++++++------- MK8_2160p/rules.txt | 43 +++++++++++++++++++++++++++++++++++-------- 3 files changed, 103 insertions(+), 22 deletions(-) diff --git a/MK8_1080p/rules.txt b/MK8_1080p/rules.txt index 3078f948..25290c52 100644 --- a/MK8_1080p/rules.txt +++ b/MK8_1080p/rules.txt @@ -1,16 +1,43 @@ [Definition] -titleIds = 000500001010ec00,0005000e1010ed00,0005000e1010eb00 -name = "Mario Kart 8 - 1080p" +titleIds = 000500001010ec00,0005000e1010ed00,0005000e1010eb00,ffffffff85887bc1 +name = "Mario Kart 8 - 1080p (fullres alpha)" -[TextureRedefine] # tv +# Main Screen Resolution +[TextureRedefine] width = 1280 height = 720 -formatsExcluded = 0x41A # exclude the intro background texture +formatsExcluded = 0x41A,0x431 # exclude the intro background texture, race end background overwriteWidth = 1920 overwriteHeight = 1080 -[TextureRedefine] # gamepad -width = 854 -height = 480 +# Half Res Alpha (and DOF) +[TextureRedefine] +width = 640 +height = 360 +formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 1920 overwriteHeight = 1080 + +# MKTV screen +[TextureRedefine] +width = 960 +height = 540 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 1440 +overwriteHeight = 810 + +# MKTV internal render targets +[TextureRedefine] +width = 960 +height = 536 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 1440 +overwriteHeight = 810 + +# MKTV half res alpha +[TextureRedefine] +width = 480 +height = 268 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 1440 +overwriteHeight = 810 \ No newline at end of file diff --git a/MK8_1440p/rules.txt b/MK8_1440p/rules.txt index 222a627c..7c7da0e1 100644 --- a/MK8_1440p/rules.txt +++ b/MK8_1440p/rules.txt @@ -1,16 +1,43 @@ [Definition] -titleIds = 000500001010ec00,0005000e1010ed00,0005000e1010eb00 -name = "Mario Kart 8 - 1440p (2K)" +titleIds = 000500001010ec00,0005000e1010ed00,0005000e1010eb00,ffffffff85887bc1 +name = "Mario Kart 8 - 1440p (fullres alpha)" -[TextureRedefine] # tv +# Main Screen Resolution +[TextureRedefine] width = 1280 height = 720 -formatsExcluded = 0x41A # exclude the intro background texture +formatsExcluded = 0x41A,0x431 # exclude the intro background texture, race end background overwriteWidth = 2560 overwriteHeight = 1440 -[TextureRedefine] # gamepad -width = 854 -height = 480 +# Half Res Alpha (and DOF) +[TextureRedefine] +width = 640 +height = 360 +formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 2560 overwriteHeight = 1440 + +# MKTV screen +[TextureRedefine] +width = 960 +height = 540 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 1920 +overwriteHeight = 1080 + +# MKTV internal render targets +[TextureRedefine] +width = 960 +height = 536 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 1920 +overwriteHeight = 1080 + +# MKTV half res alpha +[TextureRedefine] +width = 480 +height = 268 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 1920 +overwriteHeight = 1080 \ No newline at end of file diff --git a/MK8_2160p/rules.txt b/MK8_2160p/rules.txt index 6f8f03f7..35742810 100644 --- a/MK8_2160p/rules.txt +++ b/MK8_2160p/rules.txt @@ -1,16 +1,43 @@ [Definition] -titleIds = 000500001010ec00,0005000e1010ed00,0005000e1010eb00 -name = "Mario Kart 8 - 2160p (4K)" +titleIds = 000500001010ec00,0005000e1010ed00,0005000e1010eb00,ffffffff85887bc1 +name = "Mario Kart 8 - 2160p (4K fullres alpha)" -[TextureRedefine] # tv +# Main Screen Resolution +[TextureRedefine] width = 1280 height = 720 -formatsExcluded = 0x41A # exclude the intro background texture +formatsExcluded = 0x41A,0x431 # exclude the intro background texture, race end background overwriteWidth = 3840 overwriteHeight = 2160 -[TextureRedefine] # gamepad -width = 854 -height = 480 +# Half Res Alpha (and DOF) +[TextureRedefine] +width = 640 +height = 360 +formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 3840 -overwriteHeight = 2160 \ No newline at end of file +overwriteHeight = 2160 + +# MKTV output +[TextureRedefine] +width = 960 +height = 540 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 2880 +overwriteHeight = 1620 + +# MKTV internal render targets +[TextureRedefine] +width = 960 +height = 536 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 2880 +overwriteHeight = 1620 + +# MKTV half res alpha +[TextureRedefine] +width = 480 +height = 268 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 2880 +overwriteHeight = 1620 \ No newline at end of file