Skip to content

Template for Stardew Valley mods using the SMAPI and Nexus mod loader

Notifications You must be signed in to change notification settings

stebaker92/stardew-mod-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stardew Valley Mod Template

A template for Stardew Valley mods using SMAPI v4

Usage

  • Set the mod name & author in manifest.json
  • Add your mods logic to the Entry function within the ModEntry class
  • Update the GamePath property within Stardew.ModTemplate.csproj

Publishing mods

  • Set the version in manifest.json
  • Build the project via Visual Studio or the dotnet CLI
  • Find the generated .zip file located in the bin/Debug/ directory
  • Upload the zip file to the Nexus portal
  • Done!

Resources

See the Stardew Valley wiki for SMAPI usage:

https://stardewvalleywiki.com/Modding:Index#Creating_mods

About

Template for Stardew Valley mods using the SMAPI and Nexus mod loader

Topics

Resources

Stars

Watchers

Forks

Languages