AutoCloseDoors
Automatically close opened doors. Server only mod.
Last updated | a year ago |
Total downloads | 4365 |
Total rating | 1 |
Categories | Server Mods Gloomrot Update |
Dependency string | p1xel8ted-AutoCloseDoors-1.1.0 |
Dependants | 1 other package depends on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_V_Rising
BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.668.5deca-VampireCommandFramework
Command framework for developers to easily create universal commands for their plugins.
Preferred version: 0.8.0README
Auto Close Doors (Server-Only)
Original mod by Kaltharos. Ported to Gloomrot by p1xel8ted.
Feature
- Auto-close doors after a certain amount of time.
Installation
- Install BepInExPack V Rising
- Install Bloodstone API
- Install VampireCommandFramework
- Place the
AutoCloseDoors.dll
,Bloodstone.dll
&VampireCommandFramework.dll
files into your(VRising server folder)/BepInEx/plugins
folder. - Done!
Removal
If your server is on Windows or can be shut down properly, all you need to do to remove the mod is shut down your server and delete the DLL.
If your server is on Linux, or can't be shut down properly:
- Make sure to change the config of
Enable Uninstall
totrue
. - Restart your server, and then execute the uninstallation command
~autoclosedooruninstall
. - After the uninstallation is complete, shut down your server and remove the DLL.
Config
-
Enable Auto Close Doors
[defaulttrue
]
Switch on/off auto close for doors. -
Auto Close Timer
[default2.0
]
How many seconds (s) to wait before the door is automatically closed. -
Always Auto Close Doors
[defaultfalse
]
When this is set to false, doors will not automatically close if the castle is decaying, under attack, or being sieged. -
Enable Uninstall
[defaultfalse
]
Do not enable for better performance on the server.
This uninstallation method is only required on servers that can't shut down properly, like VRising on Linux Wine.
On Windows, servers can be shut down properly, and all doors are by default reverted back to normal on server shutdown. -
Uninstall Command
(~autoclosedooruninstall
)
Chat command to uninstall the mod. Only work if "Enable Uninstall" is set to true & the user is an Admin (adminauth).
Commands
autoclosedooruninstall
Revert all doors in the game world to not close automatically.
Known Issues
- When doors are built for the first time, the user will need to open the door twice for the door to open.