Special thanks to MrBacanudo
$(SkulFolder)
is a directory where the game is located on your PC
Visit Thunderstore page of this mod and install it with the Mod Manager!
- Extract into
$(SkulFolder)/2020.3.34
(You will need to create a folder) - Extract into
$(SkulFolder)
- In
$(SkulFolder)/doorstop.ini
- Set
dllSearchPathOverride=
todllSearchPathOverride=2020.3.34
- Set
- Download (or build it yourself) the mod from "Releases" page and place it to
$(SkulFolder)/BepInEx/plugins
- Open the game after installation for the first time. If installation was successful this will create a config file
- The config file is located at
$(SkulFolder)/BepInEx/config/PlayableDracula.cfg
Assuming you have .NET Framework 4.7.2 and Visual Studio installed
- Clone the project into Visual Studio
- NuGet packages should install automatically, if they didn't - do so
- Publicize and add
Assembly-CSharp
and allPlugins...
Unity...
UnityEngine...
.dll files from$(SkulFolder)/SkulData/Managed/
to the references - Build the solution