热沉积

热沉积

Valheim 快速存放控制、可选悬停提示、组合锁定快捷键、匹配存储分配、受保护槽位和逐项通知。

[b]HotDeposit 为 Valheim 添加了类似 Grounded 的存储存入功能。[/b]
[heading]默认按键[/heading]
两种存入操作默认都绑定到 [b]H[/b]。
[code][02 - Hotkeys]
EnableKeyBinds = true
AllDeposit = H
HoveredChest = H
LockKeybind = LeftAlt + Mouse0[/code]使用共享的 [b]H[/b] 键时:
[list]
[]当鼠标悬停在符合条件的玩家建造的箱子时,H 使用悬停箱子操作;[/]
[]当没有悬停在箱子上时,H 使用普通的全部存入。[/]
[/list][heading]组合锁定按键[/heading]
旧的分开的
[code]LockModifierKey[/code] 和
[code]LockMouseButton[/code] 设置已替换为一个 BepInEx 快捷键:
[code]LockKeybind = LeftAlt + Mouse0[/code]快捷栏以及自动保护的 BetterArchery / EquipmentAndQuickSlots 物品仍然不可锁定。
[heading]悬停提示开关[/heading]
[code][03 - Storage]
ShowHoverPrompt = true[/code]将其设置为
[code]false[/code] 以从箱子悬停文本中隐藏额外的 HotDeposit 行。
这只会隐藏:
[code][H] Hot Deposit All[/code]或:
[code][H] Hot Deposit[/code]它不会禁用 H 存入操作。
[heading]完整配置[/heading]
[code][01 - General]
Enabled = true

[02 - Hotkeys]
EnableKeyBinds = true
AllDeposit = H
HoveredChest = H
LockKeybind = LeftAlt + Mouse0

[03 - Storage]
DepositDistance = 10
IgnoreHotbar = true
IgnoreEquipped = true
HoveredChestDepositAll = true
ShowHoverPrompt = true

[04 - Item Lock]
ShowLockIcon = true

[05 - Notifications]
ShowDepositPopup = true[/code][heading]版本[/heading]
[b]1.0[/b]

[b]THIS MOD WAS MADE WITH AI[/b]