From 49a7d9bd974b352d40c6ffd5312f22f28854aefa Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 20 Feb 2017 14:20:31 -0800 Subject: [PATCH] [720p games] Add 900p packs --- Quality/BatmanArkham_900p/rules.txt | 10 +++ Quality/Bayonetta2_900p/rules.txt | 27 ++++++++ Quality/Brunswick_900p/rules.txt | 9 +++ Quality/CitizensOfEarth_900p/rules.txt | 9 +++ Quality/ColorSplash_900p/rules.txt | 10 +++ Quality/FASTRacingNEO_900p/rules.txt | 34 +++++++++++ Quality/FamilyTennisSP_900p/rules.txt | 9 +++ Quality/Guacamelee_900p/rules.txt | 9 +++ Quality/KamenRider_900p/rules.txt | 9 +++ Quality/LostWorld_900p/rules.txt | 15 +++++ Quality/MK8_900p/rules.txt | 59 ++++++++++++++++++ Quality/MN9_900p/rules.txt | 9 +++ Quality/NSMBU_900p/rules.txt | 9 +++ Quality/NintendoLand_900p/rules.txt | 10 +++ Quality/OnePiece_900p/rules.txt | 9 +++ Quality/PhineasFerb_900p/rules.txt | 9 +++ Quality/Pikmin3_900p/rules.txt | 9 +++ Quality/Pokken_900p/rules.txt | 15 +++++ Quality/Rio_900p/rules.txt | 9 +++ Quality/RiseOfLyric_900p/rules.txt | 10 +++ Quality/Severed_900p/rules.txt | 9 +++ Quality/Sochi_900p/rules.txt | 34 +++++++++++ Quality/Splatoon_900p/rules.txt | 22 +++++++ Quality/SpongeBob_900p/rules.txt | 9 +++ Quality/StarFox_1080p/rules.txt | 18 +----- Quality/StarFox_1440p/rules.txt | 8 +-- Quality/StarFox_2160p/rules.txt | 8 +-- Quality/StarFox_900p/rules.txt | 17 ++++++ Quality/SuperMario3DWorld_900p/rules.txt | 78 ++++++++++++++++++++++++ Quality/Tekken_900p/rules.txt | 9 +++ Quality/TokyoMirage_900p/rules.txt | 9 +++ Quality/TropicalFreeze_900p/rules.txt | 10 +++ Quality/Wipeout_900p/rules.txt | 9 +++ Quality/XCX_900p/rules.txt | 22 +++++++ Quality/Yoshi_900p/rules.txt | 9 +++ 35 files changed, 529 insertions(+), 31 deletions(-) create mode 100644 Quality/BatmanArkham_900p/rules.txt create mode 100644 Quality/Bayonetta2_900p/rules.txt create mode 100644 Quality/Brunswick_900p/rules.txt create mode 100644 Quality/CitizensOfEarth_900p/rules.txt create mode 100644 Quality/ColorSplash_900p/rules.txt create mode 100644 Quality/FASTRacingNEO_900p/rules.txt create mode 100644 Quality/FamilyTennisSP_900p/rules.txt create mode 100644 Quality/Guacamelee_900p/rules.txt create mode 100644 Quality/KamenRider_900p/rules.txt create mode 100644 Quality/LostWorld_900p/rules.txt create mode 100644 Quality/MK8_900p/rules.txt create mode 100644 Quality/MN9_900p/rules.txt create mode 100644 Quality/NSMBU_900p/rules.txt create mode 100644 Quality/NintendoLand_900p/rules.txt create mode 100644 Quality/OnePiece_900p/rules.txt create mode 100644 Quality/PhineasFerb_900p/rules.txt create mode 100644 Quality/Pikmin3_900p/rules.txt create mode 100644 Quality/Pokken_900p/rules.txt create mode 100644 Quality/Rio_900p/rules.txt create mode 100644 Quality/RiseOfLyric_900p/rules.txt create mode 100644 Quality/Severed_900p/rules.txt create mode 100644 Quality/Sochi_900p/rules.txt create mode 100644 Quality/Splatoon_900p/rules.txt create mode 100644 Quality/SpongeBob_900p/rules.txt create mode 100644 Quality/StarFox_900p/rules.txt create mode 100644 Quality/SuperMario3DWorld_900p/rules.txt create mode 100644 Quality/Tekken_900p/rules.txt create mode 100644 Quality/TokyoMirage_900p/rules.txt create mode 100644 Quality/TropicalFreeze_900p/rules.txt create mode 100644 Quality/Wipeout_900p/rules.txt create mode 100644 Quality/XCX_900p/rules.txt create mode 100644 Quality/Yoshi_900p/rules.txt diff --git a/Quality/BatmanArkham_900p/rules.txt b/Quality/BatmanArkham_900p/rules.txt new file mode 100644 index 00000000..d6aae8b7 --- /dev/null +++ b/Quality/BatmanArkham_900p/rules.txt @@ -0,0 +1,10 @@ +[Definition] +titleIds = ffffffff0796e931,0005000010112900,0005000010111300,000500001010AB00 +name = "Batman Arkham City Armored Edition - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x41A # exclude the intro background texture +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/Bayonetta2_900p/rules.txt b/Quality/Bayonetta2_900p/rules.txt new file mode 100644 index 00000000..3022ed29 --- /dev/null +++ b/Quality/Bayonetta2_900p/rules.txt @@ -0,0 +1,27 @@ +[Definition] +titleIds = 0005000010172600,0005000010172700,000500001011b900,000500001014db00,0005000010157e00,0005000010157f00 +name = "Bayonetta 1 + 2 - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 + +[TextureRedefine]#half-res +width = 640 +height = 360 +overwriteHeight = 800 +overwriteHeight = 450 + +[TextureRedefine]#q-res1 +width = 320 +height = 176 +overwriteWidth = 400 +overwriteHeight = 220 + +[TextureRedefine]# q-res2 +width = 320 +height = 180 +overwriteWidth = 400 +overwriteHeight = 225 \ No newline at end of file diff --git a/Quality/Brunswick_900p/rules.txt b/Quality/Brunswick_900p/rules.txt new file mode 100644 index 00000000..b6110a1d --- /dev/null +++ b/Quality/Brunswick_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 00050000101d4200 +name = "Brunswick Pro Bowling - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/CitizensOfEarth_900p/rules.txt b/Quality/CitizensOfEarth_900p/rules.txt new file mode 100644 index 00000000..89a733e2 --- /dev/null +++ b/Quality/CitizensOfEarth_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 0005000010180b00,0005000010177200 +name = "Citizens Of Earth - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/ColorSplash_900p/rules.txt b/Quality/ColorSplash_900p/rules.txt new file mode 100644 index 00000000..44694ebb --- /dev/null +++ b/Quality/ColorSplash_900p/rules.txt @@ -0,0 +1,10 @@ +[Definition] +titleIds = 500001f600a00 +name = "Paper Mario: Color Splash - 900p" + +[TextureRedefine] +width = 1280 +height = 720 +formatsExcluded = 0x431 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/FASTRacingNEO_900p/rules.txt b/Quality/FASTRacingNEO_900p/rules.txt new file mode 100644 index 00000000..3af7726f --- /dev/null +++ b/Quality/FASTRacingNEO_900p/rules.txt @@ -0,0 +1,34 @@ +[Definition] +titleIds = 500001012f000,ffffffff057b4449 +name = "FAST Racing NEO - 900p" + +[TextureRedefine] # TV +width = 1280 +height = 720 +formatsExcluded = 0x433 +overwriteWidth = 1600 +overwriteHeight = 900 + +[TextureRedefine] # Half-width 1 +width = 640 +height = 720 +overwriteHeight = 800 +overwriteHeight = 900 + +[TextureRedefine] # Half-res +width = 640 +height = 360 +overwriteHeight = 800 +overwriteHeight = 450 + +[TextureRedefine] # Half-width 2 +width = 320 +height = 360 +overwriteWidth = 400 +overwriteHeight = 450 + +[TextureRedefine] # Q-res +width = 160 +height = 180 +overwriteWidth = 200 +overwriteHeight = 225 \ No newline at end of file diff --git a/Quality/FamilyTennisSP_900p/rules.txt b/Quality/FamilyTennisSP_900p/rules.txt new file mode 100644 index 00000000..f497627e --- /dev/null +++ b/Quality/FamilyTennisSP_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 000500001019ae00,00050000101a2c00,ffffffff36325ea6 +name = "Family Tennis SP - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/Guacamelee_900p/rules.txt b/Quality/Guacamelee_900p/rules.txt new file mode 100644 index 00000000..8d05e332 --- /dev/null +++ b/Quality/Guacamelee_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 0005000010176800,0005000010179700 +name = "Guacamelee! Super Turbo Championship Edition - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/KamenRider_900p/rules.txt b/Quality/KamenRider_900p/rules.txt new file mode 100644 index 00000000..fee62394 --- /dev/null +++ b/Quality/KamenRider_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 0005000010170700 +name = "Kamen Rider - Battride War II - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/LostWorld_900p/rules.txt b/Quality/LostWorld_900p/rules.txt new file mode 100644 index 00000000..ee6824d1 --- /dev/null +++ b/Quality/LostWorld_900p/rules.txt @@ -0,0 +1,15 @@ +[Definition] +titleIds = 0005000010135700,000500001012B100,0005000010128F00 +name = "Sonic Lost World - 900p" + +[TextureRedefine] +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 + +[TextureRedefine] +width = 640 +height = 360 +overwriteHeight = 800 +overwriteHeight = 450 \ No newline at end of file diff --git a/Quality/MK8_900p/rules.txt b/Quality/MK8_900p/rules.txt new file mode 100644 index 00000000..8026ee6c --- /dev/null +++ b/Quality/MK8_900p/rules.txt @@ -0,0 +1,59 @@ +[Definition] +titleIds = 000500001010ec00,000500001010ed00,000500001010eb00,ffffffff85887bc1 +name = "Mario Kart 8 - 900p" + +# Main Screen Resolution +[TextureRedefine] +width = 1280 +height = 720 +formatsExcluded = 0x41A,0x431 # exclude the intro background texture, race end background +overwriteWidth = 1600 +overwriteHeight = 900 + +# Half Res Alpha (and DOF) +[TextureRedefine] +width = 640 +height = 360 +formatsExcluded = 0x41A # exclude obvious textures +overwriteHeight = 800 +overwriteHeight = 450 + +# Multiplayer-Mode Resolution (2p) +[TextureRedefine] +width = 640 +height = 720 +formatsExcluded = 0x41A # exclude obvious textures +overwriteHeight = 800 +overwriteHeight = 900 + +# Multiplayer-Mode Half Res Alpha (2p) +[TextureRedefine] +width = 320 +height = 360 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 400 +overwriteHeight = 450 + +# MKTV screen +[TextureRedefine] +width = 960 +height = 540 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 1200 +overwriteHeight = 675 + +# MKTV internal render targets +[TextureRedefine] +width = 960 +height = 536 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 1200 +overwriteHeight = 670 + +# MKTV half res alpha +[TextureRedefine] +width = 480 +height = 268 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 600 +overwriteHeight = 335 \ No newline at end of file diff --git a/Quality/MN9_900p/rules.txt b/Quality/MN9_900p/rules.txt new file mode 100644 index 00000000..c636a941 --- /dev/null +++ b/Quality/MN9_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 50000101c9600 +name = "Mighty No. 9 - 900p" + +[TextureRedefine] +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/NSMBU_900p/rules.txt b/Quality/NSMBU_900p/rules.txt new file mode 100644 index 00000000..bce5724a --- /dev/null +++ b/Quality/NSMBU_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 0005000010101D00,0005000010101E00,000500001014B700,000500001014B800,0005000010101C00,0005000010142300,0005000010142400,0005000010142200 +name = "New Super Mario Bros. U + New Super Luigi U - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/NintendoLand_900p/rules.txt b/Quality/NintendoLand_900p/rules.txt new file mode 100644 index 00000000..d78e3a22 --- /dev/null +++ b/Quality/NintendoLand_900p/rules.txt @@ -0,0 +1,10 @@ +[Definition] +titleIds = 0005000010101F00,0005000010102000,0005000010102100 +name = "Nintendo Land - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +textures = 0x1f712000 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/OnePiece_900p/rules.txt b/Quality/OnePiece_900p/rules.txt new file mode 100644 index 00000000..18f4607d --- /dev/null +++ b/Quality/OnePiece_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 0005000010175c00,0005000010175d00 +name = "ONE PIECE Unlimited World Red - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/PhineasFerb_900p/rules.txt b/Quality/PhineasFerb_900p/rules.txt new file mode 100644 index 00000000..6b6476e3 --- /dev/null +++ b/Quality/PhineasFerb_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 0005000010139400 +name = "Phineas and Ferb Quest for Cool Stuff - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/Pikmin3_900p/rules.txt b/Quality/Pikmin3_900p/rules.txt new file mode 100644 index 00000000..c0b36625 --- /dev/null +++ b/Quality/Pikmin3_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 000500001012be00,000500001012bd00,000500001012bc00 +name = "Pikmin 3 - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/Pokken_900p/rules.txt b/Quality/Pokken_900p/rules.txt new file mode 100644 index 00000000..00b30873 --- /dev/null +++ b/Quality/Pokken_900p/rules.txt @@ -0,0 +1,15 @@ +[Definition] +titleIds = 50000101df400 +name = "Pokken Tournament - 900p" + +[TextureRedefine] +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 + +[TextureRedefine] +width = 960 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/Rio_900p/rules.txt b/Quality/Rio_900p/rules.txt new file mode 100644 index 00000000..a65a613b --- /dev/null +++ b/Quality/Rio_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 50000101e5300 +name = "Mario & Sonic at the Rio 2016 Olympic Games - 900p" + +[TextureRedefine] +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/RiseOfLyric_900p/rules.txt b/Quality/RiseOfLyric_900p/rules.txt new file mode 100644 index 00000000..f2810b4a --- /dev/null +++ b/Quality/RiseOfLyric_900p/rules.txt @@ -0,0 +1,10 @@ +[Definition] +titleIds = 5000010175b00 +name = "Sonic Boom: Rise of Lyric - 900p" + +[TextureRedefine] +width = 1280 +height = 720 +formatsExcluded = 0x031 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/Severed_900p/rules.txt b/Quality/Severed_900p/rules.txt new file mode 100644 index 00000000..1b6c9944 --- /dev/null +++ b/Quality/Severed_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 00050000101ba000,00050000101ba900 +name = "Severed - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/Sochi_900p/rules.txt b/Quality/Sochi_900p/rules.txt new file mode 100644 index 00000000..17423dbc --- /dev/null +++ b/Quality/Sochi_900p/rules.txt @@ -0,0 +1,34 @@ +[Definition] +titleIds = 000500001010c700,000500001010c800 +name = "Mario & Sonic at the Sochi 2014 Olympic Winter Games - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x031 # exclude the intro background texture +overwriteWidth = 1600 +overwriteHeight = 900 + +[TextureRedefine] # character select (1 character) +width = 601 +height = 624 +overwriteWidth = 751 +overwriteHeight = 780 + +[TextureRedefine] # character select (2 characters) +width = 305 +height = 620 +overwriteWidth = 381 +overwriteHeight = 775 + +[TextureRedefine] # character select (4 characters) +width = 155 +height = 630 +overwriteWidth = 291 +overwriteHeight = 788 + +[TextureRedefine] # mii +width = 192 +height = 180 +overwriteWidth = 240 +overwriteHeight = 225 \ No newline at end of file diff --git a/Quality/Splatoon_900p/rules.txt b/Quality/Splatoon_900p/rules.txt new file mode 100644 index 00000000..b1f7f936 --- /dev/null +++ b/Quality/Splatoon_900p/rules.txt @@ -0,0 +1,22 @@ +[Definition] +titleIds = 0005000010176900,0005000010176A00,0005000010162B00 +name = "Splatoon - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 + +[TextureRedefine] # half-res alpha +width = 640 +height = 360 +formatsExcluded = 0x41A,0x431 # exclude obvious textures +overwriteHeight = 800 +overwriteHeight = 450 + +[TextureRedefine] # squid sisters +width = 1024 +height = 576 +overwriteWidth = 1280 +overwriteHeight = 720 \ No newline at end of file diff --git a/Quality/SpongeBob_900p/rules.txt b/Quality/SpongeBob_900p/rules.txt new file mode 100644 index 00000000..7fe7ad0b --- /dev/null +++ b/Quality/SpongeBob_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 0005000010146900,0005000010147d00 +name = "SpongeBob SquarePants Plankton's Robotic Revenge - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/StarFox_1080p/rules.txt b/Quality/StarFox_1080p/rules.txt index 27f2f7bc..0bac8954 100644 --- a/Quality/StarFox_1080p/rules.txt +++ b/Quality/StarFox_1080p/rules.txt @@ -14,20 +14,4 @@ width = 1152 height = 720 formatsExcluded = 0x41A # exclude the intro background texture overwriteWidth = 1728 -overwriteHeight = 1080 - -[TextureRedefine] # gamepad - -width = 854 - -height = 480 -overwriteWidth = 2560 - -overwriteHeight = 1440 - - -[TextureRedefine] # gamepad -width = 640 -height = 480 -overwriteWidth = 960 -overwriteHeight = 540 \ No newline at end of file +overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/StarFox_1440p/rules.txt b/Quality/StarFox_1440p/rules.txt index 5bc44c59..ab73c6ec 100644 --- a/Quality/StarFox_1440p/rules.txt +++ b/Quality/StarFox_1440p/rules.txt @@ -14,10 +14,4 @@ width = 1152 height = 720 formatsExcluded = 0x41A # exclude the intro background texture overwriteWidth = 2304 -overwriteHeight = 1440 - -[TextureRedefine] # gamepad -width = 640 -height = 480 -overwriteWidth = 1280 -overwriteHeight = 720 \ No newline at end of file +overwriteHeight = 1440 \ No newline at end of file diff --git a/Quality/StarFox_2160p/rules.txt b/Quality/StarFox_2160p/rules.txt index beea9d4a..f34ebc9a 100644 --- a/Quality/StarFox_2160p/rules.txt +++ b/Quality/StarFox_2160p/rules.txt @@ -14,10 +14,4 @@ width = 1152 height = 720 formatsExcluded = 0x41A # exclude the intro background texture overwriteWidth = 3456 -overwriteHeight = 2160 - -[TextureRedefine] # gamepad -width = 640 -height = 480 -overwriteWidth = 1920 -overwriteHeight = 1080 \ No newline at end of file +overwriteHeight = 2160 \ No newline at end of file diff --git a/Quality/StarFox_900p/rules.txt b/Quality/StarFox_900p/rules.txt new file mode 100644 index 00000000..96220a93 --- /dev/null +++ b/Quality/StarFox_900p/rules.txt @@ -0,0 +1,17 @@ +[Definition] +titleIds = 00050000101BEB00,00050000101BEC00,00050000101BED00,00050000101AFF00,00050000101B0400,00050000101B0500 +name = "Star Fox Zero + Star Fox Guard - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x41A # exclude the intro background texture +overwriteWidth = 1600 +overwriteHeight = 900 + +[TextureRedefine] # tv +width = 1152 +height = 720 +formatsExcluded = 0x41A # exclude the intro background texture +overwriteWidth = 1440 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/SuperMario3DWorld_900p/rules.txt b/Quality/SuperMario3DWorld_900p/rules.txt new file mode 100644 index 00000000..0c51bff5 --- /dev/null +++ b/Quality/SuperMario3DWorld_900p/rules.txt @@ -0,0 +1,78 @@ +[Definition] +titleIds = 0005000010145d00,0005000010145c00,0005000010106100,0005000010180600,0005000010180700,0005000010180500 +name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x008,0x41A,0x034,0x035 # exclude obvious textures +overwriteWidth = 1600 +overwriteHeight = 900 + +[TextureRedefine] # zoomed in +width = 1128 +height = 720 +overwriteWidth = 1410 +overwriteHeight = 900 + +[TextureRedefine] # zoom transition +width = 1000 +height = 600 +overwriteWidth = 1250 +overwriteHeight = 750 + +[TextureRedefine] # zoom transition 2 +width = 1000 +height = 720 +overwriteWidth = 1250 +overwriteHeight = 900 + +[TextureRedefine] # half-res alpha +width = 640 +height = 360 +formatsExcluded = 0x41A # exclude obvious textures +overwriteHeight = 800 +overwriteHeight = 450 + +[TextureRedefine] # half-res (zoomed in) +width = 564 +height = 360 +overwriteWidth = 705 +overwriteHeight = 450 + +[TextureRedefine] # half-res (zoom transition) +width = 500 +height = 300 +overwriteWidth = 625 +overwriteHeight = 375 + +[TextureRedefine] # half-res (zoom transition 2) +width = 500 +height = 360 +overwriteWidth = 625 +overwriteHeight = 450 + +[TextureRedefine] # quarter-res alpha +width = 320 +height = 180 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 400 +overwriteHeight = 225 + +[TextureRedefine] # q-res (zoomed in) +width = 282 +height = 180 +overwriteWidth = 353 +overwriteHeight = 225 + +[TextureRedefine] # q-res (zoom transition) +width = 250 +height = 150 +overwriteWidth = 313 +overwriteHeight = 188 + +[TextureRedefine] # q-res (zoom transition 2) +width = 250 +height = 180 +overwriteWidth = 313 +overwriteHeight = 225 \ No newline at end of file diff --git a/Quality/Tekken_900p/rules.txt b/Quality/Tekken_900p/rules.txt new file mode 100644 index 00000000..694f5167 --- /dev/null +++ b/Quality/Tekken_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 000500001010f800,5000010110000 +name = "TEKKEN TAG TOURNAMENT 2 - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/TokyoMirage_900p/rules.txt b/Quality/TokyoMirage_900p/rules.txt new file mode 100644 index 00000000..0f02374f --- /dev/null +++ b/Quality/TokyoMirage_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 00050000101ED700,0005000010131D00 +name = "Tokyo Mirage Sessions #FE - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/TropicalFreeze_900p/rules.txt b/Quality/TropicalFreeze_900p/rules.txt new file mode 100644 index 00000000..81440f3a --- /dev/null +++ b/Quality/TropicalFreeze_900p/rules.txt @@ -0,0 +1,10 @@ +[Definition] +titleIds = 0005000010137F00,0005000010138300,0005000010144800 +name = "Donkey Kong Country: Tropical Freeze - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x031 # exclude the intro background texture +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/Wipeout_900p/rules.txt b/Quality/Wipeout_900p/rules.txt new file mode 100644 index 00000000..8b670671 --- /dev/null +++ b/Quality/Wipeout_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 000500001010e800,0005000010145500 +name = "Wipeout 3 + Wipeout Create & Crash - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/XCX_900p/rules.txt b/Quality/XCX_900p/rules.txt new file mode 100644 index 00000000..a63f715e --- /dev/null +++ b/Quality/XCX_900p/rules.txt @@ -0,0 +1,22 @@ +[Definition] +titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00,ffffffff0cd546a9 +name = "Xenoblade Chronicles X - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 + +[TextureRedefine] # half-res alpha +width = 640 +height = 360 +formatsExcluded = 0x41A # exclude obvious textures +overwriteHeight = 800 +overwriteHeight = 450 + +[TextureRedefine] # Gear menu +width = 1024 +height = 720 +overwriteWidth = 1280 +overwriteHeight = 900 \ No newline at end of file diff --git a/Quality/Yoshi_900p/rules.txt b/Quality/Yoshi_900p/rules.txt new file mode 100644 index 00000000..b3a6b174 --- /dev/null +++ b/Quality/Yoshi_900p/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 0005000010131F00,0005000010184E00,0005000010184D00 +name = "Yoshi's Woolly World - 900p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1600 +overwriteHeight = 900 \ No newline at end of file