RJs_REPO_Mods-ValuableTracker icon

ValuableTracker

Adds a real-time HUD to track extracted vs lost items.

Last updated 9 hours ago
Total downloads 473
Total rating 0 
Categories Mods Client-side
Dependency string RJs_REPO_Mods-ValuableTracker-1.0.3
Dependants 0 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2100 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2100

README

Valuable Tracker

Valuable Tracker is a client-side utility mod for R.E.P.O. that adds a real-time HUD to track loot during your run. It solves the mystery of "Did I lose that item, or did it count?" by distinguishing between items extracted via the tube and items lost to the void. This also helps if you are aiming to collect all the valuables in the level.

Features

  • Real-Time Counter: Displays Items: X / Y on your HUD, showing exactly how many valuables are currently on the map versus how many you have successfully extracted.
  • Loss Detection: Instantly updates to show a red "Lost: Z" counter if a valuable falls off the map or is destroyed without being sold.
  • Smart Positioning: Automatically detects if other mods (like MapValueTracker) are occupying the HUD slot and adjusts its position down to prevent overlapping text.
  • Extraction Confirmation: Uses a smart "Receipt System" to ensure items sucked into the extraction tube are correctly counted as success, even if they are destroyed instantly by the game engine.
  • Completionist Indicator: Text turns Green when you have successfully extracted 100% of the remaining items on the map.

Recommended Companions

While this mod works perfectly on its own, it pairs beautifully with these mods to give you a complete HUD information suite:

  1. Map Value Tracker by Tansinator
    • Tracks the total dollar value of the loot, while this mod tracks the count.
  2. LevelNumberUI by ironbean
    • Displays the current Level Number on the HUD (as seen in the screenshots).

How It Works

The mod hooks into the game's RoundDirector. When the level generates, it scans all ValuableObjects.

  • When you throw an item in the tube, the mod intercepts the sale event and marks the item as Extracted.
  • If an item is destroyed (falls into the abyss) without that extraction event, the mod marks it as Lost.

Manual Installation

  1. Install BepInEx: Download and install BepInExPack for R.E.P.O.
  2. Download Mod: Download the ValuableTracker.zip file.
  3. Extract: Unzip the file and copy ValuableTracker.dll.
  4. Place File: Paste the dll into your game's plugin folder:
    • \steamapps\common\R.E.P.O\BepInEx\plugins\
  5. Launch: Run the game.