This package has been deprecated and may no longer be maintained. We recommend looking for an alternative.
REPOS item pawn Fix
Fixes items spawning stuck inside walls, shelves or map geometry in REPO. Automatically nudges objects outward on spawn.📄 README.md(英語 + 日本語)
# REPOS_item_pawn_Fix
Fixes an issue where items spawn embedded inside walls, shelves, or other map geometry in REPO.
Automatically detects stuck objects on spawn and gently nudges them outward until they are free.
---
## ✨ Features
- Detects when spawned items are inside colliders
- Pushes them out safely without teleporting
- Lightweight and compatible with all REPO maps
- No configuration required
---
## 📥 Installation
1. Install **BepInExPack** for REPO
2. Download this mod
3. Place the folder `REPOS_item_pawn_Fix` into:
REPO/BepInEx/plugins/
4. Make sure this file exists:
REPO/BepInEx/plugins/REPOSpawnFix.dll
---
# 📘 日本語説明
REPO で **アイテムが壁・棚・地形に埋まってスポーンする問題**を自動修正する Mod です。
スポーン直後のアイテムを判定し、埋まっている場合は外側へ少しずつ押し出して正常位置に戻します。
---
## ✨ 特徴
- 壁や棚に埋まって出てこないアイテムを自動救出
- 位置が大きく飛んだりしない安全処理
- どのマップでも動作
- 設定不要で入れるだけ
---
## 📥 導入方法
1. **BepInExPack** を導入
2. 本 Mod をダウンロード
3. 下記のように配置:
REPO/BepInEx/plugins/REPOSpawnFix.dll
---
## 🧩 Compatibility
- Compatible with other spawn/valuable mods
- Does not overwrite loot tables or spawn rules
---
## 📄 Changelog
### 1.0.0
- Initial release
