
UnlockEverything
Unlocks all content in Megabonk - items, weapons, tomes, and characters
Last updated | 18 hours ago |
Total downloads | 73 |
Total rating | 0 |
Categories | Mods |
Dependency string | lukeod-UnlockEverything-1.0.0 |
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.733README
Unlock Everything - Megabonk Mod
Instantly unlock all content in Megabonk.
Features
This mod unlocks:
- All items
- All weapons
- All tomes
- All characters
⚠️ Important Warning
BACK UP YOUR SAVE DATA FIRST!
While this mod doesn't directly modify save files, it changes how the game interprets unlock data. There's a possibility it could cause unexpected issues.
Save data location: %UserProfile%\AppData\LocalLow\Ved\
(e.g., C:\Users\YourName\AppData\LocalLow\Ved\
)
Make a backup of this entire folder before using the mod.
Installation
Via Thunderstore/R2ModMan (Recommended)
- Install the mod through Thunderstore or R2ModMan
- Launch the game through the mod manager
- All content will be unlocked!
Manual Installation
- Ensure BepInEx IL2CPP (6.0.733) is installed
- Copy
UnlockEverything.dll
toBepInEx\plugins\
- Launch the game normally
Configuration
The mod creates a configuration file in BepInEx\config\UnlockEverything.cfg
:
- UnlockAllEnabled (default: true) - Toggle the mod on/off without uninstalling
- DebugLogging (default: false) - Enable to see what's being unlocked in the console
You can edit these settings while the game is running - changes take effect immediately!
How It Works
The mod uses Harmony patches to intercept the game's unlock checking methods:
IsAvailable
- Makes all content appear availableIsPurchased
- Makes everything appear as already purchasedIsAchievementDone
- Marks all achievements as completed- Character selection and challenge visibility checks
Uninstalling
- Remove
UnlockEverything.dll
fromBepInEx\plugins\
- Optionally delete the config file from
BepInEx\config\
Support
If you encounter issues:
- Check that BepInEx is properly installed
- Verify the mod is in the correct folder
- Enable debug logging to see what's happening
- Report issues on the GitHub repository
Credits
- Built using the MEGABONK_SIMPLE_MOD template
- Thanks to the BepInEx and Harmony teams