diff --git a/Mods/MarioKart8_fullDraw/patches.txt b/Mods/MarioKart8_60FPSMultiplayer/patches.txt similarity index 100% rename from Mods/MarioKart8_fullDraw/patches.txt rename to Mods/MarioKart8_60FPSMultiplayer/patches.txt diff --git a/Mods/MarioKart8_60FPSMultiplayer/rules.txt b/Mods/MarioKart8_60FPSMultiplayer/rules.txt new file mode 100644 index 00000000..89fcf203 --- /dev/null +++ b/Mods/MarioKart8_60FPSMultiplayer/rules.txt @@ -0,0 +1,6 @@ +[Definition] +titleIds = 000500001010ec00,000500001010ed00,000500001010eb00 +name = 60FPS with 3/4P splitscreen mode +path = "Mario Kart 8/Mods/60FPS in splitscreen" +description = Forces the game to run at 60FPS instead of the 30FPS in 3-4P splitscreen. In those splitscreen modes, it normally alternates each side of the screen in one frame. This forces it to draw both sides instead. +version = 3 \ No newline at end of file diff --git a/Mods/MarioKart8_RemoveMKTVWatermark/rules.txt b/Mods/MarioKart8_RemoveMKTVWatermark/rules.txt new file mode 100644 index 00000000..47004a72 --- /dev/null +++ b/Mods/MarioKart8_RemoveMKTVWatermark/rules.txt @@ -0,0 +1,13 @@ +[Definition] +titleIds = 000500001010ec00,000500001010ed00,000500001010eb00 +name = Removes the MKTV watermark +path = "Mario Kart 8/Mods/Remove MKTV watermark" +description = Removes the MKTV watermark in the replays or highlight reel. +version = 3 + +[TextureRedefine] +width = 160 +height = 40 +formats = 0x034 +overwriteWidth = 1 +overwriteHeight = 1 \ No newline at end of file diff --git a/Mods/MarioKart8_fullDraw/rules.txt b/Mods/MarioKart8_fullDraw/rules.txt deleted file mode 100644 index fa0f8add..00000000 --- a/Mods/MarioKart8_fullDraw/rules.txt +++ /dev/null @@ -1,6 +0,0 @@ -[Definition] -titleIds = 000500001010ec00,000500001010ed00,000500001010eb00 -name = Resolution -path = "Mario Kart 8/Mods/4p 60fps" -description = Draws the whole screen every frame in 4p mode. -version = 3 \ No newline at end of file