Sparroh-ShowBoostValues icon

ShowBoostValues

Shows a preview of boosted upgrade stat values when holding additional details on boostable upgrades.

Last updated 21 hours ago
Total downloads 9
Total rating 0 
Categories Client-Side
Dependency string Sparroh-ShowBoostValues-1.0.0
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

README

Show Boost Values

A BepInEx client-side mod for Mycopunk that previews boosted upgrade stats before you spend resources.

Problem

Boosting an upgrade shifts each rollable property 18% toward the better end of its range, but the game never shows what those new values will be until after you boost. Exotic turbocharge already has a hold-details preview; normal boosts do not.

Solution

While hovering a boostable, not-yet-boosted, non-Exotic upgrade and holding the game's additional details binding (Interact / details):

  • A popup appears next to the hover (same place as exotic turbocharge previews)
  • Header: When boosted:
  • Body: the full boosted stat block, using the game's own roll/boost math so values match what you get after boosting

Exotic upgrades keep their vanilla turbocharge preview. Already-boosted upgrades are unchanged.

Dependencies

  • Mycopunk
  • BepInEx 5.4.2403 or compatible (Mycopunk pack)
  • HarmonyLib (bundled with BepInEx)

Install

Thunderstore / r2modman (recommended)
Install via the Mycopunk mod manager; the package places the DLL under BepInEx/plugins/.

Manual

  1. Build or download ShowBoostValues.dll
  2. Copy it to <Mycopunk>/BepInEx/plugins/

Build

dotnet build --configuration Release

Output: bin/Release/net48/ShowBoostValues.dll

Notes

  • Client-side only — safe in multiplayer (display-only).
  • Hold the details/interact binding to show the boost preview (same gesture as exotic turbo info and [min - max] ranges).
  • Compatible with mods that force additional details on by default (e.g. AlwaysAdditionalDetails).

License

MIT — see LICENSE.