You are viewing a potentially older version of this package.
View all versions.
CustomDoorKey
Customizable key that enables the opening of doors, supporting key consumption.
Date uploaded | 6 months ago |
Version | 0.2.0 |
Download link | AOPK-CustomDoorKey-0.2.0.zip |
Downloads | 67 |
Dependency string | AOPK-CustomDoorKey-0.2.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2201README
CustomDoorKey
- 一个可以设置所有可以打开的门添加指定钥匙和消耗钥匙与自动关门,支持古怪数据库克隆预制件门的更改.
特征
设置指定门自动关闭时间
## 设置门的自动关闭时间,格式为门名称:时间(秒),多个门用分号分隔,例如:sunken_crypt_gate:60;another_door:30
门自动关闭时间=sunken_crypt_gate:60
设置钥匙绑定门:
## 填写门与钥匙的项目ID逗号分割,多个用分号分隔,示例:[wood_door,Wood][服务器同步]
绑定门钥匙 = wood_door,Wood
添加钥匙开启后销毁钥匙
## 填写数值将在开门时从库存中移除相应数量的钥匙,0为不消耗 [服务器同步]
消耗钥匙数量 = 2
支持服务器同步锁定
## [仅限服务器] 配置被锁定,一旦从服务器同步,客户端就无法更改。 仅对服务器配置有效,对客户端没有影响。 [服务器同步]
配置锁定 = true
使用 BepInEx安装
- 将CustomDoorKey.dll复制到 BepInEx/plugins 文件夹中,运行一次生成配置文件。
CHANGELOG
0.2.0
- 添加设置项设置指定门的自动关闭时间
0.1.2
- 修复古怪数据库克隆预制件与实例化的门无法更改和错误问题
0.1.1
- 修复找不到预制件出现的异常和热加载配置文件问题