GithubHelp home page GithubHelp logo

becks723 / zaneyork-smapi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zaneyork/smapi

0.0 0.0 0.0 21.5 MB

The modding API for Stardew Valley.

Home Page: https://smapi.io/

License: GNU Lesser General Public License v3.0

Shell 0.59% JavaScript 1.96% Smalltalk 0.01% C# 94.46% PowerShell 0.37% CSS 0.79% HTML 1.80% Batchfile 0.04%

zaneyork-smapi's Introduction

SMAPI is an open-source modding framework and API for Stardew Valley that lets you play the game with mods. It's safely installed alongside the game's executable, and doesn't change any of your game files. It serves seven main purposes:

  1. Load mods into the game.
    SMAPI loads mods when the game is starting up so they can interact with it. (Code mods aren't possible without SMAPI to load them.)

  2. Provide APIs and events for mods.
    SMAPI provides APIs and events which let mods interact with the game in ways they otherwise couldn't.

  3. Rewrite mods for compatibility.
    SMAPI rewrites mods' compiled code before loading them so they work on Linux/macOS/Windows without the mods needing to handle differences between the Linux/macOS and Windows versions of the game. In some cases it also rewrites code broken by a game update so the mod doesn't break.

  4. Intercept errors and automatically fix saves.
    SMAPI intercepts errors, shows the error info in the SMAPI console, and in most cases automatically recovers the game. That prevents mods from crashing the game, and makes it possible to troubleshoot errors in the game itself that would otherwise show a generic 'program has stopped working' type of message.

    SMAPI also automatically fixes save data in some cases when a load would crash, e.g. due to a custom location or NPC mod that was removed.

  5. Provide update checks.
    SMAPI automatically checks for new versions of your installed mods, and notifies you when any are available.

  6. Provide compatibility checks.
    SMAPI automatically detects outdated or broken code in mods, and safely disables them before they cause problems.

  7. Back up your save files.
    SMAPI automatically creates a daily backup of your saves and keeps ten backups (via the bundled Save Backup mod), in case something goes wrong.

Documentation

Have questions? Come ask the community to get help from SMAPI developers and other modders!

For players

For modders

For SMAPI developers

Translating SMAPI

SMAPI rarely shows text in-game, so it only has a few translations. Contributions are welcome! See Modding:Translations on the wiki for help contributing translations.

locale status
default fully translated
Chinese fully translated
French fully translated
German fully translated
Hungarian fully translated
Italian fully translated
Japanese fully translated
Korean fully translated
Polish fully translated
Portuguese fully translated
Russian fully translated
Spanish fully translated
Thai fully translated
Turkish fully translated
Ukrainian fully translated

zaneyork-smapi's People

Contributors

pathoschild avatar zoryn4163 avatar zaneyork avatar martyrpher avatar clxs avatar shockah avatar atravita-mods avatar jtfinlay avatar gormogon avatar drachenkaetzchen avatar cjbok avatar ishanjalan avatar khloeleclair avatar spacechase0 avatar ebehar avatar tondorian avatar bladeoflight16 avatar maugomes avatar kdau avatar tstaples avatar kurumushi avatar efreak avatar tehpers avatar entoarox avatar nuztalgia avatar tylergibbs2 avatar yonkuma avatar ameisen avatar wartech0 avatar bpendragon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.