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
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.0.1
Fixed an issue causing Harmony to not patch methods correctly.
Version 1.0.0
Initial upload.
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.