diff --git a/Enhancement/Pokken_HighResShadows/rules.txt b/Enhancement/Pokken_HighResShadows/rules.txt new file mode 100644 index 00000000..ec4a5cf2 --- /dev/null +++ b/Enhancement/Pokken_HighResShadows/rules.txt @@ -0,0 +1,11 @@ +[Definition] +titleIds = 00050000101DF400,00050002101DF401 +name = "Pokken Tournament - High Res Shadows" +version = 2 + +[TextureRedefine] +width = 512 +height = 512 +formats = 0x005 +overwriteWidth = 1024 +overwriteHeight = 1024 \ No newline at end of file diff --git a/Source/PokkenTournament/rules.txt b/Source/PokkenTournament/rules.txt index f7fba29b..4c7e0b8a 100644 --- a/Source/PokkenTournament/rules.txt +++ b/Source/PokkenTournament/rules.txt @@ -20,11 +20,11 @@ tileModesExcluded = 0x001 overwriteWidth = overwriteHeight = -[TextureRedefine] -width = 960 -height = 720 -overwriteWidth = -overwriteHeight = +#[TextureRedefine] # Disabled because of current graphic pack scaling bugs +#width = 960 +#height = 720 +#overwriteWidth = +#overwriteHeight = [TextureRedefine] # gamepad width = 854 diff --git a/Source/Splatoon/rules.txt b/Source/Splatoon/rules.txt index 2d50218d..bc691aa9 100644 --- a/Source/Splatoon/rules.txt +++ b/Source/Splatoon/rules.txt @@ -64,14 +64,14 @@ height = 252 overwriteWidth = overwriteHeight = -[TextureRedefine] # player icon - GL_SRGB8_ALPHA8; doesn't scale properly yet +[TextureRedefine] # player icon - GL_SRGB8_ALPHA8; Disabled because of current graphic pack scaling bugs width = 128 height = 128 formats = 0x41a #overwriteWidth = #overwriteHeight = -[TextureRedefine] # player icon - GL_RGBA8; doesn't scale properly yet +[TextureRedefine] # player icon - GL_RGBA8; Disabled because of current graphic pack scaling bugs width = 256 height = 256 formats = 0x1a