Config Manager
Updates the settings tab in TaleSpire to allow users to update Plugin Settings.
Last updated | 5 months ago |
Total downloads | 15944 |
Total rating | 1 |
Categories | Client-side Tools |
Dependency string | HolloFox_TS-Config_Manager-0.17.0 |
Dependants | 9 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.22brcoding-SetInjectionFlagPlugin
Allows players to flag that mods are installed for BouncyRock.
Preferred version: 2.5.1README
Configuration Manager
This plugin provides an update to the settings tab in TaleSpire. This allow users to update plugin configs at runtime without having to restart the entire applications.
Usage
When you open the settings menu in TaleSpire, an extra 4th tab which gathers all plugin config settings to a place that you can alter them. The Following types are supported:
- Numbers
- Text
- Enums (as a dropdown)
- Keyboard Shortcuts (only displays, WIP)
Changelog
- 0.17.0: Debloat config manager. Fix multiple exceptions being thrown
- 0.16.0: Logging Update
- 0.15.0: Seats Update
- 0.14.0: TaleWeaver update
- 0.13.0: Update for symbiote slab release
- 0.12.0: Update for symbiote UI in settings
- 0.11.0: Fix error being thrown on role switch in game.
- 0.10.0: Upgrade to Framework 4.8.0 and Nuget Dependency
- 0.9.10: include callbacks for plugins (this is not covered by Config Manager's Sentry)
- 0.9.8: removed exception throw that was left in 0.9.7
- 0.9.7: Attach version of config manager to sentry.
- 0.9.6: Implementing Sentry (opt-in).
- 0.9.5: Fixed bug where scene change would revert config settings
- 0.9.4: update category
- 0.9.3: use configEditor for string if declared as json.
- 0.9.2: fix text input alignment, updated logging, optimized performance.
- 0.9.1: Update icon (no change)
- 0.9.0: Alpha Release