SimpleUITweaks
Minimal, configurable HUD/QoL tweaks for Megabonk: scale the UI, toggle HUD elements, add a live DPS and XP texts, and hot-reload settings in-game.
By Maskoliver
| Last updated | 5 days ago |
| Total downloads | 376 |
| Total rating | 2 |
| Categories | Mods |
| Dependency string | Maskoliver-SimpleUITweaks-1.1.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_IL2CPP
BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.
Preferred version: 6.0.738README
SUIT — Simple UI Tweaks for Megabonk
Minimal, configurable HUD/QoL tweaks for Megabonk: scale the UI, toggle HUD elements, add a live DPS and XP texts, and hot-reload settings in-game.
Features
- One-key toggles for common HUD elements (XP bar, timer, level/chest price, kills & gold group, inventory).
- UI scaling of the whole HUD (no restart needed).
- DPS text added under Kills & Gold
- XP text centered inside the XP bar (e.g.,
12,345 / 20,000). - Hot reload config: edit the config file while the game is running and reload instantly.
Installation (Thunderstore / r2modman)
- Open r2modman (or Thunderstore Mod Manager).
- Create/select a Megabonk profile.
- Search for “Simple UI Tweaks” and install.
- Click Start Modded.
No manual file copying needed when using r2modman.
Manual Installation (without a mod manager)
- Install BepInEx
- Ensure BepInEx (IL2CPP) is installed and working. Launch game once to generate folders.
- Copy the mod DLL into r2nodman's plugins folder.
(Ex : ...\r2modmanPlus-local\Megabonk\profiles\Default\BepInEx\plugins) - Launch the game.
In-Game Hotkeys
- Ctrl + ↑ / ↓ — Increase / decrease global HUD Scale
- Ctrl + 1 — Toggle XP Bar
- Ctrl + 2 — Toggle Stage Timer
- Ctrl + 3 — Toggle Level and Chest Price together
- Ctrl + 4 — Toggle Kills & Gold group
- Ctrl + 5 — Toggle Inventory
- Ctrl + R — Hot Reload the config file (pull changes immediately)
- Ctrl + H — Global Hide/Show HUD elements managed by the mod
Configuration
The mod writes a readable config with comments at: You can edit values while the game is running and press Ctrl + R in-game to reload.
Example:
# Simple UI Tweaks (SUIT) configuration
# Edit values, then press Ctrl+R in-game to HOT RELOAD.
[SUIT]
# Global UI scale. Use Ctrl+Up Arrow/Down Arrow to tweak live.
Scale = 1.00
# Global hide/show toggle. Same as pressing H in-game.
Hidden = false
# Top-level toggles (see hotkeys above)
ShowXpBar = true
ShowTimerStage = true
ShowLevel = true
ShowChestPrice = true
ShowKillsAndGold = true
ShowInventory = true
# Inside Kills & Gold group
ShowGold = true
ShowSilver = false
ShowKills = true
ShowDps = true