You are viewing a potentially older version of this package. View all versions.
KingCox22-SBG_LiveLeaderboard-1.0.2 icon

SBG LiveLeaderboard

Adds current hole leaderboard to Super Battle Golf. Also shows how much distance everyone is from the hole.

Date uploaded 4 months ago
Version 1.0.2
Download link KingCox22-SBG_LiveLeaderboard-1.0.2.zip
Downloads 295
Dependency string KingCox22-SBG_LiveLeaderboard-1.0.2

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

SBG-LiveLeaderboard

A BepInEx5 mod to add a current hole leaderboard to Super Battle Golf. Also shows how much distance everyone is from the hole.

TO-DO

Installation

  • Install BepInEx 5
  • Download and drop the SBG-LiveLeaderboard.dll file in the \BepInEx\plugins folder of your Super Battle Golf Installation
  • After opening the game for the first time, you can adjust the number of players shown on the leaderboard in \BepInEx\config\com.kingcox22.sbg.liveleaderboard.cfg

Building for source

set the env variable SUPER_BATTLE_GOLF_PATH to your Super Battle Golf installation directory.

dotnet build

CHANGELOG

1.2.0

  • Uses in game logic for when someone is "Finished"

1.1.1

  • Future Proofing (No Visible Changes)

1.1.0

  • Added some logic to freeze the players on the leaderboard when they have finished the hole. This becomes less accurate the higher your update rate becomes.

1.0.2

  • Future Proofing (No Visible Changes)

1.0.1

  • Reworked logic to be more reliable.
  • Added logic to track ball distance from the flag.

0.9

  • Initial release.
  • Added Live Leaderboard logic.
  • Added distance to the UI since that is how we are calculating position.