0 of 0

File information

Last updated

Original upload

Created by

Empio

Uploaded by

Empio

Virus scan

Safe to use

Tags for this mod

About this mod

Basic Visual Studio plugin project set up for easy debugging and to automatically copy builds to the BepInEx/plugins/ folder.

The SaSPluginProjectTemplate zip contains a project template for creating new projects through Visual Studio,
this zip should be copied to your Documents/Visual Studio 20##/Templates/ProjectTemplates/Visual C

Permissions and credits
Changelogs
A minimal Visual Studio project template for writing BepInEx plugins for Salt and Sacrifice.

BepInEx_Plugin_Project.zip is the project the template was created from.

The project is set up as such to be able to run and debug the game from Visual Studio.

Building the project will copy the resulting DLL file (and PDB file if building in Debug) to the BepInEx/plugins/ folder as a post-build event.

You can either extract the BepInEx_Plugin_Project.zip file to your Salt and Sacrifice install folder, which should be located at C:\Program Files\Epic Games\saltandsacrifice\. The project will be in a folder named Dev.

Otherwise you can download SasPluginProjectTemplate.zip and place the zip file itself at Documents/Visual Studio 20##/Templates/ProjectTemplates/Visual C#/. Any projects created from this template should be created in the C:/Program Files/Epic Games/saltandsacrifice/Dev/ folder.

The project is set up with relative reference folders, so moving the project folder or creating projects off the template elsewhere, may cause issues.