diff --git a/Enhancements/Smash_HighResShadows/rules.txt b/Enhancements/Smash_HighResShadows/rules.txt index a36fc539..0fe18b95 100644 --- a/Enhancements/Smash_HighResShadows/rules.txt +++ b/Enhancements/Smash_HighResShadows/rules.txt @@ -8,4 +8,11 @@ width = 512 height = 512 formatsExcluded = 0x008,0x41A,0x031,0x033,0x034,0x035,0x431,0x235,0x433,0x01a # exclude everything but shadowmap overwriteWidth = 1024 -overwriteHeight = 1024 \ No newline at end of file +overwriteHeight = 1024 + +[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 diff --git a/Preformance/Smash_540p/rules.txt b/Preformance/Smash_540p/rules.txt index d041d983..b4156aee 100644 --- a/Preformance/Smash_540p/rules.txt +++ b/Preformance/Smash_540p/rules.txt @@ -12,4 +12,18 @@ overwriteHeight = 540 overwriteWidth = 960 overwriteHeight = 540 overwriteWidth = 480 -overwriteHeight = 270 \ No newline at end of file +overwriteHeight = 270 + +[TextureRedefine] # shadow 1 +width = 512 +height = 512 +formatsExcluded = 0x008,0x41A,0x031,0x033,0x034,0x035,0x431,0x235,0x433,0x01a # exclude everything but shadowmap +overwriteWidth = 256 +overwriteHeight = 256 + +[TextureRedefine] # shadow 2 +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