From fbeff8a88c8390d84e31b53d77de9773ed9bbaf0 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 3 Feb 2017 21:21:24 -0800 Subject: [PATCH] [Pokken & Splatoon] Fix resolutions Splatoon-Multiplayer resolution now same as gamepad resolution Pokken-Actual in-game resolution, for when it displays properly --- Performance/Pokken_360p/rules.txt | 8 ++++---- Quality - Gamepad/Splatoon_1080pGamepad/rules.txt | 4 ++-- Quality - Gamepad/Splatoon_1440pGamepad/rules.txt | 4 ++-- Quality - Gamepad/Splatoon_2160pGamepad/rules.txt | 4 ++-- Quality/Pokken_1080p/rules.txt | 6 ++++++ Quality/Pokken_1440p/rules.txt | 6 ++++++ Quality/Pokken_2160p/rules.txt | 6 ++++++ 7 files changed, 28 insertions(+), 10 deletions(-) diff --git a/Performance/Pokken_360p/rules.txt b/Performance/Pokken_360p/rules.txt index 56ea2f0e..6190cc08 100644 --- a/Performance/Pokken_360p/rules.txt +++ b/Performance/Pokken_360p/rules.txt @@ -9,7 +9,7 @@ overwriteWidth = 640 overwriteHeight = 360 [TextureRedefine] -width = 854 -height = 480 -overwriteWidth = 427 -overwriteHeight = 240 \ No newline at end of file +width = 960 +height = 720 +overwriteWidth = 480 +overwriteHeight = 360 \ No newline at end of file diff --git a/Quality - Gamepad/Splatoon_1080pGamepad/rules.txt b/Quality - Gamepad/Splatoon_1080pGamepad/rules.txt index 39fe4524..4279d0eb 100644 --- a/Quality - Gamepad/Splatoon_1080pGamepad/rules.txt +++ b/Quality - Gamepad/Splatoon_1080pGamepad/rules.txt @@ -26,7 +26,7 @@ overwriteHeight = 540 width = 424 height = 240 formatsExcluded = 0x41A,0x431 # exclude obvious textures -overwriteWidth = 954 +overwriteWidth = 960 overwriteHeight = 540 [TextureRedefine] # squid sisters @@ -44,5 +44,5 @@ overwriteHeight = 1080 [TextureRedefine] # multiplayer gamepad width = 848 height = 480 -overwriteWidth = 1908 +overwriteWidth = 1920 overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality - Gamepad/Splatoon_1440pGamepad/rules.txt b/Quality - Gamepad/Splatoon_1440pGamepad/rules.txt index 7b95a003..58c00aee 100644 --- a/Quality - Gamepad/Splatoon_1440pGamepad/rules.txt +++ b/Quality - Gamepad/Splatoon_1440pGamepad/rules.txt @@ -26,7 +26,7 @@ overwriteHeight = 720 width = 424 height = 240 formatsExcluded = 0x41A,0x431 # exclude obvious textures -overwriteWidth = 1272 +overwriteWidth = 1280 overwriteHeight = 720 [TextureRedefine] # squid sisters @@ -44,5 +44,5 @@ overwriteHeight = 1440 [TextureRedefine] # multiplayer gamepad width = 848 height = 480 -overwriteWidth = 2544 +overwriteWidth = 2560 overwriteHeight = 1440 \ No newline at end of file diff --git a/Quality - Gamepad/Splatoon_2160pGamepad/rules.txt b/Quality - Gamepad/Splatoon_2160pGamepad/rules.txt index ff88614b..bebd6ea3 100644 --- a/Quality - Gamepad/Splatoon_2160pGamepad/rules.txt +++ b/Quality - Gamepad/Splatoon_2160pGamepad/rules.txt @@ -26,7 +26,7 @@ overwriteHeight = 1080 width = 424 height = 240 formatsExcluded = 0x41A,0x431 # exclude obvious textures -overwriteWidth = 1272 +overwriteWidth = 1920 overwriteHeight = 1080 [TextureRedefine] # squid sisters @@ -44,5 +44,5 @@ overwriteHeight = 2160 [TextureRedefine] # multiplayer gamepad width = 848 height = 480 -overwriteWidth = 3816 +overwriteWidth = 3840 overwriteHeight = 2160 \ No newline at end of file diff --git a/Quality/Pokken_1080p/rules.txt b/Quality/Pokken_1080p/rules.txt index e632b085..148abae3 100644 --- a/Quality/Pokken_1080p/rules.txt +++ b/Quality/Pokken_1080p/rules.txt @@ -6,4 +6,10 @@ name = "Pokken Tournament - 1080p" width = 1280 height = 720 overwriteWidth = 1920 +overwriteHeight = 1080 + +[TextureRedefine] +width = 960 +height = 720 +overwriteWidth = 1920 overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/Pokken_1440p/rules.txt b/Quality/Pokken_1440p/rules.txt index c4e02d49..5bc03b71 100644 --- a/Quality/Pokken_1440p/rules.txt +++ b/Quality/Pokken_1440p/rules.txt @@ -6,4 +6,10 @@ name = "Pokken Tournament - 1440p (2K)" width = 1280 height = 720 overwriteWidth = 2560 +overwriteHeight = 1440 + +[TextureRedefine] +width = 960 +height = 720 +overwriteWidth = 2560 overwriteHeight = 1440 \ No newline at end of file diff --git a/Quality/Pokken_2160p/rules.txt b/Quality/Pokken_2160p/rules.txt index 235f5aeb..3deaa79e 100644 --- a/Quality/Pokken_2160p/rules.txt +++ b/Quality/Pokken_2160p/rules.txt @@ -6,4 +6,10 @@ name = "Pokken Tournament - 2160p (4K)" width = 1280 height = 720 overwriteWidth = 3840 +overwriteHeight = 2160 + +[TextureRedefine] +width = 960 +height = 720 +overwriteWidth = 3840 overwriteHeight = 2160 \ No newline at end of file