FlawTECH / CWissKnife

Mod for the game Content Warning adding "Cheat" features
MIT License
0 stars 1 forks source link

Missing assemblies when building from source #6

Closed Raekh closed 2 months ago

Raekh commented 2 months ago

The following assemblies are missing when trying to build:

FlawTECH commented 2 months ago

Hi, you need to add these assemblies to the project yourself (for copyright reasons, I cannot publish these binaries on Github). These assemblies can be found in the game's installation folder. By default, on Windows, they can be found in C:\Program Files (x86)\Steam\steamapps\common\Content Warning\Content Warning_Data\Managed. If you want minimal effort, I advise you put them where they are expected, in $PROJECT_DIR\libs. Otherwise, you would have to edit the .csproj file to point to the correct location.