

This unofficial TaleSpire plugin is for adding labels to Hide Volumes and being able to toggle their. visibility from a common group menu without having to select the Hide Volume first.
Lord Ashes' Talespire Plugins (and their source code) are always available for free but if you really want to make a donation to the chocolate fund to keep the work going, you can do so using the following link:
Donate: http://198.91.243.185/TalespireDonate/Donate.php
1.1.1: Added CustomData folder in package. No plugin change.
1.1.0: Added support for remote Hide Volume state manipulation via Asset Data Plugin
1.0.3: Exposed instance of the plugin via Instance() method to allow it to be used as dependency
1.0.2: Added place holder to ensure CustomData sub-folder is created. No plugin change
1.0.1: Bug fix: Exeption no longer thrown if save is done when labels have no been shown
1.0.0: Initial release
Download and install using R2ModMan.
Parameters including the layout of the menu and the size of the labels is configurable using the R2ModMan configuration for the plugin. Default values can be used as is.
Note: Labels are above the hide volumes when in Hide Volume mode.
Vertical Start indicates the pixel position from the top of the screen where the first menu entry will
be positioned for the first and any succesive columns (if multiple columns are used).
Vertical Offset indicates the number of vertical pixel between enties in the menu.
Vertical Count indicates the number menu entries before a new column is started.
Horizontal Start indicates the pixel position from the left of the screen to the left side of the first
column of menu entries.
Horizontal Offset indicates the number of horizontal pixel that are added for each successive column.
Note: These values used here are not check for fit to screen. Setting incorrect settings can make menu entries appear outside the display area of the screen. For example, if Vertical Offset is increased then the Vertical Count needs to be correspondingly decreased otherwise some entries will be off screen.
Vertical Offset indicates the tile distance (not pixel distance) that labels are above the Hide Volume.
Font Size indicates the size of the font that is used to draw the labels.
Hide Volumes can be turned on or off using Asset Data Plugin messages. By writing content to the Asset Data
plugin key org.lordashes.plugins.hidevolumemenu equal to the hide volume name, followed by a comma,
followed by the desired state, the hide volume can be toggled remotely.
For example:
Setting org.lordashes.plugins.hidevolumemenu to Volume1,0 would show the corresponding volume.
Setting org.lordashes.plugins.hidevolumemenu to Volume1,1 would hide the corresponding volume.