-
Notifications
You must be signed in to change notification settings - Fork 4
Modding Resources
CasDragon edited this page Jun 18, 2024
·
12 revisions
- ModKit - A game agnostic toolkit for building Mod UI for unity mod manager based mods. Based on ModMaker.
- BlueprintCore - Fluent API library for modifying Pathfinder: Wrath of the Righteous and validating blueprint configurations.
- Unity Mod Manager Nexus Github - Unity mod loader and manager
- Harmony - Runtime C# patching library. Note: Comes bundled with UMM & Wrath of the Righteous.
- Assembly Publicizer - A commandline based tool to remove private and internal access modifiers
- Publicize Task - An msbuild task to remove private and internal access modifiers
- BubblePrints - A tool for exploring the game blueprints.
- ContextRankConfig Calculator - A spreadsheet to quickly see the output of a given ContextRankConfig.
- Sprite Gallery - Tool for browsing game icons used in Wrath of the Righteous.
- AssetStudio - Tool for exploring, extracting and exporting assets and assetbundles.
- UtinyRipper - Tool for extracting assets from serialized files (CAB-*, *.assets, *.sharedAssets, etc.) and assets bundles (*.unity3d, *.assetbundle, etc.) and conveting them into native Engine format.
- UtinyRipperExporter - A commandline interface for UtinyRipper that provides dummy shaders and stable scriptstub and shader guid exports.
- AssetTools.NET - A .net library for reading and modifying unity assets and bundles based off of the AssetsTools library from UABE.
- UABE - Unity .assets and AssetBundle editor
- Kingmaker Blueprint Dump - Json dump of kingmaker blueprints
- KingmakerDataViewer
- Debug mono libraries - Refer Debugging
- Mac UMM Install guide
- KingmakerHarmony2Template - Modding framework that bundles KingmakerModMaker and helpers.cs from COTW/EA
- MewsiferConsole - Community built replacement for Remote Console with improved performance and expanded functionality
- Remote Console - Official Wrath logging console.
- ContextRankConfig Calculator - Calculator to confirm the value returned by a ContextRankConfig.
Getting Started
[Wrath] Game Structure
- Abilities
- Blueprints
- Blueprint Components