Modding Resources - WittleWolfie/OwlcatModdingWiki GitHub Wiki

Modding Toolkits

  • 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.

Decompilers

General Tools

  • 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.

Asset Extractors

  • 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 Tools

Wrath Of The Righteous Tools

Guides