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 | 20 hours ago |
| Version | 0.3.0 |
| Download link | MonkSilly-WKLib-0.3.0.zip |
| Downloads | 349 |
| Dependency string | MonkSilly-WKLib-0.3.0 |
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 (Beta)
A development library (acting as a mod) designed to streamline mod creation for White Knuckle. This is a early release — expect bugs and breaking changes.
Disclaimer
- Beta 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 ✅
- Playing Sounds ✅
- Loading Custom Asset Bundles ✅
- Loading Custom Regions/Subregions ✅
- Creating Custom UI Elements ✅
- 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
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
UI Library Release - 0.2.1
- A fully functioning UI Library has been added by one-nora(prideunique)
Fix Release - 0.2.2
- Fixed loading of the plugin & UI
- Fixed error on Scene Loaded
Fix Release - 0.2.3
- Changed config system default saving folder location
- Fix configs not saving as jsons
Input & Config Update Release - 0.3.0
- Remade Input Manager by one-nora
- Remade Config Manager by one-nora
- UI Fixes
- Audio Manager & Functions by Ikeiwa