Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 766 Bytes

README.md

File metadata and controls

24 lines (24 loc) · 766 Bytes

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