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

Map Value Tracker Plus

Adds a lightweight valuables HUD with in-game settings through REPOConfig.

Date uploaded 2 days ago
Version 1.2.2
Download link Boomer5342-Map_Value_Tracker_Plus-1.2.2.zip
Downloads 5688
Dependency string Boomer5342-Map_Value_Tracker_Plus-1.2.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
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 adds a small valuables HUD that fits into REPO's existing UI.

  • With the map closed, it can show a compact one-line readout.
  • With the map open, it can switch to either a short summary or a full breakdown.

It also works with REPOConfig, so the main settings can be changed in game.

What it tracks:

  • Total map value
  • Remaining value
  • Value in carts
  • Value in haulers

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 switches the map-open HUD between Summary and FullBreakdown.
  • 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 last extraction.
  • 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.