SetInjectionFlagPlugin
Allows players to flag that mods are installed for BouncyRock
| Last updated | 6 minutes ago |
| Total downloads | 51163 |
| Total rating | 5 |
| Categories | Tools |
| Dependency string | brcoding-SetInjectionFlagPlugin-3.3.3 |
| Dependants | 212 other packages depend on this package |
This mod requires the following mods to function
bbepisTaleSpire-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.22README
Set Injection Flag Plugin
This is a plugin for TaleSpire using BepInEx. This plugin lets BouncyRock developers know that logs being generated are from vanilla or modded instances.
Install
Easiest way to install this is via R2Modman
Usage
Just install, this will automatically update TaleSpire so the devs know you are doing modding work.
How to Compile / Modify
Open SetInjectionFlagPlugin.sln in Visual Studio.
Build the project (Now using Nuget for package dependency).
Browse to the newly created bin/Debug or bin/Release folders and copy the SetInjectionFlagPlugin.dll to Steam\steamapps\common\TaleSpire\BepInEx\plugins
Changelog
* 3.3.3 Fixed an issue where a DependencyUnityPlugin could be called to destroy multiple times.
* 3.3.2 DependencyUnityPlugins are now used to subscribe when those are destroyed too if/when appended to the mod list.
* 3.3.1 Changed Destroyed Action to public for compatibility with other/future mods.
* 3.3.0 Implement DependencyUnityPlugin to manage dependencies better. Fixed some minor issues with the mod list UI.
* 3.2.0 Re-implemented the UI Mod List. This is now dynamically updated when mods are added/removed from the list.
* 3.1.0 Added ConfigurationAttributes to allow extra information to be appended to configs and usable for ConfigManager in the future
* 3.0.0 Recompile to keep up to date, no feature changes.
* 2.6.0 Logging upgrade, Migrate to use BepInEx logging framework instead
* 2.5.2 Seats Fix
* 2.5.1 TaleWeaver Lite Fix
* 2.5.0 Updated build, depenencies and to use the most up to date Talespire dlls for compatibility.
* 2.4.3 bump version and fix wrapping
* 2.4.2 Test deploy using pipeline
* 2.4.1 Updating package details and dependency
* 2.4.0 Package released on Github and Nuget
* 2.4.0 Framework upgrade from 4.7.2 Tool to 4.8 SDK
* 2.3.6 Update repository, working on dynamic Nuget hosting and deployment.
* 2.3.5 Streamline scene UI
* 2.3.1 Fix Breaking Changes
* 2.3.0 Thunderstore Release