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.
You are viewing a potentially older version of this package.
View all versions.

RumbleModUIPlus
Adds stuff for devs to RumbleModUI
Date uploaded | 2 weeks ago |
Version | 1.0.2 |
Download link | ninjaguardian-RumbleModUIPlus-1.0.2.zip |
Downloads | 19 |
Dependency string | ninjaguardian-RumbleModUIPlus-1.0.2 |
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
CHANGELOG
v1.0.2
- Add AddToListAtStart & AddToListAtIndex
v1.0.1
- Fix windows only warning when used as a reference.
v1.0.0
- Initial release