You are viewing a potentially older version of this package. View all versions.
Boomer5342-Map_Value_Tracker_Plus-1.2.1 icon

Map Value Tracker Plus

Fork of Map Value Tracker by Tansinator. Adds a simplified valuables HUD and REPOConfig-friendly in-game settings.

Date uploaded a week ago
Version 1.2.1
Download link Boomer5342-Map_Value_Tracker_Plus-1.2.1.zip
Downloads 15118
Dependency string Boomer5342-Map_Value_Tracker_Plus-1.2.1

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
nickklmao-MenuLib-2.5.3 icon
nickklmao-MenuLib

A library for creating UI!

Preferred version: 2.5.3
nickklmao-REPOConfig-1.2.6 icon
nickklmao-REPOConfig

Edit mod configs in-game!

Preferred version: 1.2.6

README

Map Value Tracker Plus keeps a running total of the valuables in a level and shows that information in a lightweight HUD that fits the current REPO UI.

  • With the map closed, you can keep a compact one-line total on screen.
  • With the map open, the HUD switches to either a short summary or a full breakdown.

The mod works with REPOConfig, so the main settings can be changed in game instead of only through the config file.

Tracked values:

  • Map value
  • Remaining value (Map - Carts - Extraction)
  • Carts value
  • Extraction value
  • Current haul progress

Main settings:

  • Show Closed Map HUD keeps the compact valuables line visible while the map is closed.
  • Closed Map Display chooses whether the closed-map line shows Map or Remaining.
  • Open Map Display chooses Summary or FullBreakdown for the map-open layout.
  • Match Closed Map Position keeps the open-map HUD in the same spot as the closed-map HUD.
  • Position Preset, Custom Offset X, and Custom Offset Y are available for both the closed-map and open-map HUD sections.
  • Hide After Final Extraction hides the valuables HUD after the final extraction is done.
  • Refresh Interval Seconds controls how often the breakdown refreshes during a run.

Credits:

CHANGELOG

- 1.2.2

Added

  • Added a Hauler line to the full breakdown.

Changed

  • Removed the Extraction line from the full breakdown.
  • Removed the Haul line from the summary breakdown.

- 1.2.0

Added

  • Added a Disable config toggle for live in-session performance testing.

Changed

  • Reworked value tracking to use cached game state instead of routine scene-wide scans.
  • Switched cart tracking to registered cart state instead of per-refresh cart discovery.
  • Reduced HUD text and layout churn by only updating when displayed values change.

- 1.1.0

Added

  • Added a compact closed-map HUD and an expanded map-open HUD.
  • Added REPOConfig-friendly in-game settings support.
  • Added MenuLib and REPOConfig package dependencies.

Changed

  • Reworked the valuables HUD to better fit the current REPO UI.
  • Reduced the config surface to focus on the current display, layout, and positioning options.
  • Updated the default HUD position.

- 1.0.3

Changed

  • Improved general performance.

- 1.0.2

Changed

  • Updated config handling.
  • Switched breakdown refresh timing to seconds-based configuration.

- 1.0.1

Added

  • Added configurable refresh intervals and display toggles.

Changed

  • Improved performance with cart component caching and reflection caching.

- 1.0.0

Added

  • Initial fork release as Map Value Tracker Plus.
  • Added breakdown lines for carts, extraction, and remaining value.
  • Added config options for the expanded value breakdown.