A template for creating a C# Outward Mod.
- Either clone/download the repository with Git or GitHub Desktop, or simply download the code manually.
- Open
src/OutwardModTemplate.sln
with any C# IDE (Visual Studio, Rider, etc) - Open the
Plugin.cs
file and follow the instructions - When you're ready, build the solution. It will be built to the
Release
folder (next to thesrc
folder). - Take the DLL from the
Release
folder and put it in theBepInEx/plugins/
folder. If you use r2modman, this can be found by going into r2modman settings and clicking onBrowse Profile Folder
.
For further help, see the Outward Modding Wiki, or join the Outward Modding Discord.