Automatic Door Mod — Автоматическая дверь
Automatic Door Mod — модификация которая дает вам возможность автоматически открывать и закрывать двери.
Моды, которые нужно установить для правильный работы
Моды, требующие этот мод
Установка
- Установить BepInEx;
- Разархивируйте «AutomaticDoorMod_x.xxzip» (xxx — версия);
- Скопируйте «AutomaticDoorMod.dll» в «<корневой каталог Valheim> \ BepInEx \ plugins».
Характеристики мода
Автоматически открывает дверь при приближении игрока.
После того, как дверь автоматически откроется, она автоматически закроется, когда игрок уйдет или по прошествии определенного периода времени.
В Crypt функция автоматического закрытия отключена.
Используйте горячие клавиши для включения и отключения мода.
Конфигурация
Пожалуйста, отредактируйте «. \ BepInEx \ config \ muro1214.valheim_mods.automatic_door.cfg»
Подразделение раздела Config было реализовано в v0.2.0. Извините, но, пожалуйста, измените его конфигурацию.
Формат горячих клавиш следующий.
https://docs.unity3d.com/Manual/ConventionalGameInput.html Журнал изменений
## Settings file was created by plugin Automatic Door Mod v0.2.0
## Plugin GUID: muro1214.valheim_mods.automatic_door
## Specify the time in seconds to wait for the door to close automatically.
# Setting type: Single
# Default value: 5
waitForDoorToCloseSeconds = 5
## Obsolete
# Setting type: Single
# Default value: 0
automaticDoorCloseRange = 0
## DOOR DO NOT CLOSE automatically when a player is in range.
## If set to 0, the door will automatically close regardless of distance.
# Setting type: Single
# Default value: 3
automaticDoorCloseRange_Door = 3
## GATE DO NOT CLOSE automatically when a player is in range.
## If set to 0, the door will automatically close regardless of distance.
# Setting type: Single
# Default value: 4
automaticDoorCloseRange_Gate = 4
## IRON GATE DO NOT CLOSE automatically when a player is in range.
## If set to 0, the door will automatically close regardless of distance.
# Setting type: Single
# Default value: 4
automaticDoorCloseRange_IronGate = 4
## Obsolete
# Setting type: Single
# Default value: 0
automaticDoorOpenRange = 0
## When a player is within range, the DOOR will open automatically.
## If set to 0, this feature is disabled.
# Setting type: Single
# Default value: 3
automaticDoorOpenRange_Door = 3
## When a player is within range, the GATE will open automatically.
## If set to 0, this feature is disabled.
# Setting type: Single
# Default value: 4
automaticDoorOpenRange_Gate = 4
## When a player is within range, the IRON GATE will open automatically.
## If set to 0, this feature is disabled.
# Setting type: Single
# Default value: 4
automaticDoorOpenRange_IronGate = 4
## When a player is within range, the CRYPT’S DOOR will open automatically.
# Setting type: Single
# Default value: 4
automaticDoorOpenRange_Dungeon = 4
## If set to true, disables the setting that automatically opens the door when you are inside Crypt.
# Setting type: Boolean
# Default value: true
disableAutomaticDoorOpenInCrypt = true
## If you set this to false, this mod will be disabled.
# Setting type: Boolean
# Default value: true
IsEnabled = true
## Specifies the MOD Key of toggleSwitchKey. If left blank, it is not used.
## If both toggleSwitchModKey and toggleSwitchKey are left blank, the hotkey function will be disabled.
# Setting type: String
# Default value: left alt
toggleSwitchModKey = left alt
## Toggles between enabled and disabled mods when this key is pressed.
## If both toggleSwitchModKey and toggleSwitchKey are left blank, the hotkey function will be disabled.
# Setting type: String
# Default value: f10
toggleSwitchKey = f10
v0.0.1: Первоначальный выпуск
v0.0.2: Отключить мод, когда игрок находится в SunkenCrypt
v0.0.3: Отключить мод, когда игрок находится в склепе -> поддержка как лесного склепа, так и затонувшего склепа
v0.0.4: Добавлены горячие клавиши для включения и отключения мода
v0.0.5: «Исправление» Обнаружение крипты не работает. Спасибо, @turkoid
v0.1.0: Автоматическое открытие двери. Дверь не закроется, когда игрок находится в пределах досягаемости.
v0.2.0: Установите расстояние открытия и закрытия для каждого типа двери. Горячие клавиши можно отключить.
Комментарии могут писать только зарегистрированные пользователи, пройдите быструю регистрацию.