LordAshes-RingColorPlugin icon

RingColorPlugin

Allows changing of the faction (ring) color.

Last updated 2 years ago
Total downloads 855
Total rating 0 
Categories Tweaks Networked Tools Integration Minis
Dependency string LordAshes-RingColorPlugin-1.0.1
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.1 icon
LordAshes-AssetDataPlugin

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

Preferred version: 2.0.1
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

README

Ring Color Plugin

This unofficial TaleSpire mod allows setting of a mini's faction color (the color of the ring used to indicated that the mini is selected).

Change Log

1.0.1: Fixed pack URL link
1.0.0: Initial release

Install

Use R2ModMan or similar installer to install.

Usage

Right click on the mini to open the context menu. Select the Ring Color option. Select one of the available colors.

Configuration

The Ring Color plugin comes with a configuration of 10 colors. While more colors cannot be added at this time, the 10 available colors are fully programmable. In the R2ModMan configruation for the plugin each of the 10 colors has a name entry and a value entry. The name entry indicates the name that will be displayed for the color selection (and also the name that is used to look up the corresponding icon). The value entry is a Hex string representing the color. The Hex string is in the format RRGGBB meaning the first two digits are a Hex number between 0 and 255 (FF) for the red component, the next two are a Hex number between 0 and 255 (FF) for the green component and lastly the last two digits are a Hex number between 0 and 255 (FF) for the blue component.

Player's colors don't need to match. When a ring color request is sent out to other players it uses the color specified by the initiating player and ignores the color that the destination player has configured.

When adding a new color, icons for that color can be created by creating PNG file with the name RingColor.png where Color is the color name. For example, RingRed.png. If such a file does not exist, the plugin uses the default icon which is a white icon.

Limitation

Currently this function is available in the main menu and to all users (GM and players). Eventually it is planned to move options to the GM Tools menu where it will only be available to the GM.