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

Map Value Tracker Plus

Fork of Map Value Tracker by Tansinator. Adds map breakdown lines for carts, extraction, and remaining value.

Date uploaded 3 weeks ago
Version 1.0.2
Download link Boomer5342-Map_Value_Tracker_Plus-1.0.2.zip
Downloads 12595
Dependency string Boomer5342-Map_Value_Tracker_Plus-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

This mod shows total value of the valuables on the map and updates in real-time as things break, spawn in, or are extracted. The display is on the right side of the screen a little below the extraction goal.

Is ALWAYS ON and visible by default!

To pull up map value only when pressing the Map button (Tab by default), set 'AlwaysOn' to false.

When the map is open, it can show a breakdown for:

  • Carts value
  • Extraction value
  • Remaining value (Map minus Carts/Extraction)

Can be set to only show the initial map's value and NOT update in real time by setting StartingValueOnly to true.

Configuration variables:

  • AlwaysOn set to true will keep the value always on the HUD. Overrides any other setting like UseValueRatio.
  • StartingValueOnly set to true will keep the Map Value fixed to the level's initially generated value. Will not update value in real time from breaking items, killing enemies, or extracting loot. Should not be used with UseValueRatio set to true.
  • UIPosition is a drop down of UI Position presets along the right side of the screen. Set to Custom and modify CustomPositionCoords to use custom coordinates.
  • CustomPositionCoords is the X and Y position of the UI element. Requires UIPosition to be set to Custom. 0.0,0.0 is bottom right corner. Default UIPosition is 0.0,225.0.
  • ShowBreakdownOnMap enables the breakdown lines when the map is open.
  • ShowCartsValue toggles the carts value line.
  • ShowExtractionValue toggles the extraction value line.
  • ShowRemainingValue toggles the remaining value line.
  • BreakdownUpdateIntervalSeconds controls how often the breakdown values refresh while the map is open. Default is 10 seconds for smoother multiplayer.
  • CartRescanIntervalSeconds controls how often the scene is rescanned for cart components. Default is 10 seconds for smoother multiplayer.
  • ReplaceHudMapWithRemaining replaces the always-on HUD Map line with Remaining.

Credits:

CHANGELOG

1.0.2 Config changes and move to seconds-based refresh. 1.0.1 Performance updates: cart component caching, reflection caching, and configurable intervals/toggles. 1.0.0 Forked as Map Value Tracker Plus. Added breakdown lines for carts, extraction, and remaining value plus config toggles.