flumpus-CharmUnlocker icon

CharmUnlocker

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

Last updated 4 days ago
Total downloads 257
Total rating 1 
Categories Charms
Dependency string flumpus-CharmUnlocker-2.0.0
Dependants 0 other packages depend on this package

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