
You are viewing a potentially older version of this package. View Latest Version

A BepInEx mod for R.E.P.O. that reveals nearby valuables at the press of a key.
Press F (configurable) to instantly reveal every valuable item within 10 meters of you — even through walls. Each revealed item pops the game's own discovery indicator (the same one you see when you look directly at a valuable), so it feels completely native. The ability then goes on a short cooldown.
Press F during a level. Valuables within range pop their value for a moment, then the cooldown starts.
Settings are in BepInEx/config/headclef.Observe.cfg or the in-game mod config menu:
| Key | Default | Range | Description |
|---|---|---|---|
| Observe Key | F |
any key | Key to reveal nearby valuables |
| Radius | 10 |
1–50 | Reveal radius in meters |
| Cooldown | 10 |
0–60 | Seconds between uses |
Observe.dll into your BepInEx/plugins folder.├── Observe.cs # Plugin entry point & config
├── Patches/
│ └── ObservePatch.cs # Key polling, cooldown, and valuable reveal
└── README.md
This project is standalone (BepInEx only) and part of the Repo.slnx solution:
dotnet build ../Repo.slnx
This project is licensed under the MIT License — see the LICENSE file for details.