A mod for Megabonk that not only makes chests free, but also patches the HUD counters of gold and current chest price.
Don't forget to turn off 'Send to Leaderboards' feature in your game settings!
- Megabonk (Steam version)
- BepInEx 6.0.0+ (Unity IL2CPP version)
- Install r2modman or Thunderstore Mod Manager
- Search for
FreeChestsPlusin the mod manager - Click "Install"
- Launch the game through the mod manager
- Download and install BepInEx 6.0.0+ IL2CPP for your game
- Run the game once to generate BepInEx folders
- Download the latest release of from Thunderstore or GitHub Releases
- Extract
FreeChestsPlus.dllintoBepInEx/plugins/folder - Launch the game
-
Clone the repository:
git clone https://github.com/worldspawn-web/freechests_plus.git cd FreeChests -
Copy required DLLs from your Megabonk installation to
libs/folder:BepInEx/core/BepInEx.Core.dllBepInEx/core/BepInEx.Unity.IL2CPP.dllBepInEx/core/0Harmony.dllBepInEx/core/Il2CppInterop.Runtime.dllBepInEx/interop/UnityEngine.dllBepInEx/interop/UnityEngine.CoreModule.dllBepInEx/interop/Assembly-CSharp.dllBepInEx/interop/Il2Cppmscorlib.dll
-
Build the project:
dotnet build
-
The compiled DLL will be in
bin/Debug/net472/FreeChestsPlus.dll