

This mod is entirely client-side and does not affect gameplay or networking.
Other players do not need to install it for it to work properly in multiplayer.
A HUD overlay mod for R.E.P.O. that displays live information about the valuable object you're currently holding.
ValuableInspector.dll in your BepInEx/plugins folder💡 Recommended: Install the REPOConfig mod to change these settings directly in-game via a GUI.
Located in:
BepInEx/config/Pxntxrez.ValuableInspector.cfg
Below are all available configuration options.
| Setting | Description | Default |
|---|---|---|
RemoveCloneSuffix |
Remove (Clone) from valuable names. |
true |
RemoveValuablePrefix |
Remove "Valuable" prefix from names. |
true |
CapitalizeNameWords |
Capitalize each word in the item name (e.g., golden apple → Golden Apple) |
false |
| Setting | Description | Default |
|---|---|---|
ShowName |
Show the name of the valuable. | true |
ShowValue |
Show the value range (min–max). | true |
ShowWeight |
Show the weight. | true |
ShowStunInfo |
Show which enemies the item can stun based on weight. | false |
StunInfoPreset |
Choose stun logic preset: Vanilla or Beta. See comparison tables below. |
Vanilla |
| Setting | Description | Default |
|---|---|---|
UIPreset |
UI anchor preset: BottomRight, BottomLeft, TopLeft, TopRight, TopCenter |
TopCenter |
OffsetX |
Horizontal position offset. | 1 |
OffsetY |
Vertical position offset. | 66 |
💡 By default, the UI appears at the top-center of the screen.
You can reposition it using UIPreset, OffsetX, and OffsetY.
| Setting | Description | Default |
|---|---|---|
BoxWidth |
Width of the info box. (Ignored when AutoResize is enabled) |
500 |
BoxHeight |
Height of the info box. (Ignored when AutoResize is enabled) |
225 |
FontSize |
Font size of the info text. (1–60) | 28 |
FontStyle |
Font style (Normal, Bold, Italic, BoldAndItalic). | Bold |
AutoResize |
Automatically resize the box to fit text content. Disables BoxWidth and BoxHeight. | true |
ShadowOffset |
Offset of the text shadow. (Vector2) | 2,2 |
💡 Note: When AutoResize is enabled, BoxWidth and BoxHeight are ignored and the box resizes automatically to fit the text.
| Setting | Description | Default |
|---|---|---|
TextColorR |
Red component of text color. | 255 |
TextColorG |
Green component of text color. | 255 |
TextColorB |
Blue component of text color. | 255 |
BackgroundColorR |
Red component of background color. | 0 |
BackgroundColorG |
Green component of background color. | 0 |
BackgroundColorB |
Blue component of background color. | 0 |
ShadowColorR |
Red component of shadow color. | 0 |
ShadowColorG |
Green component of shadow color. | 0 |
ShadowColorB |
Blue component of shadow color. | 0 |
The mod determines which enemies a valuable can stun based on its weight.
Vanilla (default)| Weight Range | Can Stun |
|---|---|
0.5 – 1.9 |
✅ SHADOW CHILD, SPEWER, RUGRAT, ANIMAL, UPSCREAM, CHEF, HIDDEN |
2.0+ |
✅ All except: DUCK, PEAPER |
Beta| Weight Range | Can Stun |
|---|---|
< 2.0 |
❌ Too light to stun anything |
2.0 – 4.9 |
✅ SHADOW CHILD, SPEWER, RUGRAT, ANIMAL, UPSCREAM, CHEF, HIDDEN |
5.0+ |
✅ All except: DUCK, PEAPER |
⚠️ Exception (both presets):
DUCKandPEAPERcannot be stunned by any valuable, regardless of weight (even 8.0+).
Report bugs, suggest features, or provide feedback:
| Discord Server | Channel | Post |
|---|---|---|
| R.E.P.O. Modding Server | #released-mods |
Valuable Inspector |