/RedLoader.Templates

Mod templates for the RedLoader and Sons of the Forest

Primary LanguageC#Apache License 2.0Apache-2.0

RedLoader mod templates

A collection of templates for creating mods for the RedLoader and Sons of the Forest.

How to use

  1. Install the template using dotnet new install RedLoader.Templates
  2. 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