From f47e6341221eb214775e9f919d3f8f0983a987e0 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 19 Oct 2017 00:22:38 -0700 Subject: [PATCH] don't make native res packs, fix most naming issues --- .../SuperSmashBros_HighResShadows/rules.txt | 2 +- .../TwilightPrincessHD_0AARemoval/rules.txt | 2 +- .../TwilightPrincessHD_Bloom/rules.txt | 2 +- .../rules.txt | 2 +- Enhancement/WindWakerHD_0AARemoval/rules.txt | 2 +- .../WindWakerHD_AdjustableBloom/rules.txt | 2 +- .../WindWakerHD_HighResShadows/rules.txt | 2 +- Source/Bayonetta/rules.txt | 3 + Source/Bayonetta2/rules.txt | 3 + Source/BreathOfTheWild/rules.txt | 3 + Source/CaptainToad/rules.txt | 69 ++++++++++--------- Source/ColorSplash/rules.txt | 3 + Source/FistoftheNorthStar/rules.txt | 3 + Source/GhostlyAdventures/rules.txt | 3 + Source/GhostlyAdventures2/rules.txt | 3 + Source/Guacamelee/rules.txt | 3 + Source/HyruleWarriors/rules.txt | 3 + Source/KirbyRainbowCurse/rules.txt | 3 + Source/MarioKart8/rules.txt | 3 + Source/MarioTennis/rules.txt | 3 + Source/MightyNumber9/rules.txt | 3 + Source/NintendoLand/rules.txt | 3 + Source/PokkenTournament/rules.txt | 3 + Source/SonicLostWorld/rules.txt | 7 +- Source/Splatoon/rules.txt | 3 + Source/SpongeBob/rules.txt | 3 + Source/StarFoxGuard/rules.txt | 3 + Source/StarFoxZero/rules.txt | 3 + Source/SuperMario3DWorld/rules.txt | 69 ++++++++++--------- Source/SuperSmashBros/rules.txt | 3 + Source/Tekken/rules.txt | 3 + Source/TropicalFreeze/rules.txt | 3 + Source/TwilightPrincessHD/rules.txt | 3 + Source/WarriorsOrochi3/rules.txt | 3 + Source/WindWakerHD/rules.txt | 3 + Source/Wonderful101/rules.txt | 3 + Source/WoollyWorld/rules.txt | 3 + Source/XenobladeX/rules.txt | 3 + 38 files changed, 166 insertions(+), 77 deletions(-) diff --git a/Enhancement/SuperSmashBros_HighResShadows/rules.txt b/Enhancement/SuperSmashBros_HighResShadows/rules.txt index b117bd3e..59ca9c64 100644 --- a/Enhancement/SuperSmashBros_HighResShadows/rules.txt +++ b/Enhancement/SuperSmashBros_HighResShadows/rules.txt @@ -1,6 +1,6 @@ [Definition] titleIds = 0005000010110E00,0005000010145000,0005000010144F00,ffffffffd72e798a -name = "Super Smash Bros. - Higher Quality Shadows" +name = "Super Smash Bros. for Wii U - Higher Quality Shadows" version = 2 [TextureRedefine] diff --git a/Enhancement/TwilightPrincessHD_0AARemoval/rules.txt b/Enhancement/TwilightPrincessHD_0AARemoval/rules.txt index 3ca3c247..42e41f16 100644 --- a/Enhancement/TwilightPrincessHD_0AARemoval/rules.txt +++ b/Enhancement/TwilightPrincessHD_0AARemoval/rules.txt @@ -1,4 +1,4 @@ [Definition] titleIds = 000500001019C800,000500001019E600,000500001019E500,0005000E1019C800 -name = "Twilight Princess HD - No Anti-Aliasing" +name = "The Legend of Zelda: Twilight Princess HD - No Anti-Aliasing" version = 2 diff --git a/Enhancement/TwilightPrincessHD_Bloom/rules.txt b/Enhancement/TwilightPrincessHD_Bloom/rules.txt index 093db4de..425079c1 100644 --- a/Enhancement/TwilightPrincessHD_Bloom/rules.txt +++ b/Enhancement/TwilightPrincessHD_Bloom/rules.txt @@ -1,4 +1,4 @@ [Definition] titleIds = 000500001019C800,000500001019E600,000500001019E500,0005000E1019C800 -name = "Twilight Princess HD - Adjustable Bloom" +name = "The Legend of Zelda: Twilight Princess HD - Adjustable Bloom" version = 2 diff --git a/Enhancement/TwilightPrincessHD_HighResShadows/rules.txt b/Enhancement/TwilightPrincessHD_HighResShadows/rules.txt index 00a7c406..edfb99e4 100644 --- a/Enhancement/TwilightPrincessHD_HighResShadows/rules.txt +++ b/Enhancement/TwilightPrincessHD_HighResShadows/rules.txt @@ -1,7 +1,7 @@ # Found by Esppiral [Definition] titleIds = 000500001019C800,000500001019E600,000500001019E500,0005000E1019C800 -name = "Twilight Princess HD - Higher Quality Shadows" +name = "The Legend of Zelda: Twilight Princess HD - Higher Quality Shadows" version = 2 [TextureRedefine] diff --git a/Enhancement/WindWakerHD_0AARemoval/rules.txt b/Enhancement/WindWakerHD_0AARemoval/rules.txt index 668535ab..4920c258 100644 --- a/Enhancement/WindWakerHD_0AARemoval/rules.txt +++ b/Enhancement/WindWakerHD_0AARemoval/rules.txt @@ -1,4 +1,4 @@ [Definition] titleIds = 0005000010143400,0005000010143600,0005000010143500 -name = "The Wind Waker HD - No Anti-Aliasing" +name = "The Legend of Zelda: The Wind Waker HD - No Anti-Aliasing" version = 2 diff --git a/Enhancement/WindWakerHD_AdjustableBloom/rules.txt b/Enhancement/WindWakerHD_AdjustableBloom/rules.txt index 3325af1d..1bfe012f 100644 --- a/Enhancement/WindWakerHD_AdjustableBloom/rules.txt +++ b/Enhancement/WindWakerHD_AdjustableBloom/rules.txt @@ -1,4 +1,4 @@ [Definition] titleIds = 0005000010143400,0005000010143600,0005000010143500 -name = "The Wind Waker HD - Adjustable Bloom" +name = "The Legend of Zelda: The Wind Waker HD - Adjustable Bloom" version = 2 \ No newline at end of file diff --git a/Enhancement/WindWakerHD_HighResShadows/rules.txt b/Enhancement/WindWakerHD_HighResShadows/rules.txt index 66b25ef9..97e082a5 100644 --- a/Enhancement/WindWakerHD_HighResShadows/rules.txt +++ b/Enhancement/WindWakerHD_HighResShadows/rules.txt @@ -2,7 +2,7 @@ # Shadow format found by SunBroDave on NeoGAF http://www.neogaf.com/forum/showpost.php?p=229677345&postcount=782 [Definition] titleIds = 0005000010143400,0005000010143600,0005000010143500 -name = "The Wind Waker HD - Higher Quality Shadows" +name = "The Legend of Zelda: The Wind Waker HD - Higher Quality Shadows" version = 2 [TextureRedefine] diff --git a/Source/Bayonetta/rules.txt b/Source/Bayonetta/rules.txt index a9c7ef2c..69fd1941 100644 --- a/Source/Bayonetta/rules.txt +++ b/Source/Bayonetta/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/Bayonetta2/rules.txt b/Source/Bayonetta2/rules.txt index 24510822..cabb58d1 100644 --- a/Source/Bayonetta2/rules.txt +++ b/Source/Bayonetta2/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/BreathOfTheWild/rules.txt b/Source/BreathOfTheWild/rules.txt index 1294918d..57dc7d7e 100644 --- a/Source/BreathOfTheWild/rules.txt +++ b/Source/BreathOfTheWild/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/CaptainToad/rules.txt b/Source/CaptainToad/rules.txt index b7da3ecb..b789aab6 100644 --- a/Source/CaptainToad/rules.txt +++ b/Source/CaptainToad/rules.txt @@ -2,10 +2,11 @@ include 'Source/functions.php'; $fullWidth = $argv[1]; $fullHeight = $argv[2]; -$halfWidth = $fullWidth / 2; -$halfHeight = $fullHeight / 2; -$quarterWidth = $fullWidth / 4; -$quarterHeight = $fullHeight / 4; +$scaleFactorX = $fullWidth / 1280.0; +$scaleFactorY = $fullHeight / 720.0; + +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); $title = get_title($fullWidth, $fullHeight); ?> @@ -18,93 +19,93 @@ version = 2 width = 1280 height = 720 formatsExcluded = 0x008,0x41A,0x034,0x035 # exclude obvious textures -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # zoomed in width = 1128 height = 720 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # zoom transition width = 1000 height = 600 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # zoom transition 2 width = 1000 height = 720 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # half-res alpha width = 640 height = 360 formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # half-res (zoomed in) width = 564 height = 360 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # half-res (zoom transition) width = 500 height = 300 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # half-res (zoom transition 2) width = 500 height = 360 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # quarter-res alpha width = 320 height = 180 formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # q-res (zoomed in) width = 282 height = 180 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # q-res (zoom transition) width = 250 height = 150 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # q-res (zoom transition 2) width = 250 height = 180 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # gamepad width = 854 height = 480 -#overwriteWidth = -#overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # half-res (gamepad) width = 427 height = 240 formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # q-res (gamepad) width = 214 height = 120 formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = diff --git a/Source/ColorSplash/rules.txt b/Source/ColorSplash/rules.txt index 654518af..8d9e32d7 100644 --- a/Source/ColorSplash/rules.txt +++ b/Source/ColorSplash/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/FistoftheNorthStar/rules.txt b/Source/FistoftheNorthStar/rules.txt index 54fd51b9..cd387c65 100644 --- a/Source/FistoftheNorthStar/rules.txt +++ b/Source/FistoftheNorthStar/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/GhostlyAdventures/rules.txt b/Source/GhostlyAdventures/rules.txt index ed915ac8..f8e8ecd9 100644 --- a/Source/GhostlyAdventures/rules.txt +++ b/Source/GhostlyAdventures/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/GhostlyAdventures2/rules.txt b/Source/GhostlyAdventures2/rules.txt index 8dc639ea..5287c97e 100644 --- a/Source/GhostlyAdventures2/rules.txt +++ b/Source/GhostlyAdventures2/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/Guacamelee/rules.txt b/Source/Guacamelee/rules.txt index 2acbba76..1c12c85d 100644 --- a/Source/Guacamelee/rules.txt +++ b/Source/Guacamelee/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/HyruleWarriors/rules.txt b/Source/HyruleWarriors/rules.txt index be02305e..161a5331 100644 --- a/Source/HyruleWarriors/rules.txt +++ b/Source/HyruleWarriors/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/KirbyRainbowCurse/rules.txt b/Source/KirbyRainbowCurse/rules.txt index af31795e..a7fb4ad0 100644 --- a/Source/KirbyRainbowCurse/rules.txt +++ b/Source/KirbyRainbowCurse/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/MarioKart8/rules.txt b/Source/MarioKart8/rules.txt index f4821523..88d43fdb 100644 --- a/Source/MarioKart8/rules.txt +++ b/Source/MarioKart8/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/MarioTennis/rules.txt b/Source/MarioTennis/rules.txt index 64ac1246..df9cdfa2 100644 --- a/Source/MarioTennis/rules.txt +++ b/Source/MarioTennis/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/MightyNumber9/rules.txt b/Source/MightyNumber9/rules.txt index 3111f519..67bcf075 100644 --- a/Source/MightyNumber9/rules.txt +++ b/Source/MightyNumber9/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/NintendoLand/rules.txt b/Source/NintendoLand/rules.txt index a6f240bd..38dfb764 100644 --- a/Source/NintendoLand/rules.txt +++ b/Source/NintendoLand/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/PokkenTournament/rules.txt b/Source/PokkenTournament/rules.txt index f7fba29b..7e68c435 100644 --- a/Source/PokkenTournament/rules.txt +++ b/Source/PokkenTournament/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/SonicLostWorld/rules.txt b/Source/SonicLostWorld/rules.txt index a5ba3b6b..383b384c 100644 --- a/Source/SonicLostWorld/rules.txt +++ b/Source/SonicLostWorld/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] @@ -29,8 +32,8 @@ overwriteHeight = [TextureRedefine] width = 320 height = 180 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] width = 160 diff --git a/Source/Splatoon/rules.txt b/Source/Splatoon/rules.txt index 17e18ae2..736264c4 100644 --- a/Source/Splatoon/rules.txt +++ b/Source/Splatoon/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/SpongeBob/rules.txt b/Source/SpongeBob/rules.txt index 7f9c5117..617cc1c6 100644 --- a/Source/SpongeBob/rules.txt +++ b/Source/SpongeBob/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/StarFoxGuard/rules.txt b/Source/StarFoxGuard/rules.txt index 0e59c056..cefd3565 100644 --- a/Source/StarFoxGuard/rules.txt +++ b/Source/StarFoxGuard/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/StarFoxZero/rules.txt b/Source/StarFoxZero/rules.txt index 65d75131..13b6253b 100644 --- a/Source/StarFoxZero/rules.txt +++ b/Source/StarFoxZero/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/SuperMario3DWorld/rules.txt b/Source/SuperMario3DWorld/rules.txt index a92e5cb6..aa8efd99 100644 --- a/Source/SuperMario3DWorld/rules.txt +++ b/Source/SuperMario3DWorld/rules.txt @@ -2,10 +2,11 @@ include 'Source/functions.php'; $fullWidth = $argv[1]; $fullHeight = $argv[2]; -$halfWidth = $fullWidth / 2; -$halfHeight = $fullHeight / 2; -$quarterWidth = $fullWidth / 4; -$quarterHeight = $fullHeight / 4; +$scaleFactorX = $fullWidth / 1280.0; +$scaleFactorY = $fullHeight / 720.0; + +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); $title = get_title($fullWidth, $fullHeight); ?> @@ -18,93 +19,93 @@ version = 2 width = 1280 height = 720 formatsExcluded = 0x008,0x41A,0x034,0x035 # exclude obvious textures -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # zoomed in width = 1128 height = 720 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # zoom transition width = 1000 height = 600 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # zoom transition 2 width = 1000 height = 720 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # half-res alpha width = 640 height = 360 formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # half-res (zoomed in) width = 564 height = 360 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # half-res (zoom transition) width = 500 height = 300 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # half-res (zoom transition 2) width = 500 height = 360 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # quarter-res alpha width = 320 height = 180 formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # q-res (zoomed in) width = 282 height = 180 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # q-res (zoom transition) width = 250 height = 150 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # q-res (zoom transition 2) width = 250 height = 180 -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # gamepad width = 854 height = 480 -#overwriteWidth = -#overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # half-res (gamepad) width = 427 height = 240 formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # q-res (gamepad) width = 214 height = 120 formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = -overwriteHeight = +overwriteWidth = +overwriteHeight = diff --git a/Source/SuperSmashBros/rules.txt b/Source/SuperSmashBros/rules.txt index 6a4c55e2..8c842bd8 100644 --- a/Source/SuperSmashBros/rules.txt +++ b/Source/SuperSmashBros/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1920.0; $scaleFactorY = $fullHeight / 1080.0; +if ($fullWidth == 1920 && $fullHeight == 1080) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/Tekken/rules.txt b/Source/Tekken/rules.txt index 94a636a6..1ffd4d25 100644 --- a/Source/Tekken/rules.txt +++ b/Source/Tekken/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/TropicalFreeze/rules.txt b/Source/TropicalFreeze/rules.txt index a39eb7e3..b8eeadde 100644 --- a/Source/TropicalFreeze/rules.txt +++ b/Source/TropicalFreeze/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/TwilightPrincessHD/rules.txt b/Source/TwilightPrincessHD/rules.txt index 3c6dc8fa..c8561043 100644 --- a/Source/TwilightPrincessHD/rules.txt +++ b/Source/TwilightPrincessHD/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1920.0; $scaleFactorY = $fullHeight / 1080.0; +if ($fullWidth == 1920 && $fullHeight == 1080) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/WarriorsOrochi3/rules.txt b/Source/WarriorsOrochi3/rules.txt index 8f023d1d..f90141d0 100644 --- a/Source/WarriorsOrochi3/rules.txt +++ b/Source/WarriorsOrochi3/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/WindWakerHD/rules.txt b/Source/WindWakerHD/rules.txt index e842a391..73820505 100644 --- a/Source/WindWakerHD/rules.txt +++ b/Source/WindWakerHD/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1920.0; $scaleFactorY = $fullHeight / 1080.0; +if ($fullWidth == 1920 && $fullHeight == 1080) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/Wonderful101/rules.txt b/Source/Wonderful101/rules.txt index a105baea..c3270163 100644 --- a/Source/Wonderful101/rules.txt +++ b/Source/Wonderful101/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/WoollyWorld/rules.txt b/Source/WoollyWorld/rules.txt index 6e7ce4fd..b6441c74 100644 --- a/Source/WoollyWorld/rules.txt +++ b/Source/WoollyWorld/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/XenobladeX/rules.txt b/Source/XenobladeX/rules.txt index a6ae7305..3ef1632b 100644 --- a/Source/XenobladeX/rules.txt +++ b/Source/XenobladeX/rules.txt @@ -5,6 +5,9 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; +if ($fullWidth == 1280 && $fullHeight == 720) + exit(1); + $title = get_title($fullWidth, $fullHeight); ?> [Definition]