/WrathDataViewer

Primary LanguageC#MIT LicenseMIT

Data Viewer for Pathfinder: Kingmaker

Download

https://www.nexusmods.com/pathfinderkingmaker/mods/106

Compile

This project depends on ModMaker, you need both repos in the same folder, and a folder called KingmakerLib including the Dll files. The folder structure should look like:

Repos
│
├── KingmakerLib
│   ├── UnityModManager
│   │   ├── 0Harmony12.dll
│   │   └── UnityModManager.dll
│   └── *.dll
│
├── KingmakerModMaker
│   ├── ModMaker
│   │   └── ModMaker.shproj
│   └── ModMaker.sln
│
└── KingmakerDataViewer
    ├── DataViewer
    │   └── DataViewer.csproj
    └── DataViewer.sln