You are viewing a potentially older version of this package. View all versions.
ControllerAndHisFriends-AlwaysRetrieveLostItems-1.1.0 icon

AlwaysRetrieveLostItems

Lost and Found box now return 100% of dropped items after a total team wipe. 死了也能在失物箱里取回全部的东西!可以放心送死啦!

Date uploaded 5 months ago
Version 1.1.0
Download link ControllerAndHisFriends-AlwaysRetrieveLostItems-1.1.0.zip
Downloads 5974
Dependency string ControllerAndHisFriends-AlwaysRetrieveLostItems-1.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2304

README

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

  1. Install BepInEx Pack for Mono (v5.4.2304 or newer).
  2. 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 为服务端逻辑。只有房主需要安装,进入房间的其他玩家无需安装即可享受效果。

CHANGELOG

  • v1.0.0: Initial release.
  • v1.0.1: Change BepInEx verison.
  • v1.1.0: Now support configuration file.