A collection of templates for creating mods for the RedLoader and Sons of the Forest.
- Install the template using
dotnet new install RedLoader.Templates
- Create a new project using
dotnet new sotfmod -n {ModName} -g {GameDir} -o {OutputDir}
Example
dotnet new install RedLoader.Templates
dotnet new sotfmod -n MyMod -g "F:\SteamLibrary\steamapps\common\Sons Of The Forest" -o MyMod