All Projects → Pathoschild → smapi-mod-dump

Pathoschild / smapi-mod-dump

Licence: other
A dump of all compiled SMAPI mods, used for compatibility testing.

Programming Languages

C#
18002 projects
HTML
75241 projects
MAXScript
40 projects
javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
perl
6916 projects

This repository contains all SMAPI mods in the SMAPI compatibility list. It's used to update that page, find mods using specific APIs, etc.

Mod stats

  • Last updated 2022-01-30 (SMAPI 3.13.4 and Stardew Valley 1.5.6).
  • 1592 mods in the SMAPI compatibility list.
  • 1086 mods (68%) have a valid Git repository.
  • 490 repositories (45%) contain multiple mods.

What's in this repository

  • compiled has the latest download for each mod, grouped into these categories:

    category description
    abandoned Mods which are obsolete, or have been abandoned by their authors and probably won't be updated unofficially. These will likely never be updated again.
    broken in * Mods which broke in that game version.
    okay Mods which work fine in the latest versions (and don't fit one of the next two categories).
    okay (Harmony) Mods which work fine in the latest versions, and use Harmony to patch the game code. Using many Harmony mods together often causes conflicts, so these are separate for testing.
    okay (special groups) Mods which work fine in the latest version, but need to be tested separately from other mods. That include Battle Royalley (which disables single-player and blocks other mods), Betwitched (which prevents loading a save without a Twitch username + auth token configured), Please Fix Error (which spams fake errors), Pong (which overrides the entire game), and Stardew Access (which locks the mouse cursor by default).
  • source has the latest source code for each open-source SMAPI mod. This only has the code, it doesn't mirror the Git history. Since many repositories contain multiple mods, mods in compiled don't necessarily map directly to repositories in source. Although compiled may contain unofficial updates, source only has the official repositories.

See also

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].