Skip to content

limtis0/SkulPlayableDracula

Repository files navigation

SkulPlayableDracula

Special thanks to MrBacanudo dracula

Setup premise

$(SkulFolder) is a directory where the game is located on your PC

Setup

Automatic setup

Visit Thunderstore page of this mod and install it with the Mod Manager!

Manual setup

  1. Extract into $(SkulFolder)/2020.3.34 (You will need to create a folder)
  2. Extract into $(SkulFolder)
  3. In $(SkulFolder)/doorstop.ini
    • Set dllSearchPathOverride= to dllSearchPathOverride=2020.3.34
  4. Download (or build it yourself) the mod from "Releases" page and place it to $(SkulFolder)/BepInEx/plugins

Configure

  1. Open the game after installation for the first time. If installation was successful this will create a config file
  2. The config file is located at $(SkulFolder)/BepInEx/config/PlayableDracula.cfg

Build it yourself

Assuming you have .NET Framework 4.7.2 and Visual Studio installed

  1. Clone the project into Visual Studio
  2. NuGet packages should install automatically, if they didn't - do so
  3. Publicize and add Assembly-CSharp and all Plugins... Unity... UnityEngine... .dll files from $(SkulFolder)/SkulData/Managed/ to the references
  4. Build the solution