SMAPI icon indicating copy to clipboard operation
SMAPI copied to clipboard

The modding API for Stardew Valley.

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

Hey @Pathoschild. This PR implements marking specific assemblies used by mods as "private", which forbids other mods from using them directly, but allows multiple assemblies named the same to co-exist....

enhancement

The [`SMAPI.Toolkit`](https://github.com/Pathoschild/SMAPI/tree/develop/src/SMAPI.Toolkit) and [`SMAPI.Toolkit.CoreInterfaces`](https://github.com/Pathoschild/SMAPI/tree/develop/src/SMAPI.Toolkit.CoreInterfaces) projects contain utilities useful for external tools. However, these projects are not available as NuGet packages. Currently, the only viable option of using these projects is...

SMAPI mods write `config.json` files into the mod folder. This is the usual modding process: ```mermaid flowchart TD 1[Install mod] 2[Run game to generate config.json] 3[Edit config.json] 4[Run Game] 5{Valid...

**Describe the bug** Double clicking `install on Linux.sh` appears to do does nothing. However, unbeknownst to the user, it starts the installation script in the background and continuously writes outputs...

The last version of SMAPI to support legacy Stardew Valley is 2.11.3. This means that in order to use mods you must rollback your Stardew Valley game version to 1.3.36....

**Describe the bug** A clear and concise description of what the bug is. Provide any other details you think might be relevant here. **To Reproduce** Exact steps which reproduce the...

**Describe the bug** A clear and concise description of what the bug is. Provide any other details you think might be relevant here. **To Reproduce** Exact steps which reproduce the...

**Describe the bug** I used SMAPI a while ago and recently decided to play the game again and updated it. I got the latest version (3.18.6) from the website and...

**Describe the bug** I am unable to launch the game using SMAPI. I have re-installed and verified all the files from Steam. There are no mods installed except for internal-mods,...