| Date uploaded | 2 weeks ago |
| Version | 1.1.4 |
| Download link | chuxiaaaa-InverseGift-1.1.4.zip |
| Downloads | 427 |
| Dependency string | chuxiaaaa-InverseGift-1.1.4 |
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.2100README
InverseGift 逆传礼物
Only Server-Side Install
仅房主需要安装
Present a gift to the employee who used Inverse Teleport (tools, scrap materials, enemies, or even traps!)
为使用逆向传送的员工送上一份礼物(工具,废料,敌人,甚至陷阱!)
The items will be generated at the location where they were teleported
物品将会生成在他们传送后的地点
hope they like this gift!
希望他们喜欢这份礼物!
InverseGift Config Guide(配置说明)
📂 Config Location(配置文件位置)
Find the file:
找到配置文件:
BepInEx/config/chuxia.InverseGift.yml
All changes apply instantly after saving. Save the file and it works in-game — no restart required.
修改并保存后 实时生效,无需重启游戏。
📦 Items
Items are always given when using Inverse Teleport.
Items 是每次逆向传送都会获得的物品。
Example:
Items:
- Name: proflashlight
Count: "1"
- Name: Shovel
Count: "1"
- Name: giftbox
Count: "1"
🔍 How to find item names(如何查找物品名称)
Use Inverse Teleport once in single-player.
单人模式使用一次逆向传送。
This file will be generated:
会生成文件:
BepInEx/config/chuxia.InverseGiftItems.txt
Example content:
ProFlashlight:FlashlightItem
Shovel:ShovelItem
Use the name before :.
使用 : 前面的名称。
🎲 Gift (礼物盒配置)
Opening a gift box (including naturally spawned ones) will generate the items configured under Items, selected according to the Rarity weight.
打开礼物盒(包括自然生成的)时从配置中根据 Rarity 权重生成 Items 中配置的物品
Example:
Gift:
- Rarity: 5
Items:
- Name: GoldBar
Value: "200"
Count: "3-8"
Message: "<color=yellow>{player}:银行金库!(<color=green>{counts}</color>)</color>"
📊 Rarity (权重)
Higher number = higher chance.
数值越大,概率越高。
💰 Value & Count (价值 & 数量)
Supports fixed or random range:
支持固定值或随机范围:
Value: "100"
Value: "100-300"
Count: "1"
Count: "3-8"
Radius (生成半径)
When spawning multiple objects, they will be evenly distributed in a circle around the spawn position.
当生成多个物品 / 敌人 / 陷阱时,它们会在生成点周围以圆形分布。
Items:
- Name: HoarderBug
Count: "5-10"
Radius: 2
If Radius is not set, the default value is: 0.5
如果未配置 Radius,默认值为:0.5
💬 Message Variables (消息变量)
You can use:
可使用变量:
| Variable | Description |
|---|---|
{player} |
Player name(玩家名称) |
{result} |
Spawned object name(物品名称) |
{values} |
All values(总价值) |
{counts} |
All counts(总数量) |
{value:ItemName} |
Value of specific item(指定物品的价值) |
{count:ItemName} |
Count of specific item(指定物品的数量) |
Example:
Message: "{player} 获得 {count:GoldBar} 根金条 (价值 {value:GoldBar})"
⭐ Special Names(特殊名称)
These names are built-in (case insensitive):
以下为内置名称(不区分大小写):
Null = Empty box(空盒子)
Meteor = Meteor shower(流星雨)
RandomTool = Random store item(随机工具)
RandomScrap = Random scrap(随机废料)
RandomEnemy = Random enemy(随机敌人)
RandomObject = Random trap(随机陷阱)
MaskEvent = Masked event(生化危机)
🧩 Scrap Value(废料价值)
If generating scrap, set Value.
Only Host can see scrap value.
生成废料时可设置 Value(仅主机可见)。
- If both the host and the client have AdditionalNetworking installed, scrap values can be synchronized.
- 主机和客户端都安装 AdditionalNetworking 的情况下废料价值可以同步
Support 支持
-
The thread in the LC Modding Discord Server
QQ群:1060993887,找群主反馈
CHANGELOG
1.1.4
The structure of the configuration file has been modified. Previous configuration files are no longer supported. When using version 1.1.4 or later, please delete the old configuration file.
修改了配置文件的结构,不再支持以前的配置文件,使用1.1.4及以后的版本请删除之前的配置文件
1.1.3
Fix some bugs
1.1.2
Fix some bugs
1.1.1
v73 Compatibility Fix
1.1.0
Fix some bugs
修复一些Bug
1.0.9
Fix some bugs
修复一些Bug
1.0.8
Fix some bugs
修复一些Bug
1.0.7
Fix some bugs
修复一些Bug
1.0.6
Fix for errors caused by generated items without a set value.
修复废料没设定价值导致的异常。
1.0.5
Fix the issue where random items cannot be included in the items gifted through reverse teleportation
修复逆向传送赠送的物品中不能包含随机物品的问题
1.0.4
Fix the issue of configuration file hot reload not taking effect
修复配置文件热重载不生效的问题
Fixed the issue where the entire game did not use a reverse teleporter, resulting in an error message when leaving
修复整局游戏未使用逆向传送器导致离开时会报错的问题
Fix the issue where items with random names are fixed
修复几个随机名称开出的物品会被固定的问题
Now the price of waste materials supports randomization. Use Value1-Value2 to perform randomization. Please ensure that the value is an integer and Value1 < Value2
现在废料价格支持随机了,使用Value1-Value2即可进行随机,请确保价值是整数,并且Value1 < Value2
1.0.3
Fix Scrap with not value bug
修复废料没有价值的bug
1.0.2
Add 4 special names,RandomTool,RandomScrap,RandomEnemy,RandomObject
新增了4个特殊名称
1.0.1
Fix some bugs
修复一些Bug
1.0.0
Initial Release.
发布