Always Retrieve Lost Items
Description
This mod modifies the "Lost and Found" logic to ensure items dropped are returned to the lobby box after a team wipe.
每一个丢失的物品(无论是原本就在地上的还是玩家死亡掉落的)在团灭之后都会回到大厅的失物招领箱里。
Original game logic has a random chance to delete items or cap the number of returned items. This mod removes those limits.
Features
- 100% Recovery Chance: Removes RNG checks. If an item was lost, it comes back. (100% 回收几率,无随机判定)
- Configurable Limits: You can now customize how many items return via the BepInEx config file. (支持通过配置文件自定义回收数量)
- Full Recovery: Currently returns all items detected by the game's tracker, including items manually dropped on the floor. (当前版本会回收所有掉落物,包括玩家手动丢在空地上的物品)
Configuration
After running the game once with the mod installed, a config file will be generated at:
BepInEx/config/com.yourname.alwaysretrievelostitems.cfg
You can adjust the following settings:
- RecoveryChance: Set to
1.0 for guaranteed return.
- ItemsPerPlayerLimit: Set to
999 to recover everything, or 4 to match standard inventory size.
Installation
- Install BepInEx Pack for Mono (v5.4.2304 or newer).
- Place
YapYapLostAndFoundMod.dll into your Steam/steamapps/common/YAPYAP/BepInEx/plugins folder.
Client / Server Info
- Host Only: This mod is server-side. Only the host needs to install it for the effect to apply to everyone in the lobby.
- 仅限房主: 此 Mod 为服务端逻辑。只有房主需要安装,进入房间的其他玩家无需安装即可享受效果。