From fdc925149a6862704a69b204ea18d476890786f5 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Mon, 24 Jun 2019 11:35:19 +0200 Subject: [PATCH] [MK8] Add MKTV watermark removal pack Requested by https://www.reddit.com/r/cemu/comments/c4ey4f/mario_kart_8_mktv_watermark/ I also changed the name of the 60FPS pack for Mario Kart 8 to conform to our Game_UpperCasePackName folder naming scheme and made a proper description, name and path. --- .../patches.txt | 0 Mods/MarioKart8_60FPSMultiplayer/rules.txt | 6 ++++++ Mods/MarioKart8_RemoveMKTVWatermark/rules.txt | 13 +++++++++++++ Mods/MarioKart8_fullDraw/rules.txt | 6 ------ 4 files changed, 19 insertions(+), 6 deletions(-) rename Mods/{MarioKart8_fullDraw => MarioKart8_60FPSMultiplayer}/patches.txt (100%) create mode 100644 Mods/MarioKart8_60FPSMultiplayer/rules.txt create mode 100644 Mods/MarioKart8_RemoveMKTVWatermark/rules.txt delete mode 100644 Mods/MarioKart8_fullDraw/rules.txt 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