From 0c2bbcac2fecbcd0899a5e4b67f0137477e40dfc Mon Sep 17 00:00:00 2001 From: Darkemaste Date: Mon, 16 Jan 2017 13:53:36 -0600 Subject: [PATCH] SM3DW+CT:TT half-res alpha, XCX GCN4 workaround (#4) --- Preformance/SuperMario3DWorld_360p/rules.txt | 11 +++++++++-- Preformance/XCX_GCN4Workaround/rules | 8 ++++++++ Quality/SuperMario3DWorld_1080p/rules.txt | 11 +++++++++-- Quality/SuperMario3DWorld_1440p/rules.txt | 11 +++++++++-- Quality/SuperMario3DWorld_2160p/rules.txt | 11 +++++++++-- Quality/XCX_GCN4Workaround/rules | 8 ++++++++ README.md | 6 +----- 7 files changed, 53 insertions(+), 13 deletions(-) create mode 100644 Preformance/XCX_GCN4Workaround/rules create mode 100644 Quality/XCX_GCN4Workaround/rules diff --git a/Preformance/SuperMario3DWorld_360p/rules.txt b/Preformance/SuperMario3DWorld_360p/rules.txt index 96f9f947..0feca1d5 100644 --- a/Preformance/SuperMario3DWorld_360p/rules.txt +++ b/Preformance/SuperMario3DWorld_360p/rules.txt @@ -5,12 +5,19 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 360p" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture +formatsExcluded = 0x008,0x41A,0x034,,0x035 # exclude the intro background texture,map overwriteWidth = 640 overwriteHeight = 360 +[TextureRedefine] # half-res alpha +width = 640 +height = 360 +formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures +overwriteWidth = 320 +overwriteHeight = 180 + [TextureRedefine] # gamepad width = 854 height = 480 overwriteWidth = 427 -overwriteHeight = 240 \ No newline at end of file +overwriteHeight = 240 diff --git a/Preformance/XCX_GCN4Workaround/rules b/Preformance/XCX_GCN4Workaround/rules new file mode 100644 index 00000000..4e21fd53 --- /dev/null +++ b/Preformance/XCX_GCN4Workaround/rules @@ -0,0 +1,8 @@ +titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00 +name = "Xenoblade Chronicles X - AMD GCN4 Workaround" + +[TextureRedefine] # No artifacts +width = 320 +height = 180 +overwriteWidth = 0 +overwriteHeight = 0 diff --git a/Quality/SuperMario3DWorld_1080p/rules.txt b/Quality/SuperMario3DWorld_1080p/rules.txt index d5691d53..7a00ec3e 100644 --- a/Quality/SuperMario3DWorld_1080p/rules.txt +++ b/Quality/SuperMario3DWorld_1080p/rules.txt @@ -5,6 +5,13 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 1080p" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture +formatsExcluded = 0x008,0x41A,0x034,0x035 # exclude the intro background texture,map overwriteWidth = 1920 -overwriteHeight = 1080 \ No newline at end of file +overwriteHeight = 1080 + +[TextureRedefine] # half-res alpha +width = 640 +height = 360 +formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures +overwriteWidth = 960 +overwriteHeight = 540 diff --git a/Quality/SuperMario3DWorld_1440p/rules.txt b/Quality/SuperMario3DWorld_1440p/rules.txt index 57975ed3..ae1d113d 100644 --- a/Quality/SuperMario3DWorld_1440p/rules.txt +++ b/Quality/SuperMario3DWorld_1440p/rules.txt @@ -5,6 +5,13 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 1440p (2K)" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture +formatsExcluded = 0x008,0x41A,0x034,0x035 # exclude the intro background texture,map overwriteWidth = 2560 -overwriteHeight = 1440 \ No newline at end of file +overwriteHeight = 1440 + +[TextureRedefine] # half-res alpha +width = 640 +height = 360 +formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures +overwriteWidth = 1280 +overwriteHeight = 720 diff --git a/Quality/SuperMario3DWorld_2160p/rules.txt b/Quality/SuperMario3DWorld_2160p/rules.txt index e675f495..e6e9d2c8 100644 --- a/Quality/SuperMario3DWorld_2160p/rules.txt +++ b/Quality/SuperMario3DWorld_2160p/rules.txt @@ -5,6 +5,13 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 2160p (4K)" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture +formatsExcluded = 0x008,0x41A,0x034,0x035 # exclude the intro background texture,map overwriteWidth = 3840 -overwriteHeight = 2160 \ No newline at end of file +overwriteHeight = 2160 + +[TextureRedefine] # half-res alpha +width = 640 +height = 360 +formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures +overwriteWidth = 1920 +overwriteHeight = 1080 diff --git a/Quality/XCX_GCN4Workaround/rules b/Quality/XCX_GCN4Workaround/rules new file mode 100644 index 00000000..4e21fd53 --- /dev/null +++ b/Quality/XCX_GCN4Workaround/rules @@ -0,0 +1,8 @@ +titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00 +name = "Xenoblade Chronicles X - AMD GCN4 Workaround" + +[TextureRedefine] # No artifacts +width = 320 +height = 180 +overwriteWidth = 0 +overwriteHeight = 0 diff --git a/README.md b/README.md index 06ebb378..a79b5e8e 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,6 @@ Splatoon - [Gamepad is blurry in Multiplayer](http://imgur.com/a/1YecH) (Quality - Gamepad) -Super Mario 3D World + Captain Toad: Treasure Tracker - -- [Distortion filter doesn't render properly](http://i.imgur.com/LSaWMyN.jpg) (All) - Super Mario Maker - [NSMBU theme is completely broken](http://i.imgur.com/OumJaa6.png) (Quality) @@ -58,4 +54,4 @@ Super Mario Maker - Wipeout 3 - Wipeout Create & Crash - Xenoblade Chronicles X -- Yoshi's Woolly World \ No newline at end of file +- Yoshi's Woolly World