Techtonica Framework
Core framework providing shared systems for CertiFried mod suite.
Features
Health System
- Machine health management
- Damage handling and processing
- Repair mechanics support
Narrative System
- Dialogue triggering API
- Quest creation helpers
- Custom speaker registration
Equipment System
- Base class for custom equipment
- Vehicle controller framework
- Movement modifiers
Environment System
- Hazard zone management
- Area trigger systems
- Status effect handling
For Mod Developers
This framework provides APIs that other mods can build upon. See the source code for integration examples.
Requirements
- BepInEx 5.4.21+
- EquinoxsModUtils 6.1.3+
- EMUAdditions 2.0.0+
Installation
Install via r2modman or manually place the DLL in your BepInEx/plugins folder.
Changelog
[1.0.0] - 2025-01-05
- Initial release
- Health System module
- Narrative System module
- Equipment System module
- Environment System module