LordAshes-HandoutsPlugin icon

HandoutsPlugin

Adds web and local handouts

Last updated a year ago
Total downloads 2395
Total rating 1 
Categories Tweaks Networked Tools Integration Assets
Dependency string LordAshes-HandoutsPlugin-1.3.3
Dependants 0 other packages depend on this package

This mod requires the following mods to function

bbepisTaleSpire-BepInExPack-5.4.10 icon
bbepisTaleSpire-BepInExPack

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

Preferred version: 5.4.10
brcoding-SetInjectionFlagPlugin-2.3.0 icon
brcoding-SetInjectionFlagPlugin

Allows players to flag mods are installed

Preferred version: 2.3.0
LordAshes-AssetDataPlugin-2.0.2 icon
LordAshes-AssetDataPlugin

Dependency plugin for subscription/notification based data storage and message exchange.

Preferred version: 2.0.2
LordAshes-FileAccessPlugin-1.4.1 icon
LordAshes-FileAccessPlugin

Provides standardized methods for accessing both local file and url resources. Automatically handles searching local folders for assets.

Preferred version: 1.4.1
PluginMasters-Winforms_Patch-1.0.0 icon
PluginMasters-Winforms_Patch

Patch to re-enable winforms

Preferred version: 1.0.0

README

Handouts Plugin

This unofficial TaleSpire plugin which allows web and local handouts (images) to be shared to all clients.

https://youtu.be/sRYln7Gc6Dg

Install

Use R2ModMan to install the plugin.

If you are updating the plugin, you will need to edit the R2ModMan configuration to correct the shortcut keys.

Note: When using local images, all clients must have those images installed locally in a FAP legal location.

Usage

Dialog Based Handouts

Once a board has loaded use the triggering shortcut to activate the Dialog Based Input. This shortcut is configurable in R2ModMan but defaults to LeftAlt+H (for dialog based handout).

This will open a dialog box.

To use web URL type the entire URL. Make sure that the URL starts with HTTP (or HTTPS). To use a local image, type the image name without the path or the extension.

Mini Based Handouts

Once a board has loaded, select a mini.

Use the triggering shortcut to activate the Mini Based Input. This shortcut is configurable in R2ModMan but defaults to LeftCtrl+H (for mini based handout).

If the mini has a Link assigned to it that ends in .BMP, .GIF, .JPG, or .PNG then it is used as the URL for the handout. If the mini does not have an Link or the Link does not end in one of the listed extensions then the URL is created from the File Base configuration where:

{NAME} is replaced with the Mini name. {PLAYER} is replaced withe player.

Typically the Base File can be used to construct the local file name (e.g. {NAME}.Handout.png) or a internet URL (e.g. HTTP://www.fantasyart.ca/LordAshes/{NAME}.png). In most cases, the {NAME} will be part of the Base File to allow the loaded image to be mini specific. In most cases {PLAYER} is not used. However, {PLAYER} is available to be able to make player specific handouts. For example, if some creature has a special sight, you can make a player specific version of the handout.

Change Log

1.3.3: Corrected dependency information in application and manifest
1.3.0: Added support for reading the URL from the mini Link property
1.3.0: Added Base File configuration allowing the creation of the desired file name or URL.
1.2.0: Added Mini based Handouts
1.1.0: Refactored to use File Access to find image files
1.1.0: Refactored to use Asset Data Plugin for distribution
1.0.5: Relinked source code to work with latest BR assemblies
1.0.4: Plugin posted on TaleSpire main page
1.0.3: Expected local images are to be in TaleSpire_CustomData\Images