You are viewing a potentially older version of this package. View all versions.
ninjaguardian-RumbleModUIPlus-1.0.2 icon

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-0.7.1 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.1
Baumritter-RumbleModUI-2.1.2 icon
Baumritter-RumbleModUI

Adds a pop-up window for centralized management of mod settings

Preferred version: 2.1.2

README

RumbleModUIPlus

Photo

Github Changelog Thunderstore

What is this?

Adds stuff for devs to RumbleModUI.

Instructions

  1. Install MelonLoader
  2. Run RUMBLE without mods
  3. Drop Mods from .zip into RUMBLE's installation folder
  4. Install RumbleModUI
  5. 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 with new 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 with new RumbleModUIPlus.Mod. Next, where you specify ModVersion, also specify ModFormatVersion (i.e. mod.ModFormatVersion = "1.0.0").
  • AddToListAtStart, AddToListAtIndex, AddDescriptionAtStart, and AddDescriptionAtIndex are available.

Help And Other Resources

Get help and find other resources in the Modding Discord

CC0-1.0 License

CHANGELOG

v2.0.0

  • All of RumbleModUI.Mod's calls to MelonLogger.Msg are replaced with MelonLogger.Warning
  • RumbleModUI.Mod.GetFromFile optimized with some issues fixed.
    • No longer loads stuff that is marked as DoNotSave.
    • Fixed the system that finds which setting is on a line.
  • 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