Sparroh-Scoreboard icon

Scoreboard

Hold Caps Lock for a CoD-style multiplayer scoreboard showing roster, loadout, and mission stats.

Last updated 20 hours ago
Total downloads 2
Total rating 0 
Categories Client-Side
Dependency string Sparroh-Scoreboard-1.2.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_Mycopunk-5.4.2403 icon
BepInEx-BepInExPack_Mycopunk

BepInEx pack for Mycopunk. Preconfigured and ready to use.

Preferred version: 5.4.2403
Sparroh-SparrohUILib-1.1.4 icon
Sparroh-SparrohUILib

Shared UI library for Sparroh Mycopunk mods. Provides themed widgets, HUD builders, windows, and resolution-aware layout.

Preferred version: 1.1.4

README

Scoreboard

Hold Caps Lock for a Call of Duty-style multiplayer scoreboard in Mycopunk.

Features

  • Hold-to-show overlay — Caps Lock (configurable)
  • Full lobby roster — name, class icon, gear icons (hover tooltips), alive state
  • Local player highlight — left accent bar and > name prefix
  • Mission stats — core kills, target kills, damage, healing, deaths, revives
  • Compact layout — short panel for ≤4 players; scrolls for larger lobbies (up to 16)
  • Context subtitleMISSION / LAST MISSION / LOBBY, player count, and sync status
  • Multiplayer sync — when other players also run the mod:
    • Unity Netcode named messages (client → host → lobby)
    • Peers without the mod still appear (name/class/gear/ping) with for combat stats
    • Toggle via config Networking.Enabled if needed
  • Ping — synced RTT in snapshot; host local shows 0
  • Hub + mission — works in both; last-mission stats stay visible after extract until the next drop
  • SparrohUILib themed UI

Columns

Column Source
PLAYER Steam name
CLASS Character icon (tooltip = class name)
GEAR Primary / Secondary / Grenade icons (hover for names)
KILLS Enemy cores this mission
TGT Targets killed this mission
DMG Damage dealt
HEAL Healing done
DTH Deaths
REV Revives (repairs)
PING Transport RTT (ms)

Dependencies

  • Mycopunk
  • BepInEx 5.4.2403+
  • SparrohUILib sparroh.uilibrary ≥ 1.1.4

Install

Thunderstore / r2modman: install Sparroh-Scoreboard (pulls UILib).

Manual: place Scoreboard.dll in BepInEx/plugins/ alongside SparrohUILib.dll.

Config

BepInEx/config/sparroh.scoreboard.cfg

Key Default Description
General.Enabled true Master toggle
Networking.Enabled true Sync stats with other Scoreboard users (host must have mod)
Networking.DebugLog false Log hello/stats traffic to BepInEx console
Input.HoldKey CapsLock Hold to show scoreboard

Building

dotnet build --configuration Release

Output: bin/Release/netstandard2.1/Scoreboard.dll

License

MIT — see LICENSE

Source: github.com/Little-Sparroh/Scoreboard