You are viewing a potentially older version of this package. View all versions.
LordAshes-HandoutsPlugin-1.0.3 icon

HandoutsPlugin

Adds web and local handouts (no PUP or ISP dependency)

Date uploaded 5 years ago
Version 1.0.3
Download link LordAshes-HandoutsPlugin-1.0.3.zip
Downloads 254
Dependency string LordAshes-HandoutsPlugin-1.0.3

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-LoggingPlugin-1.0.1 icon
LordAshes-LoggingPlugin

Provides unified logging functionality

Preferred version: 1.0.1
LordAshes-ReflectionPlugin-1.0.1 icon
LordAshes-ReflectionPlugin

Provides reflection helpers to operate using types without needing to reference their assemblies at runtime.

Preferred version: 1.0.1
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.

Place any local images in a TaleSpire_CustomData folder inm your main game TaleSpire folder. This folder is not part of the core game so it may not exist. If it does not, just create it. However, this folder is used by many Lord Ashes plugins so if the folder already exists just copy your images into that folder.

Note: When using local images, all clients must have those images installed locally.

Usage

Once a board has loaded use the triggering shortcut to activate. This shortcut is configurable in R2ModMan but defaults to LeftControl+H (for 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.

Change Log

1.0.3: Expected local images are to be in TaleSpire_CustomData\Images

CHANGELOG

Change Log

2.0.0: Added choice of Forms or Embedded handout
2.0.0: Migrated to Reflection architecture
1.4.0: Updated to use Looging Plugin and better keyboard detection
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