You are viewing a potentially older version of this package. View all versions.
mike9k1-Personal_Leaderboard-0.0.2 icon

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-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

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:

  1. Download the mod

  2. Install BepInEx 6 to Megabonk

  3. Unzip and copy the enclosed "Newtonsoft.Json.dll" into <steamapps>\Megabonk\BepInEx\core

  4. 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