Personal Leaderboard
An offline leaderboard that keeps record of your best runs by character.
By mike9k1
| Date uploaded | 8 months ago |
| Version | 0.0.2 |
| Download link | mike9k1-Personal_Leaderboard-0.0.2.zip |
| Downloads | 250 |
| Dependency string | mike9k1-Personal_Leaderboard-0.0.2 |
This mod requires the following mods to function
BepInEx-BepInExPack_IL2CPP
BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.
Preferred version: 6.0.738README
This mod adds an offline leaderboard option that records your personal best runs.
Every time you finish a run with this mod enabled, it will record the character used and the # of enemies killed.
By clicking the "Personal" button on the "Leaderboards", you can view your high score for each character (up to your 10 best characters).
This is the BepInEx version. MelonLoader version will be available on NexusMods
Installation Instructions:
-
Download the mod
-
Install BepInEx 6 to Megabonk
-
Unzip and copy the enclosed "Newtonsoft.Json.dll" into <steamapps>\Megabonk\BepInEx\core
-
Unzip and copy the enclosed "PersonalLeaderboard.dll" into <steamapps>\Megabonk\BepInEx\plugins
CHANGELOG
Version 0.0.3b
- Switched to built-in JSON serializer
- Mod will now dynamically resolve JSON calls at runtime to the correct version
Version 0.0.2b
- Added missing dependency to BepInEx release (BepInEx doesn't include Newtonsoft JSON by default)
Version 0.0.1b
- Initial upload