diff --git a/Enthusiast/MK8_2880p/rules.txt b/Enthusiast/MK8_2880p/rules.txt index b2d31bd7..b4683710 100644 --- a/Enthusiast/MK8_2880p/rules.txt +++ b/Enthusiast/MK8_2880p/rules.txt @@ -74,14 +74,6 @@ formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 1920 overwriteHeight = 1074 -# MKTV quarter res alpha -[TextureRedefine] -width = 240 -height = 134 -formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = 960 -overwriteHeight = 537 - [TextureRedefine] # gamepad width = 854 height = 480 diff --git a/Enthusiast/MK8_4320p/rules.txt b/Enthusiast/MK8_4320p/rules.txt index d9c1d042..f6961a4e 100644 --- a/Enthusiast/MK8_4320p/rules.txt +++ b/Enthusiast/MK8_4320p/rules.txt @@ -74,14 +74,6 @@ formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 2880 overwriteHeight = 1608 -# MKTV quarter res alpha -[TextureRedefine] -width = 240 -height = 134 -formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = 1440 -overwriteHeight = 804 - [TextureRedefine] # gamepad width = 854 height = 480 diff --git a/Enthusiast/MK8_5760p/rules.txt b/Enthusiast/MK8_5760p/rules.txt index bb56ef50..d56c2cd3 100644 --- a/Enthusiast/MK8_5760p/rules.txt +++ b/Enthusiast/MK8_5760p/rules.txt @@ -72,12 +72,4 @@ width = 480 height = 268 formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 3840 -overwriteHeight = 2144 - -# MKTV quarter res alpha -[TextureRedefine] -width = 240 -height = 134 -formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = 1920 -overwriteHeight = 1072 \ No newline at end of file +overwriteHeight = 2144 \ No newline at end of file diff --git a/Performance/MK8_360p/rules.txt b/Performance/MK8_360p/rules.txt index 8f96dcd0..e3694902 100644 --- a/Performance/MK8_360p/rules.txt +++ b/Performance/MK8_360p/rules.txt @@ -80,14 +80,6 @@ formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 240 overwriteHeight = 134 -# MKTV quarter res alpha -[TextureRedefine] -width = 240 -height = 134 -formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = 120 -overwriteHeight = 67 - [TextureRedefine] # shadows width = 1024 height = 1024 diff --git a/Performance/MK8_540p/rules.txt b/Performance/MK8_540p/rules.txt index 90275c35..c1e42403 100644 --- a/Performance/MK8_540p/rules.txt +++ b/Performance/MK8_540p/rules.txt @@ -80,14 +80,6 @@ formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 360 overwriteHeight = 201 -# MKTV quarter res alpha -[TextureRedefine] -width = 240 -height = 134 -formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = 180 -overwriteHeight = 100 - [TextureRedefine] # shadows width = 1024 height = 1024 diff --git a/Quality - Gamepad/MK8_1080pGamepad/rules.txt b/Quality - Gamepad/MK8_1080pGamepad/rules.txt index cd933e29..70890a1d 100644 --- a/Quality - Gamepad/MK8_1080pGamepad/rules.txt +++ b/Quality - Gamepad/MK8_1080pGamepad/rules.txt @@ -18,6 +18,14 @@ formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 960 overwriteHeight = 540 +# Quarter Res Alpha (motion blur effect around edges of screen) +[TextureRedefine] +width = 320 +height = 180 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 480 +overwriteHeight = 270 + # Multiplayer-Mode Resolution (2p) [TextureRedefine] width = 640 @@ -34,6 +42,14 @@ formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 480 overwriteHeight = 540 +# Multiplayer-Mode Quarter Res Alpha (2p) +[TextureRedefine] +width = 160 +height = 180 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 240 +overwriteHeight = 270 + # MKTV screen [TextureRedefine] width = 960 diff --git a/Quality - Gamepad/MK8_1440pGamepad/rules.txt b/Quality - Gamepad/MK8_1440pGamepad/rules.txt index 2c566d5a..26e6baff 100644 --- a/Quality - Gamepad/MK8_1440pGamepad/rules.txt +++ b/Quality - Gamepad/MK8_1440pGamepad/rules.txt @@ -18,6 +18,14 @@ formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 1280 overwriteHeight = 720 +# Quarter Res Alpha (motion blur effect around edges of screen) +[TextureRedefine] +width = 320 +height = 180 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 640 +overwriteHeight = 360 + # Multiplayer-Mode Resolution (2p) [TextureRedefine] width = 640 @@ -31,8 +39,16 @@ overwriteHeight = 1440 width = 320 height = 360 formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = 641 -overwriteHeight = 721 +overwriteWidth = 640 +overwriteHeight = 720 + +# Multiplayer-Mode Quarter Res Alpha (2p) +[TextureRedefine] +width = 160 +height = 180 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 320 +overwriteHeight = 360 # MKTV screen [TextureRedefine] diff --git a/Quality - Gamepad/MK8_2160pGamepad/rules.txt b/Quality - Gamepad/MK8_2160pGamepad/rules.txt index 0e598262..840cf156 100644 --- a/Quality - Gamepad/MK8_2160pGamepad/rules.txt +++ b/Quality - Gamepad/MK8_2160pGamepad/rules.txt @@ -18,6 +18,14 @@ formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 1920 overwriteHeight = 1080 +# Quarter Res Alpha (motion blur effect around edges of screen) +[TextureRedefine] +width = 320 +height = 180 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 960 +overwriteHeight = 540 + # Multiplayer-Mode Resolution (2p) [TextureRedefine] width = 640 @@ -34,6 +42,14 @@ formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 960 overwriteHeight = 1080 +# Multiplayer-Mode Quarter Res Alpha (2p) +[TextureRedefine] +width = 160 +height = 180 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = 480 +overwriteHeight = 540 + # MKTV output [TextureRedefine] width = 960 diff --git a/Quality/MK8_1440p/rules.txt b/Quality/MK8_1440p/rules.txt index cb569953..fbc69df5 100644 --- a/Quality/MK8_1440p/rules.txt +++ b/Quality/MK8_1440p/rules.txt @@ -72,12 +72,4 @@ width = 480 height = 268 formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 960 -overwriteHeight = 536 - -# MKTV quarter res alpha -[TextureRedefine] -width = 240 -height = 134 -formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = 480 -overwriteHeight = 268 \ No newline at end of file +overwriteHeight = 536 \ No newline at end of file diff --git a/Quality/MK8_2160p/rules.txt b/Quality/MK8_2160p/rules.txt index ce9f23f2..94ec3a20 100644 --- a/Quality/MK8_2160p/rules.txt +++ b/Quality/MK8_2160p/rules.txt @@ -72,12 +72,4 @@ width = 480 height = 268 formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 1440 -overwriteHeight = 804 - -# MKTV quarter res alpha -[TextureRedefine] -width = 240 -height = 134 -formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = 720 -overwriteHeight = 402 \ No newline at end of file +overwriteHeight = 804 \ No newline at end of file diff --git a/Quality/MK8_900p/rules.txt b/Quality/MK8_900p/rules.txt index 8984be87..2110a6f4 100644 --- a/Quality/MK8_900p/rules.txt +++ b/Quality/MK8_900p/rules.txt @@ -72,12 +72,4 @@ width = 480 height = 268 formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 600 -overwriteHeight = 335 - -# MKTV quarter res alpha -[TextureRedefine] -width = 240 -height = 134 -formatsExcluded = 0x41A # exclude obvious textures -overwriteWidth = 300 -overwriteHeight = 167 \ No newline at end of file +overwriteHeight = 335 \ No newline at end of file