Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
CustomDoorKey
Customizable key that enables the opening of doors, supporting key consumption.
| Last updated | 2 years ago |
| Total downloads | 456 |
| Total rating | 0 |
| Categories | Mods Server-side Client-side Hildir's Request Update Ashlands Update |
| Dependency string | AOPK-CustomDoorKey-0.2.0 |
| Dependants | 1 other package depends on this package |
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 文件夹中,运行一次生成配置文件。