You are viewing a potentially older version of this package.
View all versions.
WKLib
A modding library, with almost everything you could possibly need
| Date uploaded | 5 days ago |
| Version | 0.0.4 |
| Download link | MonkSilly-WKLib-0.0.4.zip |
| Downloads | 170 |
| Dependency string | MonkSilly-WKLib-0.0.4 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
WKLib (Early Alpha)
A development library (acting as a mod) designed to streamline mod creation for White Knuckle. This is a very early release — expect bugs and breaking changes.
Disclaimer
- Alpha Status: APIs, configuration formats, and behaviors may change without notice.
- Bug Reports: Please report issues Here
Quick Start
- Download and install via Thunderstore or any mod manager, alternatively manually.
- Reference the library in your mod project and configure as needed.
Key Features
- Loading Custom Levels ✅
- Loading Custom Asset Bundles ✅
- Loading Custom Regions/Subregions ✅
- Creating Custom UI Elements ➖ (Implemented, Not Tested)
- Loading Custom Items ❌
( ✅ Implemented • ➖ Implemented, Not Tested • ❌ Not Implemented )
Documentation & Tutorials
- API Reference: (Temporarily Down)
- Guides & Examples: https://github.com/monksilly/WKLib/wiki
Contributing & Support
Contributions are welcome! For discussion, questions, or to help improve the docs, join our Discord server.
CHANGELOG
WKLib Changelog
Very Early Alpha Release - 0.0.1
- Added ability to create custom UI
- Added ability to loads AssetBundles
- Added ability to create Gamemodes, Regions, SubRegions
- Added Caching
- Made Asynchronous
Bugfix Release - 0.0.2
- Fixed Win Screen not being correctly implemented
- Fixed UI persistance
Bugfix Release - 0.0.3
- Fixed inconsistency between slider text value and actual setting value when first being shown
- Fixed dropdown label text not displaying
- Fixed breaking changes in new game update
Maintanence Release - 0.0.4
- Abyss & Parasite mod update, to make it work flawlessly, thanks to contributors