You are viewing a potentially older version of this package. View all versions.
HolloFox_TS-Door_Controlled_Hide_Volumes-1.2.0 icon

Door Controlled Hide Volumes

This is a mapping Tool to link doors and HideVolumes

Date uploaded 7 months ago
Version 1.2.0
Download link HolloFox_TS-Door_Controlled_Hide_Volumes-1.2.0.zip
Downloads 31
Dependency string HolloFox_TS-Door_Controlled_Hide_Volumes-1.2.0

This mod requires the following mods to function

bbepisTaleSpire-BepInExPack-5.4.22 icon
bbepisTaleSpire-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.22
brcoding-SetInjectionFlagPlugin-3.4.1 icon
brcoding-SetInjectionFlagPlugin

Allows players to flag that mods are installed for BouncyRock

Preferred version: 3.4.1
HolloFox_TS-RadialUIPlugin-3.1.3 icon
HolloFox_TS-RadialUIPlugin

This is a developer tool based package used to manage and configure Radial UI Menus.

Preferred version: 3.1.3

README

Door Controlled Hide Volumes

GM side tool that allows linking of doors to reveal/hide hide volumes when they are opened.

Install

Currently you need to either follow the build guide down below or use the R2ModMan.

Usage

In GM Mode you will find an extra button in the Radial menu for Doors and Hide Volumes. First you select a door via the Radial Menu. After that you can interact with hide volume(s) and click "Show On Door open". This will link the door to the hide volume. You can remove the linking the same way but clicking "Remove Show On Door Open". By default closing doors won't hide Hide Volumes. You can enable this feature in the config for the plugin under org.HF.plugins.HVE.cfg - "Hide On Close" and set the value to true. By default this is false.

Shoutouts

Shoutout to my past Patreons and Discord members, recognising your mighty support and contribution to my caffeine addiction:

CHANGELOG

  • 1.2.2: migrate to DependencyUnityPlugins<T> to allow enable/disable the plugin without uninstalling it via chainloader
  • 1.2.1: Bump SetInjectionFlag and RadialUI package version
  • 1.2.0: Added dynamic unpatch support via DependencyUnityPlugin
  • 1.1.0: Official Repository Release, Implemented deployment pipelines. Updated Documentation.
  • 1.0.0: Initial release