bihop-FreeChestsPlus icon

FreeChestsPlus

Makes all chests free. Contains HUD counter fixes for gold and current chest price.

Last updated 12 hours ago
Total downloads 71
Total rating 1 
Categories Mods Tools
Dependency string bihop-FreeChestsPlus-1.0.3
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.738 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.

Preferred version: 6.0.738

README

FreeChestsPlus

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!

📋 Requirements

  • Megabonk (Steam version)
  • BepInEx 6.0.0+ (Unity IL2CPP version)

🔧 Installation

Automatic (Recommended)

  1. Install r2modman or Thunderstore Mod Manager
  2. Search for FreeChestsPlus in the mod manager
  3. Click "Install"
  4. Launch the game through the mod manager

Manual

  1. Download and install BepInEx 6.0.0+ IL2CPP for your game
  2. Run the game once to generate BepInEx folders
  3. Download the latest release of from Thunderstore or GitHub Releases
  4. Extract FreeChestsPlus.dll into BepInEx/plugins/ folder
  5. Launch the game

📝 Building from Source

  1. Clone the repository:

    git clone https://github.com/worldspawn-web/freechests_plus.git
    cd FreeChests
    
  2. Copy required DLLs from your Megabonk installation to libs/ folder:

    • BepInEx/core/BepInEx.Core.dll
    • BepInEx/core/BepInEx.Unity.IL2CPP.dll
    • BepInEx/core/0Harmony.dll
    • BepInEx/core/Il2CppInterop.Runtime.dll
    • BepInEx/interop/UnityEngine.dll
    • BepInEx/interop/UnityEngine.CoreModule.dll
    • BepInEx/interop/Assembly-CSharp.dll
    • BepInEx/interop/Il2Cppmscorlib.dll
  3. Build the project:

    dotnet build
    
  4. The compiled DLL will be in bin/Debug/net472/FreeChestsPlus.dll