From 0d7d7b97962ac6f4ed13e976ab182c0ab8e86833 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 25 Oct 2017 16:24:36 -0700 Subject: [PATCH] Uncomment player icons They don't scale properly, but it's something that I hope gets fixed sooner or later. --- Source/Splatoon/rules.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Source/Splatoon/rules.txt b/Source/Splatoon/rules.txt index 7ec4377e..5269982d 100644 --- a/Source/Splatoon/rules.txt +++ b/Source/Splatoon/rules.txt @@ -15,14 +15,14 @@ version = 2 [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x00000019,0x0000001a +formatsExcluded = 0x19,0x1a overwriteWidth = overwriteHeight = [TextureRedefine] # tv width = 1280 height = 720 -formats = 0x00000019,0x0000001a +formats = 0x19,0x1a overwriteFormat = 0x1f overwriteWidth = overwriteHeight = @@ -30,7 +30,7 @@ overwriteHeight = [TextureRedefine] # half-res alpha width = 640 height = 360 -formatsExcluded = 0x0000041a,0x00000431 # exclude obvious textures +formatsExcluded = 0x41a,0x431 # exclude obvious textures; 41a exclude is broken atm, stage previews don't show overwriteWidth = overwriteHeight = @@ -64,24 +64,24 @@ height = 252 overwriteWidth = overwriteHeight = -[TextureRedefine] # player icon - GL_SRGB8_ALPHA8; need to find format +[TextureRedefine] # player icon - GL_SRGB8_ALPHA8; doesn't scale properly yet width = 128 height = 128 -formats = 0x0000041a -#overwriteWidth = -#overwriteHeight = +formats = 0x41a +overwriteWidth = +overwriteHeight = -[TextureRedefine] # player icon - GL_RGBA8; doesn't scale properly yet, uncomment with caution +[TextureRedefine] # player icon - GL_RGBA8; doesn't scale properly yet width = 256 height = 256 -formats = 0x0000001a -#overwriteWidth = -#overwriteHeight = +formats = 0x1a +overwriteWidth = +overwriteHeight = [TextureRedefine] # player name - GL_RGBA8 width = 128 height = 32 -formats = 0x0000001a +formats = 0x1a overwriteWidth = overwriteHeight =