From 72a4a92202dbd268b88eb3b6fa2bba11920c3ea7 Mon Sep 17 00:00:00 2001 From: getdls Date: Fri, 10 Mar 2017 01:26:30 +0100 Subject: [PATCH] XCX FMV fix, fix regression formats (#37) * XCX probe and dialog fix FIX Dialog will fade instead of black screen FIX Gamepad probe no longer breaks FIX Intro movie plays instead of green screen. Decoding is mostly broken * Ghost Blade HD (2160p) Ghost Blade HD 3x scale 2160 * XCX FMV fix, regression commas fix FIX intro FMV now shows background, FIX Regression, removed space between commas in formats, --- Enthusiast/XCX_2880p/rules.txt | 3 ++- Enthusiast/XCX_4320p/rules.txt | 3 ++- Quality/XCX_2160p/rules.txt | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Enthusiast/XCX_2880p/rules.txt b/Enthusiast/XCX_2880p/rules.txt index 3fc5d985..586c2a1a 100644 --- a/Enthusiast/XCX_2880p/rules.txt +++ b/Enthusiast/XCX_2880p/rules.txt @@ -5,13 +5,14 @@ name = "Xenoblade Chronicles X - 2880p (5K)" [TextureRedefine] # tv width = 1280 height = 720 +formatsExcluded = 0x001 # intro FMV background overwriteWidth = 5120 overwriteHeight = 2880 [TextureRedefine] # half-res alpha width = 640 height = 360 -formatsExcluded = 0x41A, 0x033, 0x001 # exclude obvious textures, dialog fade screen, Intro movie partial fix +formatsExcluded = 0x41A,0x033,0x001,0x432 # exclude obvious textures, dialog fade screen, Intro movie partial fix, NLA logo overwriteWidth = 2560 overwriteHeight = 1440 diff --git a/Enthusiast/XCX_4320p/rules.txt b/Enthusiast/XCX_4320p/rules.txt index 916b6717..3a8f3205 100644 --- a/Enthusiast/XCX_4320p/rules.txt +++ b/Enthusiast/XCX_4320p/rules.txt @@ -5,13 +5,14 @@ name = "Xenoblade Chronicles X - 4320p (8K)" [TextureRedefine] # tv width = 1280 height = 720 +formatsExcluded = 0x001 #intro FMV background overwriteWidth = 7680 overwriteHeight = 4320 [TextureRedefine] # half-res alpha width = 640 height = 360 -formatsExcluded = 0x41A, 0x033, 0x001 # exclude obvious textures, dialog fade screen, Intro movie partial fix +formatsExcluded = 0x41A,0x033,0x001,0x432 # exclude obvious textures, dialog fade screen, Intro movie partial fix, XCX LogoNLA overwriteWidth = 3840 overwriteHeight = 2560 diff --git a/Quality/XCX_2160p/rules.txt b/Quality/XCX_2160p/rules.txt index 630f98d7..cb312e4a 100644 --- a/Quality/XCX_2160p/rules.txt +++ b/Quality/XCX_2160p/rules.txt @@ -5,13 +5,14 @@ name = "Xenoblade Chronicles X - 2160p (4K)" [TextureRedefine] # tv width = 1280 height = 720 +formatsExcluded = 0x001 #intro FMV background overwriteWidth = 3840 overwriteHeight = 2160 [TextureRedefine] # half-res alpha width = 640 height = 360 -formatsExcluded = 0x033, 0x031 exclude obvious textures +formatsExcluded = 0x41A,0x033,0x001,0x432 # exclude obvious textures, dialog fade screen, Intro movie partial fix, XCX LogoNLA overwriteWidth = 1920 overwriteHeight = 1080