From f6b30654919520be9bb892e14d3ea74be5da8220 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 25 Oct 2017 14:36:13 -0700 Subject: [PATCH] Update comments on Splatoon GFX Pack --- Source/Splatoon/rules.txt | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Source/Splatoon/rules.txt b/Source/Splatoon/rules.txt index 17e18ae2..b9ca35c4 100644 --- a/Source/Splatoon/rules.txt +++ b/Source/Splatoon/rules.txt @@ -15,14 +15,14 @@ version = 2 [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x19,0x1a +formatsExcluded = 0x00000019,0x0000001a overwriteWidth = overwriteHeight = [TextureRedefine] # tv width = 1280 height = 720 -formats = 0x19,0x1a +formats = 0x00000019,0x0000001a overwriteFormat = 0x1f overwriteWidth = overwriteHeight = @@ -30,14 +30,13 @@ overwriteHeight = [TextureRedefine] # half-res alpha width = 640 height = 360 -formatsExcluded = 0x41A,0x431 # exclude obvious textures +formatsExcluded = 0x0000041a,0x00000431 # exclude obvious textures overwriteWidth = overwriteHeight = [TextureRedefine] # quarter-res alpha width = 320 height = 180 -formatsExcluded = 0x41A,0x431 # exclude obvious textures overwriteWidth = overwriteHeight = @@ -65,24 +64,24 @@ height = 252 overwriteWidth = overwriteHeight = -[TextureRedefine] # player icon - GL_SRGB8_ALPHA8; Need to confirm on Cemu 1.11.0 +[TextureRedefine] # player icon - GL_SRGB8_ALPHA8; need to find format width = 128 height = 128 -formats = 0x41A +formats = 0x0000041a #overwriteWidth = #overwriteHeight = -[TextureRedefine] # player icon - GL_RGBA8; Need to confirm on Cemu 1.11.0 +[TextureRedefine] # player icon - GL_RGBA8; doesn't scale properly yet, uncomment with caution width = 256 height = 256 -formats = 0x01a +formats = 0x0000001a #overwriteWidth = #overwriteHeight = [TextureRedefine] # player name - GL_RGBA8 width = 128 height = 32 -formats = 0x01a +formats = 0x0000001a overwriteWidth = overwriteHeight =