LordAshes-PolymorphPlugin icon

PolymorphPlugin

Adds mini radiam menu access to common mini transformations. Ideal for polymorph spell casters or wild shaping druids.

Last updated 2 years ago
Total downloads 2944
Total rating 1 
Categories Networked Integration Assets Minis
Dependency string LordAshes-PolymorphPlugin-1.1.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-RadialUIPlugin-1.2.3 icon
HolloFox_TS-RadialUIPlugin

This is a developer tool based package used to help devs easily configure UI Radial Menus.

Preferred version: 1.2.3
LordAshes-FileAccessPlugin-1.3.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.3.1
LordAshes-StatMessagingPlugin-1.2.0 icon
LordAshes-StatMessagingPlugin

Adds support for JSON broadcast messages to clients, based on Creature Name synchronization. Use this plugin for any Character Name synchronization to ensure compatability with other plugins.

Preferred version: 1.2.0
LordAshes-CustomMiniPlugin-4.4.0 icon
LordAshes-CustomMiniPlugin

Adds support for an unlimited number of custom minis to TaleSpire. Supports AssetBundle animations and effects. Now uses Stat Messaging for higher compatability.

Preferred version: 4.4.0

README

Polymorph Plugin

This unofficial TaleSpire plugin is for adding dedicated transformations to the mini radial menu. CMP adds a Transformation | Effect entry to the mini radial menu but specifically does not include a entry for transforming minis because such an action will be used very infrequently. However, this is not true for spell caster with spell like Polymorph or Druids using the wild shape ability. This plugin allows you to add up to 10 transformations to the mini's radial menu.

Preview

Change Log

1.1.0: Polymorph is only available to GM and mini owner 1.1.0: Switched to using File Access Plugin 1.1.0: Bug fix for TS update. Moved Plolymorph into root folder. 1.0.0: Initial release

Install

Install using R2ModMan. Expand thecontents of the TaleSpire_CustomData ZIP file into the Tale Spire game directory. Merge the ZIP file contents with any other contents if the folder already exists.

Usage

Transformations first need to be defined in R2ModMan. Open the R2ModMan configuration for the plugin and add at least one transformation name. This is the same content name that would be used if the user was using the CMP Transformation function. Ensure that the correesponding content exists in the Minis folder. If it works using the CMP Transfromation function, it should would using this plugin.

Include only the content name in the configuration (do not include any paths or extensions).

Add an optional icon for each defined transformation. To add a icon, create a 32x32 PNG file with the same name as the content and put it in:

D:\Steam\steamapps\common\TaleSpire\TaleSpire_CustomData\Images\Icons\org.lordashes.plugins.polymorph 

For example, to create a icon for the content 'Tiger' one would create a 32x32 PNG with the following path and file name:

D:\Steam\steamapps\common\TaleSpire\TaleSpire_CustomData\Images\Icons\org.lordashes.plugins.polymorph\Tiger.PNG 

Once the plugin is loaded, right click a mini and select the Transformation icon. Then select the Polymorph icon. This opens a sub-menu with all of the transformations defined in the R2ModMan configuration. If an icon was not provided for some content, it gets the default Polymorph icon.

Select the desired transformation icon to transform the mini into that content.

Limitations

Currently the R2ModMan configuration is a local configuration applied to all minis. As such each client can have a different set of transformations defined and the results will still be correct on all clients. However, it does mean that if a single client uses more than one transforming character, all of the transformations will be available to all minis.

A future version will make the transformations character specific but for one: one set per client.