diff --git a/Enhancements/Smash_HighResShadows/rules.txt b/Enhancements/Smash_HighResShadows/rules.txt index 13a8bdc5..4844e10f 100644 --- a/Enhancements/Smash_HighResShadows/rules.txt +++ b/Enhancements/Smash_HighResShadows/rules.txt @@ -7,12 +7,19 @@ name = "Super Smash Bros. - High Res Shadows" width = 512 height = 512 formatsExcluded = 0x008,0x41A,0x031,0x033,0x034,0x035,0x431,0x235,0x433,0x01a # exclude everything but shadowmap -overwriteWidth = 2048 -overwriteHeight = 2048 +overwriteWidth = 4096 +overwriteHeight = 4096 [TextureRedefine] width = 1024 height = 1024 formatsExcluded = 0x008,0x41A,0x031,0x033,0x034,0x035,0x431,0x235,0x433,0x01a # exclude everything but shadowmap -overwriteWidth = 2048 -overwriteHeight = 2048 \ No newline at end of file +overwriteWidth = 4096 +overwriteHeight = 4096 + +[TextureRedefine] +width = 2048 +height = 2048 +formatsExcluded = 0x008,0x41A,0x031,0x033,0x034,0x035,0x431,0x235,0x433,0x01a # exclude everything but shadowmap +overwriteWidth = 4096 +overwriteHeight = 4096 \ No newline at end of file diff --git a/Performance/Smash_540p/rules.txt b/Performance/Smash_540p/rules.txt index b4156aee..8ca63f9c 100644 --- a/Performance/Smash_540p/rules.txt +++ b/Performance/Smash_540p/rules.txt @@ -26,4 +26,11 @@ width = 1024 height = 1024 formatsExcluded = 0x008,0x41A,0x031,0x033,0x034,0x035,0x431,0x235,0x433,0x01a # exclude everything but shadowmap overwriteWidth = 512 -overwriteHeight = 512 \ No newline at end of file +overwriteHeight = 512 + +[TextureRedefine] # shadow 3 +width = 2048 +height = 2048 +formatsExcluded = 0x008,0x41A,0x031,0x033,0x034,0x035,0x431,0x235,0x433,0x01a # exclude everything but shadowmap +overwriteWidth = 4096 +overwriteHeight = 4096 \ No newline at end of file diff --git a/Performance/Smash_NoBoxingRingScreen/rules.txt b/Performance/Smash_NoBoxingRingScreen/rules.txt new file mode 100644 index 00000000..4fe6e0b5 --- /dev/null +++ b/Performance/Smash_NoBoxingRingScreen/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 0005000010110E00,0005000010145000,0005000010144F00 +name = "Super Smash Bros. - No Boxing Ring Screen" + +[TextureRedefine] # boxing ring screen +width = 220 +height = 124 +overwriteWidth = 0 +overwriteHeight = 0 \ No newline at end of file