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,
This commit is contained in:
getdls 2017-03-10 01:26:30 +01:00 committed by Michael
parent 17be34e014
commit 72a4a92202
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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