From 9526f52f20f231f3cfcae5a453454aa91f08fb18 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 18 Oct 2017 21:39:20 -0700 Subject: [PATCH] Add Tekken and Star Fox to build script --- Enthusiast/StarFoxGuard_2880p/rules.txt | 50 ------------------- Enthusiast/StarFoxGuard_4320p/rules.txt | 50 ------------------- Enthusiast/StarFoxGuard_5760p/rules.txt | 50 ------------------- Enthusiast/StarFoxZero_2880p/rules.txt | 63 ----------------------- Enthusiast/StarFoxZero_4320p/rules.txt | 60 ---------------------- Enthusiast/StarFoxZero_5760p/rules.txt | 60 ---------------------- Performance/StarFox_360p/rules.txt | 31 ------------ Performance/StarFox_540p/rules.txt | 31 ------------ Performance/Tekken_360p/rules.txt | 17 ------- Performance/Tekken_540p/rules.txt | 17 ------- Quality/StarFoxGuard_1080p/rules.txt | 51 ------------------- Quality/StarFoxGuard_1440p/rules.txt | 52 ------------------- Quality/StarFoxGuard_1800p/rules.txt | 50 ------------------- Quality/StarFoxGuard_2160p/rules.txt | 51 ------------------- Quality/StarFoxZero_1080p/rules.txt | 62 ----------------------- Quality/StarFoxZero_1440p/rules.txt | 66 ------------------------- Quality/StarFoxZero_1800p/rules.txt | 66 ------------------------- Quality/StarFoxZero_2160p/rules.txt | 66 ------------------------- Quality/Tekken_1080p/rules.txt | 18 ------- Quality/Tekken_1440p/rules.txt | 19 ------- Quality/Tekken_1800p/rules.txt | 18 ------- Quality/Tekken_2160p/rules.txt | 18 ------- Source/StarFoxGuard/rules.txt | 49 ++++++++++++++++++ Source/StarFoxZero/rules.txt | 64 ++++++++++++++++++++++++ Source/Tekken/rules.txt | 26 ++++++++++ build.sh | 3 ++ 26 files changed, 142 insertions(+), 966 deletions(-) delete mode 100644 Enthusiast/StarFoxGuard_2880p/rules.txt delete mode 100644 Enthusiast/StarFoxGuard_4320p/rules.txt delete mode 100644 Enthusiast/StarFoxGuard_5760p/rules.txt delete mode 100644 Enthusiast/StarFoxZero_2880p/rules.txt delete mode 100644 Enthusiast/StarFoxZero_4320p/rules.txt delete mode 100644 Enthusiast/StarFoxZero_5760p/rules.txt delete mode 100644 Performance/StarFox_360p/rules.txt delete mode 100644 Performance/StarFox_540p/rules.txt delete mode 100644 Performance/Tekken_360p/rules.txt delete mode 100644 Performance/Tekken_540p/rules.txt delete mode 100644 Quality/StarFoxGuard_1080p/rules.txt delete mode 100644 Quality/StarFoxGuard_1440p/rules.txt delete mode 100644 Quality/StarFoxGuard_1800p/rules.txt delete mode 100644 Quality/StarFoxGuard_2160p/rules.txt delete mode 100644 Quality/StarFoxZero_1080p/rules.txt delete mode 100644 Quality/StarFoxZero_1440p/rules.txt delete mode 100644 Quality/StarFoxZero_1800p/rules.txt delete mode 100644 Quality/StarFoxZero_2160p/rules.txt delete mode 100644 Quality/Tekken_1080p/rules.txt delete mode 100644 Quality/Tekken_1440p/rules.txt delete mode 100644 Quality/Tekken_1800p/rules.txt delete mode 100644 Quality/Tekken_2160p/rules.txt create mode 100644 Source/StarFoxGuard/rules.txt create mode 100644 Source/StarFoxZero/rules.txt create mode 100644 Source/Tekken/rules.txt diff --git a/Enthusiast/StarFoxGuard_2880p/rules.txt b/Enthusiast/StarFoxGuard_2880p/rules.txt deleted file mode 100644 index 073ebbbe..00000000 --- a/Enthusiast/StarFoxGuard_2880p/rules.txt +++ /dev/null @@ -1,50 +0,0 @@ -[Definition] -titleIds = 00050000101bec00,00050000101bed00 -name = "Star Fox Guard - 5120x2880" - - - - -version = 2 - - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -overwriteWidth = 5120 -overwriteHeight = 2880 - - -[TextureRedefine] # half-res -width = 640 -height = 360 -overwriteWidth = 2560 -overwriteHeight = 1440 - -[TextureRedefine] # q-res 1 -width = 320 -height = 180 -overwriteWidth = 1281 -overwriteHeight = 721 - -[TextureRedefine] # q-res 2 -width = 320 -height = 176 -overwriteWidth = 1281 -overwriteHeight = 704 - -[TextureRedefine] #o-res -width = 160 -height = 90 -overwriteWidth = 720 -overwriteHeight = 360 - -[TextureRedefine] # gamepad -width = 854 -height = 480 - -#overwriteWidth = 2562 -#overwriteHeight = 1440 \ No newline at end of file diff --git a/Enthusiast/StarFoxGuard_4320p/rules.txt b/Enthusiast/StarFoxGuard_4320p/rules.txt deleted file mode 100644 index 2eee9553..00000000 --- a/Enthusiast/StarFoxGuard_4320p/rules.txt +++ /dev/null @@ -1,50 +0,0 @@ -[Definition] -titleIds = 00050000101bec00,00050000101bed00 -name = "Star Fox Guard - 7680x4320" - - - - -version = 2 - - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -overwriteWidth = 7680 -overwriteHeight = 4320 - - -[TextureRedefine] # half-res -width = 640 -height = 360 -overwriteWidth = 3840 -overwriteHeight = 2160 - -[TextureRedefine] # q-res 1 -width = 320 -height = 180 -overwriteWidth = 1920 -overwriteHeight = 1080 - -[TextureRedefine] # q-res 2 -width = 320 -height = 176 -overwriteWidth = 1920 -overwriteHeight = 1056 - -[TextureRedefine] #o-res -width = 160 -height = 90 -overwriteWidth = 960 -overwriteHeight = 540 - -[TextureRedefine] # gamepad -width = 854 -height = 480 - -#overwriteWidth = 2562 -#overwriteHeight = 1440 \ No newline at end of file diff --git a/Enthusiast/StarFoxGuard_5760p/rules.txt b/Enthusiast/StarFoxGuard_5760p/rules.txt deleted file mode 100644 index 830b6294..00000000 --- a/Enthusiast/StarFoxGuard_5760p/rules.txt +++ /dev/null @@ -1,50 +0,0 @@ -[Definition] -titleIds = 00050000101bec00,00050000101bed00 -name = "Star Fox Guard - 10240x5760" - - - - -version = 2 - - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -overwriteWidth = 10240 -overwriteHeight = 5760 - - -[TextureRedefine] # half-res -width = 640 -height = 360 -overwriteWidth = 5120 -overwriteHeight = 2880 - -[TextureRedefine] # q-res 1 -width = 320 -height = 180 -overwriteWidth = 2560 -overwriteHeight = 1440 - -[TextureRedefine] # q-res 2 -width = 320 -height = 176 -overwriteWidth = 2560 -overwriteHeight = 1408 - -[TextureRedefine] #o-res -width = 160 -height = 90 -overwriteWidth = 1280 -overwriteHeight = 721 - -[TextureRedefine] # gamepad -width = 854 -height = 480 - -#overwriteWidth = 2562 -#overwriteHeight = 1440 \ No newline at end of file diff --git a/Enthusiast/StarFoxZero_2880p/rules.txt b/Enthusiast/StarFoxZero_2880p/rules.txt deleted file mode 100644 index 884aec12..00000000 --- a/Enthusiast/StarFoxZero_2880p/rules.txt +++ /dev/null @@ -1,63 +0,0 @@ -[Definition] -titleIds = 0000050000101b0400,00050000101b0500 -name = "Star Fox Zero - 5120x2880" -version = 2 - - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 5120 -overwriteHeight = 2880 - -[TextureRedefine] # tv 2 (cockpit view) -width = 1152 -height = 720 -overwriteWidth = 4608 -overwriteHeight = 2880 - -[TextureRedefine] # half-res alpha (TV) -width = 640 -height = 360 -overwriteWidth = 2560 -overwriteHeight = 1440 - -[TextureRedefine] # half-width -width = 640 -height = 480 -overwriteWidth = 2560 -overwriteHeight = 1920 - -[TextureRedefine] # quarter-res alpha (TV+gamepad) -width = 320 -height = 180 -overwriteWidth = 1280 -overwriteHeight = 721 - -[TextureRedefine] # gamepad - 1 -width = 854 - -height = 480 -overwriteWidth = 2560 - -overwriteHeight = 1440 - - -[TextureRedefine] # gamepad 2 (cockpit view) -width = 680 -height = 480 -overwriteWidth = 2560 - -overwriteHeight = 1440 - -[TextureRedefine] # half-res alpha (gamepad) -width = 427 -height = 240 -formatsExcluded = 0x41A,0x431 # exclude obvious textures -overwriteWidth = 1280 -overwriteHeight = 720 \ No newline at end of file diff --git a/Enthusiast/StarFoxZero_4320p/rules.txt b/Enthusiast/StarFoxZero_4320p/rules.txt deleted file mode 100644 index ea839ae2..00000000 --- a/Enthusiast/StarFoxZero_4320p/rules.txt +++ /dev/null @@ -1,60 +0,0 @@ -[Definition] -titleIds = 0000050000101b0400,00050000101b0500 -name = "Star Fox Zero - 7680x4320" -version = 2 - - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 7680 -overwriteHeight = 4320 - -[TextureRedefine] # tv 2 (cockpit view) -width = 1152 -height = 720 -overwriteWidth = 7680 -overwriteHeight = 4320 - -[TextureRedefine] # half-res alpha (TV) -width = 640 -height = 360 -overwriteWidth = 3840 -overwriteHeight = 2160 - -[TextureRedefine] # half-width -width = 640 -height = 480 -overwriteWidth = 3840 -overwriteHeight = 2880 - -[TextureRedefine] # quarter-res alpha (TV+gamepad) -width = 320 -height = 180 -overwriteWidth = 1920 -overwriteHeight = 1080 - -[TextureRedefine] # gamepad - 1 -width = 854 - -height = 480 -overwriteWidth = 3840 -overwriteHeight = 2160 - -[TextureRedefine] # gamepad 2 (cockpit view) -width = 680 -height = 480 -overwriteWidth = 3840 -overwriteHeight = 2160 - -[TextureRedefine] # half-res alpha (gamepad) -width = 427 -height = 240 -formatsExcluded = 0x41A,0x431 # exclude obvious textures -overwriteWidth = 1920 -overwriteHeight = 1080 \ No newline at end of file diff --git a/Enthusiast/StarFoxZero_5760p/rules.txt b/Enthusiast/StarFoxZero_5760p/rules.txt deleted file mode 100644 index cc8053d8..00000000 --- a/Enthusiast/StarFoxZero_5760p/rules.txt +++ /dev/null @@ -1,60 +0,0 @@ -[Definition] -titleIds = 0000050000101b0400,00050000101b0500 -name = "Star Fox Zero - 10240x5760" -version = 2 - - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 10240 -overwriteHeight = 5760 - -[TextureRedefine] # tv 2 (cockpit view) -width = 1152 -height = 720 -overwriteWidth = 9216 -overwriteHeight = 5760 - -[TextureRedefine] # half-res alpha (TV) -width = 640 -height = 360 -overwriteWidth = 5120 -overwriteHeight = 2880 - -[TextureRedefine] # half-width -width = 640 -height = 480 -overwriteWidth = 5120 -overwriteHeight = 3840 - -[TextureRedefine] # quarter-res alpha (TV+gamepad) -width = 320 -height = 180 -overwriteWidth = 2560 -overwriteHeight = 1440 - -[TextureRedefine] # gamepad - 1 -width = 854 - -height = 480 -overwriteWidth = 5120 -overwriteHeight = 2880 - -[TextureRedefine] # gamepad 2 (cockpit view) -width = 680 -height = 480 -overwriteWidth = 5120 -overwriteHeight = 2880 - -[TextureRedefine] # half-res alpha (gamepad) -width = 427 -height = 240 -formatsExcluded = 0x41A,0x431 # exclude obvious textures -overwriteWidth = 2560 -overwriteHeight = 1440 \ No newline at end of file diff --git a/Performance/StarFox_360p/rules.txt b/Performance/StarFox_360p/rules.txt deleted file mode 100644 index c8af72f9..00000000 --- a/Performance/StarFox_360p/rules.txt +++ /dev/null @@ -1,31 +0,0 @@ -[Definition] -titleIds = 00050000101BEB00,00050000101BEC00,00050000101BED00,00050000101AFF00,00050000101B0400,00050000101B0500,00050000101DCD00,0005000010201B00 -name = "Star Fox Zero + Star Fox Guard - 640x360" -version = 2 - -[TextureRedefine] # tv -width = 1280 -height = 720 -formatsExcluded = 0x41A # exclude the intro background texture -tileModesExcluded = 0x001 -overwriteWidth = 640 -overwriteHeight = 360 - -[TextureRedefine] # tv -width = 1152 -height = 720 -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 576 -overwriteHeight = 360 - -[TextureRedefine] # gamepad -width = 854 -height = 480 -overwriteWidth = 427 -overwriteHeight = 240 - -[TextureRedefine] # gamepad -width = 640 -height = 480 -overwriteWidth = 320 -overwriteHeight = 240 \ No newline at end of file diff --git a/Performance/StarFox_540p/rules.txt b/Performance/StarFox_540p/rules.txt deleted file mode 100644 index 3527bb67..00000000 --- a/Performance/StarFox_540p/rules.txt +++ /dev/null @@ -1,31 +0,0 @@ -[Definition] -titleIds = 00050000101BEB00,00050000101BEC00,00050000101BED00,00050000101AFF00,00050000101B0400,00050000101B0500,00050000101DCD00,0005000010201B00 -name = "Star Fox Zero + Star Fox Guard - 960x540" -version = 2 - -[TextureRedefine] # tv -width = 1280 -height = 720 -formatsExcluded = 0x41A # exclude the intro background texture -tileModesExcluded = 0x001 -overwriteWidth = 960 -overwriteHeight = 540 - -[TextureRedefine] # tv -width = 1152 -height = 720 -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 864 -overwriteHeight = 540 - -[TextureRedefine] # gamepad -width = 854 -height = 480 -overwriteWidth = 427 -overwriteHeight = 240 - -[TextureRedefine] # gamepad -width = 640 -height = 480 -overwriteWidth = 320 -overwriteHeight = 240 \ No newline at end of file diff --git a/Performance/Tekken_360p/rules.txt b/Performance/Tekken_360p/rules.txt deleted file mode 100644 index b319e397..00000000 --- a/Performance/Tekken_360p/rules.txt +++ /dev/null @@ -1,17 +0,0 @@ -[Definition] -titleIds = 000500001010f800,5000010110000 -name = "TEKKEN TAG TOURNAMENT 2 - 640x360" -version = 2 - -[TextureRedefine] # tv -width = 1280 -height = 720 -formatsExcluded = 0x033,0x001 -overwriteWidth = 640 -overwriteHeight = 360 - -[TextureRedefine] # gamepad -width = 854 -height = 480 -overwriteWidth = 427 -overwriteHeight = 240 \ No newline at end of file diff --git a/Performance/Tekken_540p/rules.txt b/Performance/Tekken_540p/rules.txt deleted file mode 100644 index 98ed6707..00000000 --- a/Performance/Tekken_540p/rules.txt +++ /dev/null @@ -1,17 +0,0 @@ -[Definition] -titleIds = 000500001010f800,5000010110000 -name = "TEKKEN TAG TOURNAMENT 2 - 960x540" -version = 2 - -[TextureRedefine] # tv -width = 1280 -height = 720 -formatsExcluded = 0x033,0x001 -overwriteWidth = 960 -overwriteHeight = 540 - -[TextureRedefine] # gamepad -width = 854 -height = 480 -overwriteWidth = 427 -overwriteHeight = 240 \ No newline at end of file diff --git a/Quality/StarFoxGuard_1080p/rules.txt b/Quality/StarFoxGuard_1080p/rules.txt deleted file mode 100644 index bb470a93..00000000 --- a/Quality/StarFoxGuard_1080p/rules.txt +++ /dev/null @@ -1,51 +0,0 @@ -[Definition] -titleIds = 00050000101bec00,00050000101bed00 -name = "Star Fox Guard - 1920x1080" - - - - -version = 2 - - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -overwriteWidth = 1920 - -overwriteHeight = 1080 - - -[TextureRedefine] # half-res -width = 640 -height = 360 -overwriteWidth = 960 -overwriteHeight = 540 - -[TextureRedefine] # q-res 1 -width = 320 -height = 180 -overwriteWidth = 480 -overwriteHeight = 270 - -[TextureRedefine] # q-res 2 -width = 320 -height = 176 -overwriteWidth = 480 -overwriteHeight = 264 - -[TextureRedefine] #o-res -width = 160 -height = 90 -overwriteWidth = 240 -overwriteHeight = 135 - -[TextureRedefine] # gamepad - -width = 854 -height = 480 -#overwriteWidth = 1920 -#overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/StarFoxGuard_1440p/rules.txt b/Quality/StarFoxGuard_1440p/rules.txt deleted file mode 100644 index 30402204..00000000 --- a/Quality/StarFoxGuard_1440p/rules.txt +++ /dev/null @@ -1,52 +0,0 @@ -[Definition] -titleIds = 00050000101bec00,00050000101bed00 -name = "Star Fox Guard - 2560x1440" - - - - -version = 2 - - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -overwriteWidth = 2560 - -overwriteHeight = 1440 - - - -[TextureRedefine] # half-res -width = 640 -height = 360 -overwriteWidth = 1280 -overwriteHeight = 721 - -[TextureRedefine] # q-res 1 -width = 320 -height = 180 -overwriteWidth = 640 -overwriteHeight = 361 - -[TextureRedefine] # q-res 2 -width = 320 -height = 176 -overwriteWidth = 640 -overwriteHeight = 352 - -[TextureRedefine] #o-res -width = 160 -height = 90 -overwriteWidth = 320 -overwriteHeight = 181 - -[TextureRedefine] # gamepad - -width = 854 -height = 480 -#overwriteWidth = 1920 -#overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/StarFoxGuard_1800p/rules.txt b/Quality/StarFoxGuard_1800p/rules.txt deleted file mode 100644 index e0a8222c..00000000 --- a/Quality/StarFoxGuard_1800p/rules.txt +++ /dev/null @@ -1,50 +0,0 @@ -[Definition] -titleIds = 00050000101bec00,00050000101bed00 -name = "Star Fox Guard - 3200x1800" - - - - -version = 2 - - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -overwriteWidth = 3200 -overwriteHeight = 1800 - - -[TextureRedefine] # half-res -width = 640 -height = 360 -overwriteWidth = 1600 -overwriteHeight = 900 - -[TextureRedefine] # q-res 1 -width = 320 -height = 180 -overwriteWidth = 800 -overwriteHeight = 450 - -[TextureRedefine] # q-res 2 -width = 320 -height = 176 -overwriteWidth = 800 -overwriteHeight = 440 - -[TextureRedefine] #o-res -width = 160 -height = 90 -overwriteWidth = 400 -overwriteHeight = 225 - -[TextureRedefine] # gamepad - -width = 854 -height = 480 -#overwriteWidth = 1920 -#overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/StarFoxGuard_2160p/rules.txt b/Quality/StarFoxGuard_2160p/rules.txt deleted file mode 100644 index 2b0a3958..00000000 --- a/Quality/StarFoxGuard_2160p/rules.txt +++ /dev/null @@ -1,51 +0,0 @@ -[Definition] -titleIds = 00050000101bec00,00050000101bed00 -name = "Star Fox Guard - 3840x2160" - - - - -version = 2 - - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -overwriteWidth = 3840 - -overwriteHeight = 2160 - - -[TextureRedefine] # half-res -width = 640 -height = 360 -overwriteWidth = 1920 -overwriteHeight = 1080 - -[TextureRedefine] # q-res 1 -width = 320 -height = 180 -overwriteWidth = 960 -overwriteHeight = 540 - -[TextureRedefine] # q-res 2 -width = 320 -height = 176 -overwriteWidth = 960 -overwriteHeight = 528 - -[TextureRedefine] #o-res -width = 160 -height = 90 -overwriteWidth = 480 -overwriteHeight = 270 - -[TextureRedefine] # gamepad - -width = 854 -height = 480 -#overwriteWidth = 1920 -#overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/StarFoxZero_1080p/rules.txt b/Quality/StarFoxZero_1080p/rules.txt deleted file mode 100644 index 97d5cf12..00000000 --- a/Quality/StarFoxZero_1080p/rules.txt +++ /dev/null @@ -1,62 +0,0 @@ -[Definition] -titleIds = 0000050000101b0400,00050000101b0500 -name = "Star Fox Zero - 1920x1080" - - -version = 2 - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 1920 -overwriteHeight = 1080 - -[TextureRedefine] # tv 2 (cockpit view) -width = 1152 -height = 720 -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 1920 -overwriteHeight = 1080 - -[TextureRedefine] # half-res alpha (TV) -width = 640 -height = 360 -overwriteWidth = 960 -overwriteHeight = 540 - -[TextureRedefine] # Half-width -width = 640 -height = 480 -overwriteWidth = 960 -overwriteHeight = 1080 - -[TextureRedefine] # quarter-res alpha (TV+gamepad) -width = 320 -height = 180 -overwriteWidth = 480 -overwriteHeight = 270 - -[TextureRedefine] # gamepad - 1 -width = 854 - -height = 480 -overwriteWidth = 1680 -overwriteHeight = 945 - -[TextureRedefine] # gamepad 2 (cockpit view) -width = 680 -height = 480 -overwriteWidth = 1680 -overwriteHeight = 945 - -[TextureRedefine] # half-res alpha (gamepad) -width = 427 -height = 240 -formatsExcluded = 0x41A,0x431 # exclude obvious textures -overwriteWidth = 840 -overwriteHeight = 423 \ No newline at end of file diff --git a/Quality/StarFoxZero_1440p/rules.txt b/Quality/StarFoxZero_1440p/rules.txt deleted file mode 100644 index 6220a9a6..00000000 --- a/Quality/StarFoxZero_1440p/rules.txt +++ /dev/null @@ -1,66 +0,0 @@ -[Definition] -titleIds = 0000050000101b0400,00050000101b0500 -name = "Star Fox Zero - 2560x1440" - - -version = 2 - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 2560 - -overwriteHeight = 1440 - - -[TextureRedefine] # tv 2 (cockpit view) -width = 1152 -height = 720 -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 2560 - -overwriteHeight = 1440 - - -[TextureRedefine] # half-res alpha (TV) -width = 640 -height = 360 -overwriteWidth = 1280 -overwriteHeight = 721 - -[TextureRedefine] # Half-width -width = 640 -height = 480 -overwriteWidth = 1280 -overwriteHeight = 1080 - -[TextureRedefine] # quarter-res alpha (TV+gamepad) -width = 320 -height = 180 -overwriteWidth = 640 -overwriteHeight = 361 - -[TextureRedefine] # gamepad - 1 -width = 854 - -height = 480 -overwriteWidth = 1920 -overwriteHeight = 1080 - -[TextureRedefine] # gamepad 2 (cockpit view) -width = 680 -height = 480 -overwriteWidth = 1920 -overwriteHeight = 1080 - -[TextureRedefine] # half-res alpha (gamepad) -width = 427 -height = 240 -formatsExcluded = 0x41A,0x431 # exclude obvious textures -overwriteWidth = 960 -overwriteHeight = 540 \ No newline at end of file diff --git a/Quality/StarFoxZero_1800p/rules.txt b/Quality/StarFoxZero_1800p/rules.txt deleted file mode 100644 index 2682e38d..00000000 --- a/Quality/StarFoxZero_1800p/rules.txt +++ /dev/null @@ -1,66 +0,0 @@ -[Definition] -titleIds = 0000050000101b0400,00050000101b0500 -name = "Star Fox Zero - 3200x1800" - - -version = 2 - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 3200 -overwriteHeight = 1800 - -[TextureRedefine] # tv 2 (cockpit view) -width = 1152 -height = 720 -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 3200 -overwriteHeight = 1800 - -[TextureRedefine] # half-res alpha (TV) -width = 640 -height = 360 -overwriteWidth = 1600 -overwriteHeight = 900 - -[TextureRedefine] # Half-width -width = 640 -height = 480 -overwriteWidth = 1600 -overwriteHeight = 1440 - -[TextureRedefine] # quarter-res alpha (TV+gamepad) -width = 320 -height = 180 -overwriteWidth = 800 -overwriteHeight = 450 - -[TextureRedefine] # gamepad - 1 -width = 854 - -height = 480 -overwriteWidth = 2560 - -overwriteHeight = 1440 - - -[TextureRedefine] # gamepad 2 (cockpit view) -width = 680 -height = 480 -overwriteWidth = 2560 - -overwriteHeight = 1440 - - -[TextureRedefine] # half-res alpha (gamepad) -width = 427 -height = 240 -formatsExcluded = 0x41A,0x431 # exclude obvious textures -overwriteWidth = 1280 -overwriteHeight = 720 \ No newline at end of file diff --git a/Quality/StarFoxZero_2160p/rules.txt b/Quality/StarFoxZero_2160p/rules.txt deleted file mode 100644 index 33d8e3b0..00000000 --- a/Quality/StarFoxZero_2160p/rules.txt +++ /dev/null @@ -1,66 +0,0 @@ -[Definition] -titleIds = 0000050000101b0400,00050000101b0500 -name = "Star Fox Zero - 3840x2160" - - -version = 2 - -[TextureRedefine] # tv - -width = 1280 - -height = 720 - -formatsExcluded = 0x41A # exclude the intro background texture -overwriteWidth = 3840 - -overwriteHeight = 2160 - -[TextureRedefine] # tv 2 (cockpit view) -width = 1152 -height = 720 -overwriteWidth = 3456 -overwriteHeight = 2160 - -[TextureRedefine] # half-res alpha (TV) -width = 640 -height = 360 -overwriteWidth = 1920 -overwriteHeight = 1080 - -[TextureRedefine] # Half-width -width = 640 -height = 480 -overwriteWidth = 1920 -overwriteHeight = 1440 - -[TextureRedefine] # quarter-res alpha (TV+gamepad) -width = 320 -height = 180 -overwriteWidth = 960 -overwriteHeight = 540 - -[TextureRedefine] # gamepad - 1 -width = 854 - -height = 480 -overwriteWidth = 2560 - -overwriteHeight = 1440 - - -[TextureRedefine] # gamepad 2 (cockpit view) -width = 680 -height = 480 -overwriteWidth = 2560 - -overwriteHeight = 1440 - - -[TextureRedefine] # half-res alpha (gamepad) -width = 427 -height = 240 -formatsExcluded = 0x41A,0x431 # exclude obvious textures -overwriteWidth = 1280 -overwriteHeight = 720 \ No newline at end of file diff --git a/Quality/Tekken_1080p/rules.txt b/Quality/Tekken_1080p/rules.txt deleted file mode 100644 index 0f119051..00000000 --- a/Quality/Tekken_1080p/rules.txt +++ /dev/null @@ -1,18 +0,0 @@ -[Definition] -titleIds = 000500001010f800,5000010110000 -name = "TEKKEN TAG TOURNAMENT 2 - 1920x1080" -version = 2 - -[TextureRedefine] # tv -width = 1280 -height = 720 -formatsExcluded = 0x033,0x001 -overwriteWidth = 1920 -overwriteHeight = 1080 - -[TextureRedefine] # gamepad -width = 854 -height = 480 - -#overwriteWidth = 1920 -#overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/Tekken_1440p/rules.txt b/Quality/Tekken_1440p/rules.txt deleted file mode 100644 index 2abcf2ed..00000000 --- a/Quality/Tekken_1440p/rules.txt +++ /dev/null @@ -1,19 +0,0 @@ -[Definition] -titleIds = 000500001010f800,5000010110000 -name = "TEKKEN TAG TOURNAMENT 2 - 2560x1440" -version = 2 - -[TextureRedefine] # tv -width = 1280 -height = 720 -formatsExcluded = 0x033,0x001 -overwriteWidth = 2560 -overwriteHeight = 1440 - - -[TextureRedefine] # gamepad -width = 854 -height = 480 - -#overwriteWidth = 1920 -#overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/Tekken_1800p/rules.txt b/Quality/Tekken_1800p/rules.txt deleted file mode 100644 index 11a3b071..00000000 --- a/Quality/Tekken_1800p/rules.txt +++ /dev/null @@ -1,18 +0,0 @@ -[Definition] -titleIds = 000500001010f800,5000010110000 -name = "TEKKEN TAG TOURNAMENT 2 - 3200x1800" -version = 2 - -[TextureRedefine] # tv -width = 1280 -height = 720 -formatsExcluded = 0x033,0x001 -overwriteWidth = 3200 -overwriteHeight = 1800 - -[TextureRedefine] # gamepad -width = 854 -height = 480 - -#overwriteWidth = 1920 -#overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/Tekken_2160p/rules.txt b/Quality/Tekken_2160p/rules.txt deleted file mode 100644 index 6e085d17..00000000 --- a/Quality/Tekken_2160p/rules.txt +++ /dev/null @@ -1,18 +0,0 @@ -[Definition] -titleIds = 000500001010f800,5000010110000 -name = "TEKKEN TAG TOURNAMENT 2 - 3840x2160" -version = 2 - -[TextureRedefine] # tv -width = 1280 -height = 720 -formatsExcluded = 0x033,0x001 -overwriteWidth = 3840 -overwriteHeight = 2160 - -[TextureRedefine] # gamepad - -width = 854 -height = 480 -#overwriteWidth = 1920 -#overwriteHeight = 1080 \ No newline at end of file diff --git a/Source/StarFoxGuard/rules.txt b/Source/StarFoxGuard/rules.txt new file mode 100644 index 00000000..0e59c056 --- /dev/null +++ b/Source/StarFoxGuard/rules.txt @@ -0,0 +1,49 @@ + +[Definition] +titleIds = 00050000101BEC00,00050000101BED00 +name = "Star Fox Guard - " +version = 2 + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # half-res +width = 640 +height = 360 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # q-res 1 +width = 320 +height = 180 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # q-res 2 +width = 320 +height = 176 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] #o-res +width = 160 +height = 90 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = +overwriteHeight = diff --git a/Source/StarFoxZero/rules.txt b/Source/StarFoxZero/rules.txt new file mode 100644 index 00000000..65d75131 --- /dev/null +++ b/Source/StarFoxZero/rules.txt @@ -0,0 +1,64 @@ + +[Definition] +titleIds = 0000050000101B0400,00050000101B0500 +name = "Star Fox Zero - " +version = 2 + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x41A # exclude the intro background texture +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # tv 2 (cockpit view) +width = 1152 +height = 720 +formatsExcluded = 0x41A # exclude the intro background texture +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # half-res alpha (TV) +width = 640 +height = 360 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # Half-width +width = 640 +height = 480 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # quarter-res alpha (TV+gamepad) +width = 320 +height = 180 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # gamepad 2 (cockpit view) +width = 680 +height = 480 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # half-res alpha (gamepad) +width = 427 +height = 240 +formatsExcluded = 0x41A,0x431 # exclude obvious textures +overwriteWidth = +overwriteHeight = diff --git a/Source/Tekken/rules.txt b/Source/Tekken/rules.txt new file mode 100644 index 00000000..94a636a6 --- /dev/null +++ b/Source/Tekken/rules.txt @@ -0,0 +1,26 @@ + +[Definition] +titleIds = 000500001010F800,0005000010110000 +name = "TEKKEN TAG TOURNAMENT 2 - " +version = 2 + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x033,0x001 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # gamepad +width = 854 +height = 480 +#overwriteWidth = +#overwriteHeight = diff --git a/build.sh b/build.sh index c37ce5a1..17dcc4fe 100644 --- a/build.sh +++ b/build.sh @@ -99,8 +99,11 @@ std_respack "MightyNumber9" "${res16by9[@]}" std_respack "PokkenTournament" "${res16by9[@]}" std_respack "SonicLostWorld" "${res16by9[@]}" "${res21by9[@]}" std_respack "Splatoon" "${res16by9[@]}" "${res21by9[@]}" +std_respack "StarFoxGuard" "${res16by9[@]}" +std_respack "StarFoxZero" "${res16by9[@]}" std_respack "SuperMario3DWorld" "${res16by9[@]}" "${res21by9[@]}" std_respack "SuperSmashBros" "${res16by9[@]}" +std_respack "Tekken" "${res16by9[@]}" std_respack "TropicalFreeze" "${res16by9[@]}" "${res21by9[@]}" std_respack "TwilightPrincessHD" "${res16by9[@]}" std_respack "WarriorsOrochi3" "${res16by9[@]}"