RUMBLE does not support other mod managers. If you want to use a manager, you must use the RUMBLE Mod Manager, a manager specifically designed for this game.

RumbleModUIPlus
Adds stuff for devs to RumbleModUI
Last updated | 3 weeks ago |
Total downloads | 39 |
Total rating | 0 |
Categories | Mods Tools |
Dependency string | ninjaguardian-RumbleModUIPlus-1.0.2 |
Dependants | 1 other package depends on this package |
This mod requires the following mods to function

Baumritter-RumbleModUI
Adds a pop-up window for centralized management of mod settings
Preferred version: 2.1.2
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.0README
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