Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
RemainingValueTracker
Reveals remaining R.E.P.O. valuables after a configurable percent of item count or value has been discovered.
| Last updated | 21 hours ago |
| Total downloads | 783 |
| Total rating | 0 |
| Categories | Tools Valuables Levels |
| Dependency string | DarkSpider-RemainingValueTracker-0.1.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
Remaining Value Tracker
The mod scans valuables at the start of a level, then reveals every remaining undiscovered valuable once the configured discovery threshold is reached.
Config
The config file is generated as BepInEx/config/DarkSpider90.RemainingValueTracker.cfg.
Enable Mod: enables or disables the tracker.Tracking Mode:Valuetracks discovered value,Counttracks discovered item count.Trigger Percent: percent that must be discovered before the rest is revealed. Default is85.Scan Interval: seconds between progress checks.Reveal Hotkey: key used to reveal all remaining valuables manually. Default isF10.Show Message: shows a top-center message when the reveal happens.Message Text: text shown by the reveal message.Debug Logs: writes progress details to the BepInEx log.
Install
Build the project and place RemainingValueTracker.dll in:
BepInEx/plugins/RemainingValueTracker/
Credits / Inspirations
Special thanks to QNCNXW8R and his FindRemainingValuables mod as inspiration.