HolloFox_TS-HandoutsPlugin icon

HandoutsPlugin

By pressing ctrl + p you are able to paste in a publicly accessible URL link to a .jpg or .png. This will be distributed to all players for 10 seconds.

Last updated 2 years ago
Total downloads 538
Total rating 0 
Categories Tweaks Networked Tools
Dependency string HolloFox_TS-HandoutsPlugin-3.0.0
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
HolloFox_TS-Photon_Universal_Plugin_PUP-1.0.3 icon
HolloFox_TS-Photon_Universal_Plugin_PUP

Base plugin used to synchronize mods over photon network. Provides messaging between TaleSpire clients without a need of a private server for mods.

Preferred version: 1.0.3

README

Handouts Plugin

This is a plugin for TaleSpire using BepInEx.

Install

Go to the releases folder and download the latest and extract to the contents of your TaleSpire game folder.

Usage

To share an image URL with other players press crtl+p keys and paste a publicly accessible URL of a jpg or png image. It will be displayed for 10 seconds.

How to Compile / Modify

Open HandoutsPlugin.sln in Visual Studio.

You will need to add references to:

* BepInEx.dll  (Download from the BepInEx project.)
* Bouncyrock.TaleSpire.Runtime (found in Steam\steamapps\common\TaleSpire\TaleSpire_Data\Managed)
* UnityEngine.dll
* UnityEngine.CoreModule.dll
* UnityEngine.InputLegacyModule.dll 
* PhotonUtil (found https://github.com/brajm008/PhotonUtilPlugin)

Build the project.

Browse to the newly created bin/Debug or bin/Release folders and copy the HandoutsPlugin.dll to Steam\steamapps\common\TaleSpire\BepInEx\plugins