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

Map Value Tracker

Tracks all valuable items on the map. Updates in real-time.

Date uploaded 5 days ago
Version 1.2.2
Download link Tansinator-Map_Value_Tracker-1.2.2.zip
Downloads 126035
Dependency string Tansinator-Map_Value_Tracker-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

README

This mod will show total value of the valuables on the map and by default updates in real-time as things break, or are spawned in, or extracted. Current position is the right hand 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' and 'UseValueRatio' to false .

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.
  • UseValueRatio set to true will only show the map value when your remaining map value is some ratio, 'ValueRatio', of the current extraction goal. Needs 'AlwaysOn' and 'StartingValueOnly' set to false to be usable.
  • ValueRatio is the ratio of Map value to extraction goal. Ex: Configure 'AlwaysOn' to false, 'StartingValueOnly' to false, 'UseValueRatio' to true, and 'ValueRatio' to 2.0 to have it appear when remaining map value is 2x the current extraction goal.

CHANGELOG

1.2.2 added Config variable 'StartingValueOnly' to not update value tracker in real time and only display the initial map value based on a community request.