ItemUnstuck
Detects valuables stuck in world geometry and relocates them to safe spawn slots. Includes optional HUD notifications, shows a valuable's initial (undamaged) value on grab, and can keep valuables invulnerable until first grab.
By TolgaFlashTR
| Last updated | 2 weeks ago |
| Total downloads | 36536 |
| Total rating | 4 |
| Categories | Mods Valuables Server-side |
| Dependency string | TolgaFlashTR-ItemUnstuck-1.0.3 |
| Dependants | 18 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.2304README
ItemUnstuck
Detects valuables that spawn stuck inside world geometry and relocates them to a free valuable spawn slot. Also applies a short invincibility window after spawn.
Features
- Spawn-slot aware relocation: moves stuck valuables to another recorded
ValuableVolumeslot that isn’t occupied - Invincibility window: makes valuables temporarily indestructible right after spawn (configurable)
- HUD notification (optional): shows a message when valuables were relocated
- Value diagnostics: logs baseline total value vs. after-scan totals (helps spot value loss)
- Mid-game spawn detection: automatically detects and relocates valuables that spawn during gameplay (e.g., from BlindBox, enemy drops, containers)
Configuration
Config file:
BepInEx\config\Tolga.ItemUnstuck.cfg
Notable settings:
EnableEnableRelocationScanDelaySecondsHudNotificationsShowInitialValueOnGrabInvulnerableUntilGrabFallThroughRecoveryEnabledRestoreValueToInitialEnableMidGameDetection— detect items spawned after level loadMidGameScanDelaySeconds— delay before checking mid-game spawned items (default: 2.5s)MidGameHudNotifications— show HUD message when mid-game items are relocated
Advanced tuning settings are grouped under sections like:
Advanced.InvulnerabilityAdvanced.StuckDetectionAdvanced.MotionProbeAdvanced.FallThroughAdvanced.DamageFlowAdvanced.RelocationAdvanced.MidGameDetection
Installation
Thunderstore (recommended)
Install with Thunderstore Mod Manager and launch the game.
Manual
- Install BepInEx 5
- Copy the DLL to:
R.E.P.O.\BepInEx\plugins\ItemUnstuck\ItemUnstuck.dll
Dependencies
BepInEx-BepInExPack-5.4.2304
Multiplayer notes
- Relocation runs on the master client to avoid desync.
Special thanks
- teragos — for helping test the mod!