SMAPI icon indicating copy to clipboard operation
SMAPI copied to clipboard

The modding API for Stardew Valley.

Results 66 SMAPI issues
Sort by recently updated
recently updated
newest added

Consider adding mod pages to smapi.io to show more info like GitHub licenses and per-site versions.

unplanned proposal

Add an API to add/replace cues, and possibly override the game's music selection. Requires Stardew Valley 1.4 (#638).

unplanned proposal

Consider code-signing SMAPI releases to reduce antivirus false positives.

enhancement

Allows for reading update metadata from arbitrary URLs. See example update manifest file [here](https://raw.githubusercontent.com/jltaylor-us/StardewJsonProcessor/default/update-manifest.json). Invoking a local build of SMAPI.Web with the following test data: ```json { "mods": [ {...

enhancement

I just use SMAPI under linux today, but was unable to start the game with SMAPI, i resolved already by looking in GitHub issue. > konsole is the terminal choices...

iTerm2 is widely used as the first-place terminal on MacOS. Modified the unix launcher to make it support to open iTerm2, if iTerm2 is not available, open the system terminal...

Resolves #928. ## Changes - Adds a new dependency to `SMAPI.Toolkit`: `Newtonsoft.Json.Schema` for schema generation. - Adds `GenerateConfigSchema` option to `SConfig` that's set to `false` by default. - Adds `IDataHelper.WriteJsonSchemaFile`...

Automatically finds .zip files in the Mods folder root, and automatically unzips them into the Mods folder.

Add localization for indonesian language. Here for [Indonesia Translation Mod](https://www.nexusmods.com/stardewvalley/mods/1057).

This Analyzer addition contains two new analyzers: 1. AvoidContentManagerBadType * This will trigger when DataLoader can load the given Data asset, and the type is wrong. This is an error...