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 | 10 months ago |
| Version | 1.0.2 |
| Download link | ninjaguardian-RumbleModUIPlus-1.0.2.zip |
| Downloads | 88 |
| Dependency string | ninjaguardian-RumbleModUIPlus-1.0.2 |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.1Baumritter-RumbleModUI
Adds a pop-up window for centralized management of mod settings
Preferred version: 2.1.2README
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.Modwithnew 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.Modwithnew RumbleModUIPlus.Mod. Next, where you specify ModVersion, also specify ModFormatVersion (i.e.mod.ModFormatVersion = "1.0.0"). AddToListAtStart,AddToListAtIndex,AddDescriptionAtStart, andAddDescriptionAtIndexare available.
Help And Other Resources
Get help and find other resources in the Modding Discord
CHANGELOG
v2.0.0
- All of RumbleModUI.Mod's calls to MelonLogger.Msg are replaced with MelonLogger.Warning
RumbleModUI.Mod.GetFromFileoptimized with some issues fixed.- No longer loads stuff that is marked as
DoNotSave. - Fixed the system that finds which setting is on a line.
- No longer loads stuff that is marked as
- Added the folder system
- Added Tags class
- Replaced the old ModFormatVersion system with a prefix and transpiler
- Added public helper methods
v1.0.2
- Add AddToListAtStart, AddToListAtIndex, AddDescriptionAtStart, and AddDescriptionAtIndex.
v1.0.1
- Fix windows only warning when used as a reference.
v1.0.0
- Initial release