KopperLib
KopperLib is a shared library developed for the PokeRider ecosystem, containing reusable systems for Pokémon mounting, camera control, model/bone handling, and mod compatibility.
It moves common functionality out of PokeRider into a dedicated library, making these systems easier to maintain and reuse across related mods.
Features
🦴 Bone Anchor System
- Handles dynamic bone detection and positioning for Pokémon models.
- Supports named bone lookup, fallback detection, and locating specific points such as wing tips.
- Used by PokeRider for mounting and flight-related model positioning.
🎥 Camera Systems
- Shared camera state and camera compatibility handling.
- Provides compatibility with third-party camera and perspective mods.
- Designed to prevent camera systems from fighting over player perspective and camera positioning.
🔌 Mod Compatibility
- Provides bridges and shared interfaces for integrating with external camera and gameplay mods.
- Allows PokeRider to temporarily control camera behavior when required, while restoring the previous state afterward.
🧩 Shared PokeRider Systems
- Contains reusable code extracted from PokeRider to keep the main mod smaller and easier to maintain.
- Provides common infrastructure used by PokeRider's mounting, flight, animation, and camera features.
For Developers
KopperLib is primarily an internal shared dependency for mods in the Kopper ecosystem. It does not add a major gameplay feature by itself; instead, it provides the underlying systems required by mods such as PokeRider.
Required by PokeRider 1.6.0+
Install KopperLib alongside PokeRider.
