spacehamster / KingmakerGoblinRaceMod

Unlock goblins as a playable race for Pathfinder Kingmaker.
MIT License
3 stars 0 forks source link

Can't compile #1

Open AlexanderBaggett opened 3 years ago

AlexanderBaggett commented 3 years ago

This .sln file has missing many many references. Most of which cannot be found via nuget.

Can you include instructions on how to build the solution in Visual studio? Like at least tell how you built it yourself in the readme or markdown file on the github page.

spacehamster commented 3 years ago

I wrote a guide to help with modding here The problem is likely that you need to tell the IDE where to find the .dll files that come with the game install, as they can vary. Because they're owlcat/unity libraries, they can't be included as a nuget package. Also, references are handled by the .csproj file, not the .sln file.

If you want to copy over the steps for setting up a project from the guide into the readme, feel free to submit a PR.