RedLoader.Templates
1.2.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install RedLoader.Templates::1.2.1
This package contains a .NET Template Package you can call from the shell/command line.
RedLoader mod templates
A collection of templates for creating mods for the RedLoader and Sons of the Forest.
How to use
- 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
-
net7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.