You are viewing a potentially older version of this package.
View all versions.
ModSettingsMenu
Mod Settings menu. It parses and manages mod configurations (.cfg files) dynamically from the BepInEx/config folder.
| Date uploaded | a day ago |
| Version | 1.0.0 |
| Download link | snk-ModSettingsMenu-1.0.0.zip |
| Downloads | 7 |
| Dependency string | snk-ModSettingsMenu-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
Mod Settings Menu
A BepInEx plugin for Sineus Arena that injects a customized Mod Settings menu directly into the game's settings panel. It parses and manages mod configurations (.cfg files) dynamically from the BepInEx/config folder.
Features
- Seamless Injection: Injects a "Mod Settings" button mathematically positioned between the "Apply" and "Defaults" buttons in both Lobby settings, Pause settings, and the Main Menu.
- Dynamic Config Handling: Automatically scans BepInEx configurations.
- Active Mod Filtering: Only displays settings for mods that are currently loaded in the game session (filtered using BepInEx PluginInfo).
- Responsive Layout: Designed with a clean, dynamic IMGUI overlay style which automatically wraps descriptions, prevents text overlap, and supports vertical scroll.
- Zero Input Leakage: Disables active GraphicRaycaster components and captures Escape key close events so background settings menus don't receive mouse/keyboard click-throughs.
- Persistent Pause: Keeps the game paused in the background when configuring mods in the in-game pause screen.