mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-21 17:19:18 +01:00
[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...
This commit is contained in:
parent
aa720f2873
commit
23316aec97
8
Mods/SuperMarioMaker_InfiniteLevelHeight/patches.txt
Normal file
8
Mods/SuperMarioMaker_InfiniteLevelHeight/patches.txt
Normal file
@ -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
|
26
Mods/SuperMarioMaker_InfiniteLevelHeight/rules.txt
Normal file
26
Mods/SuperMarioMaker_InfiniteLevelHeight/rules.txt
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user