From 23316aec97cd7a4396c7c370842bf755cf520e63 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Mon, 22 Apr 2019 03:41:07 +0200 Subject: [PATCH] [SMM] Add level height mod Added a disclaimer to not go online, probably will scare off most people. I thought about patching the online functionality out of this game with this graphic pack, so that you couldn't go online with it, but you would just save and reload Cemu with online enabled... --- .../patches.txt | 8 ++++++ .../rules.txt | 26 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Mods/SuperMarioMaker_InfiniteLevelHeight/patches.txt create mode 100644 Mods/SuperMarioMaker_InfiniteLevelHeight/rules.txt diff --git a/Mods/SuperMarioMaker_InfiniteLevelHeight/patches.txt b/Mods/SuperMarioMaker_InfiniteLevelHeight/patches.txt new file mode 100644 index 00000000..f2edd02c --- /dev/null +++ b/Mods/SuperMarioMaker_InfiniteLevelHeight/patches.txt @@ -0,0 +1,8 @@ +[LevelHeightV1.47] +moduleMatches = 0xF110487F +0x100D9238 = .float 4320.0 # .long 0x45870000 +0x100D9460 = .float 4320.0 # .long 0x45870000 +0x100D9AB4 = .float 4320.0 # .long 0x45870000 +0x100DA16C = .float 4320.0 # .long 0x45870000 +0x100DFA14 = .float $height +0x022152CC = .long 0x48000048 \ No newline at end of file diff --git a/Mods/SuperMarioMaker_InfiniteLevelHeight/rules.txt b/Mods/SuperMarioMaker_InfiniteLevelHeight/rules.txt new file mode 100644 index 00000000..ae9733a5 --- /dev/null +++ b/Mods/SuperMarioMaker_InfiniteLevelHeight/rules.txt @@ -0,0 +1,26 @@ +[Definition] +titleIds = 000500001018DB00,000500001018DC00,000500001018DD00 +name = Infinite Level Height +path = "Super Mario Maker/Mods/Infinite Level Height" +description = Make sure to have online disabled while having this graphic pack enabled, you're liable if you get banned! Allows you to make higher levels. Credits to comex for the mod (http://yt.vu/+comex) and GRAnimated for adapting it into a graphic pack. +version = 3 + +[Preset] +name = 32 Blocks Tall +$height = 32.0 + +[Preset] +name = 64 Blocks Tall +$height = 64.0 + +[Preset] +name = 128 Blocks Tall +$height = 128.0 + +[Preset] +name = 135 Blocks Tall +$height = 135.0 + +[Preset] +name = 270 Blocks Tall +$height = 270.0