From b81f20691700efebf3cfc178e05951108601d305 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 12 Jul 2017 16:01:22 -0700 Subject: [PATCH] [Pokken] fix missing background --- Performance/Pokken_360p/rules.txt | 2 +- Performance/Pokken_540p/rules.txt | 2 +- Quality/Pokken_1080p/rules.txt | 2 +- Quality/Pokken_1440p/rules.txt | 2 +- Quality/Pokken_1800p/rules.txt | 2 +- Quality/Pokken_2160p/rules.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Performance/Pokken_360p/rules.txt b/Performance/Pokken_360p/rules.txt index 64e6d4fa..8b2cc011 100644 --- a/Performance/Pokken_360p/rules.txt +++ b/Performance/Pokken_360p/rules.txt @@ -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 diff --git a/Performance/Pokken_540p/rules.txt b/Performance/Pokken_540p/rules.txt index 17a79deb..9d9f2e71 100644 --- a/Performance/Pokken_540p/rules.txt +++ b/Performance/Pokken_540p/rules.txt @@ -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 diff --git a/Quality/Pokken_1080p/rules.txt b/Quality/Pokken_1080p/rules.txt index 53ae1697..debb7aa5 100644 --- a/Quality/Pokken_1080p/rules.txt +++ b/Quality/Pokken_1080p/rules.txt @@ -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 diff --git a/Quality/Pokken_1440p/rules.txt b/Quality/Pokken_1440p/rules.txt index 7d5e5690..ed875c53 100644 --- a/Quality/Pokken_1440p/rules.txt +++ b/Quality/Pokken_1440p/rules.txt @@ -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 diff --git a/Quality/Pokken_1800p/rules.txt b/Quality/Pokken_1800p/rules.txt index c37b1bc5..573e1c34 100644 --- a/Quality/Pokken_1800p/rules.txt +++ b/Quality/Pokken_1800p/rules.txt @@ -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 diff --git a/Quality/Pokken_2160p/rules.txt b/Quality/Pokken_2160p/rules.txt index 406f4a74..0d341ca3 100644 --- a/Quality/Pokken_2160p/rules.txt +++ b/Quality/Pokken_2160p/rules.txt @@ -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