You are viewing a potentially older version of this package. View all versions.
flumpus-CharmUnlocker-2.0.0 icon

CharmUnlocker

Adds 30 charms from the start of the game. Leaderboard submissions are disabled with this mod active.

Date uploaded 2 months ago
Version 2.0.0
Download link flumpus-CharmUnlocker-2.0.0.zip
Downloads 1760
Dependency string flumpus-CharmUnlocker-2.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Charm Unlocker Mod for Cloverpit

This BepInEx mod allows you to equip 30 charms at once from the game start.

IMPORTANT: Leaderboard uploads are automatically DISABLED when using this mod to prevent cheating.

Installation

  1. Install BepInEx (if not already installed):

    • Download BepInEx from BepInEx releases
    • Extract BepInEx files to your Cloverpit game folder (where Cloverpit is located)
    • Run the game once to generate BepInEx folders
  2. Install the Mod:

    • Copy CharmUnlocker.dll from the un-zipped folder to CloverPit\BepInEx\plugins\
    • If the plugins folder doesn't exist, create it
  3. Run the Game:

    • Launch Cloverpit
    • You should now be able to equip 30 charms at once!
    • Once again, your scores will NOT be uploaded to leaderboards

How It Works (For modders)

The mod uses Harmony to patch two methods:

  1. Charm Limit: Patches GameplayData.MaxEquippablePowerupsGet() to always return 30, allowing you to equip 30 charms instead of the default limit
  2. Leaderboard Protection: Patches GameplayMaster.IsCustomSeed() to always return true, which prevents the game from uploading scores to leaderboards (the game treats modded runs as "custom seed" runs)

Fair Play

The reason this mod automatically prevents leaderboard submissions:

  • Having 30 charms provide an unfair advantage
  • This ensures you can have fun with the mod without affecting competitive leaderboards (even though it is very easy to spoof the leaderboard)

Notes

  • To play competitively again, simply remove the mod from the plugins folder

Version

1.1.0 - Added leaderboard upload protection 1.0.0 - Initial release