You are viewing a potentially older version of this package. View all versions.
Kai09TA-AutoPurgeValuables-1.0.0 icon

AutoPurgeValuables

Automatically removes unnecessary valuable objects during the final round.

By Kai09TA
Date uploaded 7 months ago
Version 1.0.0
Download link Kai09TA-AutoPurgeValuables-1.0.0.zip
Downloads 31
Dependency string Kai09TA-AutoPurgeValuables-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2100

README

# 🌐 **ENGLISH**

## **Overview**

Auto-PurgeValuables is a simple utility mod that automatically removes all **valuable objects (ValuableObject)** when the mission enters the **final extraction phase**.

Optionally, you can configure it to remove valuables **immediately after the level is generated**.

## 🔧 **Configuration**

Config file location:


BepInEx/config/Kai.Auto-PurgeValuables.cfg

### **Settings**

| Setting | Default | Description |

| ----------------------- | ------- | ---------------------------------------------------------------------------- |

| PurgeOnLevelGenerated | false | If enabled, valuables are removed right after the level finishes generating. |

| EnableDebugLog | false | Enables logging for debugging purposes. |

## 💬 **Chat Commands**

| Command | Description |

| ------- | ------------------------------------------- |

| /rv | Removes all valuables in the current scene. |

| /RV | Same as /rv (case-insensitive). |

(Host only)


# 🇯🇵 **日本語**

## **概要**

Auto-PurgeValuables は、ミッションが **最終抽出フェーズ** に入った際に、

シーン内の **すべての貴重品(ValuableObject)** を自動で削除する MOD です。

また、ステージ生成直後に貴重品を削除する設定も用意しています。

## 🔧 **設定ファイル**

設定ファイルの場所:


BepInEx/config/Kai.Auto-PurgeValuables.cfg

### **設定項目**

| 設定名 | デフォルト | 説明 |

| ----------------------- | ------- | -------------------- |

| PurgeOnLevelGenerated | false | ステージ生成完了後に貴重品を削除します。 |

| EnableDebugLog | false | デバッグログを有効にします。 |

## 💬 **チャットコマンド**

| コマンド | 説明 |

| ----- | ---------------------------- |

| /rv | 現在のシーンにある全貴重品を削除します。 |

| /RV | /rv と同じです(大文字・小文字は無視されます)。 |

※ ホストのみ使用可能


CHANGELOG

## **1.0.0**

* Initial release of **Auto-PurgeValuables**

* Automatically removes valuables during the final extraction phase

* Optional feature to remove valuables right after level generation

* Added /rv chat command to manually remove all valuables