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 | a week ago |
Version | 0.0.1 |
Download link | MonkSilly-WKLib-0.0.1.zip |
Downloads | 36 |
Dependency string | MonkSilly-WKLib-0.0.1 |
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: https://monksilly.github.io/wklib
- 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