// Management · RimWorld Mod
SpineLib
SpineLib SpineLib is a shared library required by some of CoolNether123's RimWorld mods.
SpineLib
SpineLib is a shared library required by some of CoolNether123's RimWorld mods. It keeps common settings, interface tools, and Harmony support in one place so every mod does not need to include its own copy. SpineLib does not add gameplay content on its own. If another mod lists it as a requirement, subscribe and enable it. Requires Harmony. Load Harmony before SpineLib, then load the mods that depend on it.For players
- Adds no items, buildings, pawns, factions, jobs, or save data.
- Safe to add to an existing save.
- Has no settings page of its own.
- Alt-click features work only in mods that choose to support SpineLib's integration.
For modders
SpineLib provides reusable settings pages, tooltips, input handling, bounded caches, and guarded Harmony patching. Alt-click support is opt in. A mod must connect its controls to SpineLib before Alt-click can open the setting behind them. Source and DocumentationCompatibility
- RimWorld 1.6.
- Not tested with Multiplayer.
- Do not include another copy of Spine.dll in your mod.