[Pokken] fix missing background

This commit is contained in:
Michael 2017-07-12 16:01:22 -07:00
parent 876091a1d3
commit b81f206917
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ name = "Pokken Tournament - 360p"
[TextureRedefine]
width = 1280
height = 720
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
overwriteWidth = 640
overwriteHeight = 360

View File

@ -5,7 +5,7 @@ name = "Pokken Tournament - 540p"
[TextureRedefine]
width = 1280
height = 720
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
overwriteWidth = 960
overwriteHeight = 540

View File

@ -5,7 +5,7 @@ name = "Pokken Tournament - 1080p"
[TextureRedefine]
width = 1280
height = 720
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
overwriteWidth = 1920
overwriteHeight = 1080

View File

@ -5,7 +5,7 @@ name = "Pokken Tournament - 1440p (2K)"
[TextureRedefine]
width = 1280
height = 720
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
overwriteWidth = 2560
overwriteHeight = 1440

View File

@ -5,7 +5,7 @@ name = "Pokken Tournament - 1800p (3K)"
[TextureRedefine]
width = 1280
height = 720
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
overwriteWidth = 3200
overwriteHeight = 1800

View File

@ -5,7 +5,7 @@ name = "Pokken Tournament - 2160p (4K)"
[TextureRedefine]
width = 1280
height = 720
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
overwriteWidth = 3840
overwriteHeight = 2160