Skip to content

mindsetpro/StardewModdingAPI-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

image


StardewModdingAPI-V2

Overview

StardewModdingAPI-V2 is a remake of SMAPI (Stardew Modding API) for Stardew Valley. It provides a framework for developers to create mods for the game.

Compilation

To compile StardewModdingAPI-V2, follow these steps:

  1. Ensure you have the .NET SDK installed on your system. You can download it from here.
  2. Open a terminal or command prompt.
  3. Navigate to the directory where StardewModdingAPI-V2 is located.

Windows

cd StardewModdingAPI-V2
dotnet publish -r win-x64 -c Release

macOS

cd StardewModdingAPI-V2
dotnet publish -r osx-x64 -c Release

Linux

cd StardewModdingAPI-V2
dotnet publish -r linux-x64 -c Release

Table of Contents

  1. Overview
  2. Compilation

Additional Information

For more details on how to use the API and develop mods, please refer to the [official documentation comming soon](coming soon).

Support

If you encounter any issues or have questions, feel free to open an issue on the GitHub repository.


About

a Remake of SMAPI

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages