Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎SMAPI mods: hide old broken Farm Expansion 3.4-beta from update alerts)
(→‎SMAPI mods: correct info (Faster Events, Forage Fantasy, Forecaster Text, More Monsters), remove deleted mod (Gray Pelican), remove non-SMAPI mod (Log Beehive Edit), add crash warning for Musical Cellar)
Line 3,340: Line 3,340:
 
   |name    = Faster Events
 
   |name    = Faster Events
 
   |author  = libaryaddict
 
   |author  = libaryaddict
   |id      = libaryaddict.FasterEvents
+
   |id      = libraryaddict.FasterEvents
 
   |nexus id = 7631
 
   |nexus id = 7631
 
   |github  =
 
   |github  =
Line 3,688: Line 3,688:
 
}}
 
}}
 
{{/entry
 
{{/entry
   |name    = Forage Fantasy - Tapper and Mushroom Cave Quality and more, Forage Fantasy
+
   |name    = Forage Fantasy
 
   |author  = Goldenrevolver
 
   |author  = Goldenrevolver
 
   |id      = Goldenrevolver.ForageFantasy
 
   |id      = Goldenrevolver.ForageFantasy
Line 3,726: Line 3,726:
 
}}
 
}}
 
{{/entry
 
{{/entry
   |name    = Forecaster Texts
+
   |name    = Forecaster Text, Forecaster Text
 
   |author  = TheElm
 
   |author  = TheElm
 
   |id      = TheElm.ForecasterText
 
   |id      = TheElm.ForecasterText
Line 3,996: Line 3,996:
 
   |nexus id = 3365
 
   |nexus id = 3365
 
   |github  =  
 
   |github  =  
}}
 
{{/entry
 
  |name    = Gray Pelican
 
  |author  = Maythorn
 
  |id      = maythorn.GrayPelican
 
  |nexus id = 7472
 
  |github  = MaythornRose/SDVMods
 
 
}}
 
}}
 
{{/entry
 
{{/entry
Line 4,060: Line 4,053:
 
   |nexus id = 520
 
   |nexus id = 520
 
   |github  = janavarro95/Stardew_Valley_Mods
 
   |github  = janavarro95/Stardew_Valley_Mods
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5<!--@retest-after Stardust Core-->
 
}}
 
}}
 
{{/entry
 
{{/entry
Line 4,402: Line 4,395:
 
   |nexus id = 4861
 
   |nexus id = 4861
 
   |github  = Mizzion/MyStardewMods
 
   |github  = Mizzion/MyStardewMods
<!--
 
  |broke in = Stardew Valley 1.5
 
-->
 
 
}}
 
}}
 
{{/entry
 
{{/entry
Line 4,901: Line 4,891:
 
   |nexus id = 3521
 
   |nexus id = 3521
 
   |github  = bwdymods/SDV-Lockpicks
 
   |github  = bwdymods/SDV-Lockpicks
}}
 
{{/entry
 
  |name    = Log Beehive Edit
 
  |author  = PixeledLobster
 
  |id      = PixeledLobster.LogBeehive
 
  |nexus id = 4189
 
  |moddrop id = 876591
 
  |content pack for = Pathoschild.ContentPatcher
 
 
}}
 
}}
 
{{/entry
 
{{/entry
Line 5,476: Line 5,458:
 
}}
 
}}
 
{{/entry
 
{{/entry
   |name    = MoreSlimes
+
   |name    = More Monsters, More Slimes
 
   |author  = Ded4lif
 
   |author  = Ded4lif
   |id      = Ded4lif.MoreSlimes
+
   |id      = Ded4lif.MoreMonsters
 
   |nexus id = 7526
 
   |nexus id = 7526
 
   |github  =
 
   |github  =
Line 5,693: Line 5,675:
 
   |nexus id = 7626
 
   |nexus id = 7626
 
   |github  = lisamreynolds/MusicalCellar
 
   |github  = lisamreynolds/MusicalCellar
 +
 +
  |warnings = causes crash when leaving the farmhouse.
 
}}
 
}}
 
{{/entry
 
{{/entry

Revision as of 21:14, 25 January 2021

Modding:Player Guide/header

SMAPI mod compatibility, July 2017 to present. See notable events which affect this chart.

Sometimes a mod will stop working due to a major game update; SMAPI automatically disables incompatible mods. This page lists known SMAPI mods and their compatibility with the latest versions, and explains how to fix broken mods if possible.



Players: see mods.smapi.io for a more user-friendly view of this page.



For players

What to do

  1. For each mod you have installed, follow the instructions in the list below. If it's not listed, try updating to its latest version.
  2. If a mod is still failing, post a message in the coordination thread (with your SMAPI log attached) and we'll help.

SMAPI mods

SMAPI mods (obsolete)

These mods are either obsolete, or have been abandoned by their authors and probably won't be updated unofficially. These will likely never be updated again.

Content packs

This list shows broken content packs for SMAPI mods like Content Patcher. Only incompatible content packs are listed; working content packs are not listed (even if they have non-compatibility bugs). For legacy XNB mods, see #XNB mods.

XNB mods

See Modding:Using XNB mods.

For mod developers

Updating a mod

See migration guides. You can...

Creating an unofficial update

To avoid conflicting with official updates, here's the recommended way to create an unofficial update. This assumes you're creating a basic update (not a continuation or reinvention), and the code is on GitHub (adjust the steps accordingly if it's elsewhere).

  1. Fork the code.
  2. Make your changes to that fork (see updating a mod).
  3. Increase the official version in manifest.json by 0.0.1 and add -unofficial.1-yourName.
    For example, if the current version is 1.0.0 and your name is SampleUser, change it to 1.0.1-unofficial.1-sampleUser. If you need to release a new unofficial update, just increment unofficial.1 to unofficial.2, etc. This ensures that official versions supersede unofficial ones (e.g. for update checks), and other users can release newer unofficial updates if needed.
  4. Push your changes to GitHub.
  5. Post a release package to the coordination thread with a link to your fork on GitHub.
    (If the mod uses the NuGet build package, there should be a release package named <mod name> <version>.zip in your bin folder.)
  6. Submit a pull request to the original author (if applicable).

Footnotes

  1. 1.0 1.1 1.2 This only shows whether a mod is compatible; it may have bugs unrelated to SMAPI compatibility.