

RumbleModUIPlus
Adds stuff for devs to RumbleModUIDetails
RumbleModUIPlus
What is this?
Adds stuff for devs to RumbleModUI.
Instructions
- Install MelonLoader
- Run RUMBLE without mods
- Drop Mods from .zip into RUMBLE's installation folder
- Install RumbleModUI
- Play RUMBLE!
For devs
v1.0.0-v1.0.1
- So far, this mod only allows you to change your Settings.txt to use a ModFormatVersion instead of ModVersion. This makes it so the user's settings are not deleted every update. To do this, refrence RumbleModUIPlus.dll and replace your call to
new RumbleModUI.Mod
withnew RumbleModUIPlus.Mod
. Next, where you specify ModVersion, also specify ModFormatVersion (i.e.mod.ModFormatVersion = "1.0.0"
).
v1.0.2
- You can change your Settings.txt to use a ModFormatVersion instead of ModVersion. This makes it so the user's settings are not deleted every update. To do this, refrence RumbleModUIPlus.dll and replace your call to
new RumbleModUI.Mod
withnew RumbleModUIPlus.Mod
. Next, where you specify ModVersion, also specify ModFormatVersion (i.e.mod.ModFormatVersion = "1.0.0"
). AddToListAtStart
,AddToListAtIndex
,AddDescriptionAtStart
, andAddDescriptionAtIndex
are available.
Help And Other Resources
Get help and find other resources in the Modding Discord