π· UBL Framework Overview
The Universal Blueprint Loader (UBL) is a framework that allows actor blueprint mods to dynamically interact with the game. It achieves this by:
- Loading actor blueprint mods into the game.
- Processing custom Blueprint events triggered within mods.
- Handling event logic through UE4SS Lua scripts (UBLScripts).
By combining Unreal Engine Blueprints with the flexibility of Lua scripting, UBL provides a robust system for creating advanced mod interactions previously unattainable.
π₯ Current Features of UBL
UBL currently allows modders to:
- πΉ Change/swap body, face, hair, and cloth meshes
- πΉ Swap Havok assets
- πΉ Swap character movesets
- πΉ Modify blood color and other color properties
- πΉ And moreβ¦
Future updates will expand UBLβs capabilities, making it even more powerful for modding.
π How to Use UBL
π For Users: Installing UBL
π Installation Guide β Step-by-step instructions on how to install UBL into your game.
π For Modders: Using UBL
UBL provides a framework for modders to integrate custom events into their mods.
π Using UBL with Your Mods β A beginner's guide for integrating UBL into your mods.