You are viewing a potentially older version of this package. View all versions.
Midon-AutoCloseDoors-3.1.0 icon

AutoCloseDoors

Mod to automatically close doors after a few seconds.

Date uploaded 6 months ago
Version 3.1.0
Download link Midon-AutoCloseDoors-3.1.0.zip
Downloads 3085
Dependency string Midon-AutoCloseDoors-3.1.0

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.733.2 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.733.2
deca-VampireCommandFramework-0.10.3 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.10.3

README

AutoCloseDoors

Server Only Mod

Server only mod for Auto Close Doors.

Installation

Copy & paste the AutoCloseDoors.dll to \Server\BepInEx\plugins\ folder.

Removal

If your server is on windows or can be shutdown properly, all you need to do is, remove the mod dll, shutdown your server and delete the dll.

If your server is on linux or can't be shutdown properly, make sure to disable the plugin by using the command ".acd disable" before removing the dll. Shutdown your server and remove the dll.

Config

Config
  • Enable Auto Close Doors [default true]
    Switch on/off auto close for doors.
  • Auto Close Timer [default 2.0]
    How many second(s) to wait before door is automatically closed.

Commands

Disable mod

.acd disable

Revert all doors in the game world to not close automatically (admin only).

Enable mod

.acd enable

Enable the mod to close the doors after X seconds (admin only).

Set time

.acd time <seconds>

Changes the auto close timer on the fly (admin only).

Optional ScarletRCON integration

Install ScarletRCON from https://thunderstore.io/c/v-rising/p/ScarletMods/ScarletRCON

Connect your RCON client to the server and you can use the following commands via RCON:

autoclosedoors.disable autoclosedoors.enable autoclosedoors.time <seconds>

Credits

This mod was forked from AutoCloseDoors mod by @Kaltharos.

Deca VampireCommandFramework.

odjit Ideas and some code snippets.

Mark ScarletRCON mod integration

CHANGELOG

3.1.0

  • Some optimizations
  • Updated dependencies
  • Added optional ScarletRCON support for all commands

3.0.1

  • Updated dependencies for VCF
  • Updated dependencies for BepinEx and VCF in thunderstore

3.0.0

  • Initial release for V-Rising v1.1 Oakveil
  • Removed Bloodstone dependency
  • Updated dependencies
  • Added door list refresh, so new built doors will auto close too. Default timer for refresh: every 5 seconds

2.0.2

  • Removed "Always Auto Close Doors" option
  • Added .acd time <seconds> command to change the close timer on thy fly
  • State (enabled/disabled) and timer saved to config if using the commands
  • Added fix for linux/wine servers to use the config values correctly
  • Removed Bloodstone reload function for this mod since it's not necessary due to the commands
  • Bugfixes

2.0.1

  • Thunderstroe release

2.0.0

  • Initial release for V-Rising v1.0 Gloomrot