SoGMAPI is an open-source modding framework and API for Secret of Grindea, forked from SMAPI, 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.
-
Load mods into the game.
SoGMAPI loads mods when the game is starting up so they can interact with it. (Code mods aren't possible without SoGMAPI to load them.) -
Provide APIs and events for mods.
SoGMAPI provides APIs and events which let mods interact with the game in ways they otherwise couldn't. -
Provide update checks.
SoGMAPI automatically checks for new versions of your installed mods, and notifies you when any are available. -
Provide compatibility checks.
SoGMAPI automatically detects outdated or broken code in mods, and safely disables them before they cause problems. -
Back up your save files.
SoGMAPI automatically creates a daily backup of your saves and keeps ten backups (via the bundled Save Backup mod), in case something goes wrong.
Most of the documentation available for SMAPI should also work for SoGMAPI as this is a fork with the same structure, same installer and same modding API.
Have questions? You can ask me on GitHub or send me an email.