From 4fda6f8b05a21e9d6aca983d1461b1d5fc536970 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 11 Jan 2017 21:19:09 -0800 Subject: [PATCH] Fix Squid Sisters Screen Thanks to Darkemaste for helping me find the resolution for the screen! Here's a comparison shot featuring me being lazy to fix mistakes: http://i.imgur.com/z8tewtx.png --- README.md | 6 +----- Splatoon_1080p/rules.txt | 8 +++++++- Splatoon_1440p/rules.txt | 8 +++++++- Splatoon_2160p/rules.txt | 8 +++++++- 4 files changed, 22 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f088025c..111901b5 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,4 @@ Donkey Kong Country: Tropical Freeze Nintendo Land - Title screen is completely white -- Gamepad screen is blurry during attraction gameplay - -Splatoon - -- Squid Sisters screen is blurry \ No newline at end of file +- Gamepad screen is blurry during attraction gameplay \ No newline at end of file diff --git a/Splatoon_1080p/rules.txt b/Splatoon_1080p/rules.txt index 8b59aaa2..52e4984f 100644 --- a/Splatoon_1080p/rules.txt +++ b/Splatoon_1080p/rules.txt @@ -13,4 +13,10 @@ width = 640 height = 360 formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 960 -overwriteHeight = 540 \ No newline at end of file +overwriteHeight = 540 + +[TextureRedefine] # squid sisters +width = 1024 +height = 576 +overwriteWidth = 1536 +overwriteHeight = 864 \ No newline at end of file diff --git a/Splatoon_1440p/rules.txt b/Splatoon_1440p/rules.txt index e281ee9a..fae90043 100644 --- a/Splatoon_1440p/rules.txt +++ b/Splatoon_1440p/rules.txt @@ -13,4 +13,10 @@ width = 640 height = 360 formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 1280 -overwriteHeight = 720 \ No newline at end of file +overwriteHeight = 720 + +[TextureRedefine] # squid sisters +width = 1024 +height = 576 +overwriteWidth = 2048 +overwriteHeight = 1152 \ No newline at end of file diff --git a/Splatoon_2160p/rules.txt b/Splatoon_2160p/rules.txt index 35b8a130..7209a47f 100644 --- a/Splatoon_2160p/rules.txt +++ b/Splatoon_2160p/rules.txt @@ -13,4 +13,10 @@ width = 640 height = 360 formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 1920 -overwriteHeight = 1080 \ No newline at end of file +overwriteHeight = 1080 + +[TextureRedefine] # squid sisters +width = 1024 +height = 576 +overwriteWidth = 3072 +overwriteHeight = 1728 \ No newline at end of file