Overview
lstwoMODS Core is the game independent UI framework of lstwoMODS Wobbly Life. It’s default UI can be toggled with F2.
User Description
lstwoMODS Core adds the UI systems and base Mod Menu functionality, without providing any mods itself.
Features
- UI Overlay Window: An overlay over the game window to display panels. Panels can also be dragged outside the overlay to a different monitor
- Style Editor: Fully customizable colors.
- Macros: Create macros that run multiple actions / change multiple settings on specific triggers (e.g. a hotkey)
Linux compatibility
While the mod should work on most linux distros some overlay related features may not work properly. Check the Configuration page for compatibility options.
Other Info
Check out these pages for more info:
Developer Description
lstwoMODS Core is a C# Unity BepInEx Dear ImGui Mod Menu Framework. It allows you to quickly make mod menus for Unity games (tested on and most compatible with Wobbly Life) and even more complicated Dear ImGui mods. It makes it very simple to make simple mods, while also allowing almost full control over the ui for the more complicated things.
Features
- Mod Menu: APIs for making mods with settings and actions. Allows automatically generating UI (like in the Unity inspector), or custom UI.
- Custom Windows: APIs for making custom ImGui windows (e.g. the Wobbly Life prop spawner)
- Macros: All mods (if declared correctly) are automatically supported by macros.
- Overlay Plugins: If required for complicated UI or other overlay needs, you can add plugins to the overlay itself.