Skip to content

art0007i/CustomUILib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomUILib

A ResoniteModLoader mod for Resonite that allows modders to easily add custom inspector ui to components which don't have any by default.
To use simply call the CustomUILib.AddCustomInspector function (I recommend using the generic version).
For an example on how to use this just check Example.cs If a component already implements ICustomInspector don't use this mod with it, instead just patch that components BuildInspectorUI function.

This image demonstrates what the Example.cs file produces.
image of example

Installation

  1. Install ResoniteModLoader.
  2. Place CustomUILib.dll into your rml_mods folder. This folder should be at C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you.
  3. Start the game. If you want to verify that the mod is working you can check your Resonite logs.