diff --git a/Enhancements/TheWindWaker_NoBloom/rules.txt b/Enhancements/TheWindWaker_NoBloom/rules.txt new file mode 100644 index 00000000..5b4f26ca --- /dev/null +++ b/Enhancements/TheWindWaker_NoBloom/rules.txt @@ -0,0 +1,10 @@ +[Definition] +titleIds = 0005000010143400,0005000010143600,0005000010143500 +name = "The Wind Waker HD - No Bloom" + +[TextureRedefine] +width = 480 +height = 270 +formats = 0x816 +overwriteWidth = 0 +overwriteHeight = 0 \ No newline at end of file diff --git a/No HUD/MK8_NoHUD/rules.txt b/No HUD/MK8_NoHUD/rules.txt new file mode 100644 index 00000000..003c5ba4 --- /dev/null +++ b/No HUD/MK8_NoHUD/rules.txt @@ -0,0 +1,101 @@ +[Definition] +titleIds = 000500001010ec00,000500001010ed00,000500001010eb00,ffffffff85887bc1 +name = "Mario Kart 8 - No HUD (WIP)" + +[TextureRedefine] # Coin +width = 48 +height = 48 +formats = 0x41a +overwriteWidth = 49 +overwriteHeight = 49 + +[TextureRedefine] # Item Holder +width = 74 +height = 74 +formats = 0x034,0x035 +overwriteWidth = 75 +overwriteHeight = 75 + +[TextureRedefine] # Item Holder +width = 74 +height = 144 +formats = 0x01a +overwriteWidth = 75 +overwriteHeight = 145 + +[TextureRedefine] # Item Holder +width = 80 +height = 160 +formats = 0x034 +overwriteWidth = 81 +overwriteHeight = 161 + +[TextureRedefine] # Item +width = 128 +height = 128 +formats = 0x41a +overwriteWidth = 129 +overwriteHeight = 129 + +[TextureRedefine] # Smol Item, Some HUD +width = 32 +height = 32 +formats = 0x41a,0x034,0x035 +overwriteWidth = 33 +overwriteHeight = 33 + +[TextureRedefine] # Minimap +width = 480 +height = 480 +formats = 0x433 +overwriteWidth = 481 +overwriteHeight = 481 + +[TextureRedefine] # 3, 2, 1... +width = 126 +height = 148 +formats = 0x008,0x034 +overwriteWidth = 127 +overwriteHeight = 149 + +[TextureRedefine] # GO! +width = 690 +height = 148 +formats = 0x008,0x034 +overwriteWidth = 691 +overwriteHeight = 149 + +[TextureRedefine] +width = 24 +height = 72 +formats = 0x035 +overwriteWidth = 25 +overwriteHeight = 73 + +[TextureRedefine] +width = 32 +height = 64 +formats = 0x034 +overwriteWidth = 33 +overwriteHeight = 65 + +[TextureRedefine] +width = 24 +height = 64 +formats = 0x034,0x035 +overwriteWidth = 25 +overwriteHeight = 65 + +[TextureRedefine] +width = 30 +height = 240 +formats = 0x035 +overwriteWidth = 31 +overwriteHeight = 241 + +[TextureRedefine] +width = 80 +height = 80 +formats = 0x034 +overwriteWidth = 81 +overwriteHeight = 81 \ No newline at end of file diff --git a/No HUD/SuperMario3DWorld_NoHUD/rules.txt b/No HUD/SuperMario3DWorld_NoHUD/rules.txt index c0e63d32..fcb72ae0 100644 --- a/No HUD/SuperMario3DWorld_NoHUD/rules.txt +++ b/No HUD/SuperMario3DWorld_NoHUD/rules.txt @@ -1,4 +1,4 @@ -# todo: Finish HUD on Super Mario 3D World +# todo: Finish HUD on Super Mario 3D World, get HUD formats [Definition] titleIds = 0005000010145d00,0005000010145c00,0005000010106100,0005000010180600,0005000010180700,0005000010180500 name = "Super Mario 3D World + Captain Toad: Treasure Tracker - No HUD (WIP)" @@ -6,36 +6,42 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - No HUD (WIP)" [TextureRedefine] # character icons width = 256 height = 512 -formatsExcluded = 0x235,0x431 # exclude actual textures +formatsExcluded = 0x235,0x431 +# formats = 0x000 overwriteWidth = 257 overwriteHeight = 513 [TextureRedefine] # icons width = 256 height = 1024 +# formats = 0x000 overwriteWidth = 257 overwriteHeight = 1025 [TextureRedefine] # gamepad gyro icon width = 128 height = 100 +# formats = 0x000 overwriteWidth = 129 overwriteHeight = 101 [TextureRedefine] # item slot width = 92 height = 92 +# formats = 0x000 overwriteWidth = 93 overwriteHeight = 93 [TextureRedefine] # item icon width = 70 height = 70 +# formats = 0x000 overwriteWidth = 71 overwriteHeight = 71 [TextureRedefine] # item icon width = 80 height = 80 +# formats = 0x000 overwriteWidth = 81 overwriteHeight = 81 \ No newline at end of file