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 =