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
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
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
-
Install BepInEx (if not already installed):
- Download BepInEx from BepInEx releases
- Extract BepInEx files to your Cloverpit game folder (where
Cloverpitis located) - Run the game once to generate BepInEx folders
-
Install the Mod:
- Copy
CharmUnlocker.dllfrom the un-zipped folder toCloverPit\BepInEx\plugins\ - If the
pluginsfolder doesn't exist, create it
- Copy
-
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:
- Charm Limit: Patches
GameplayData.MaxEquippablePowerupsGet()to always return 30, allowing you to equip 30 charms instead of the default limit - 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