Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎SMAPI mods: new mods: Shipping Taxes, Snack Anything, The Queen Of Sauce Reminder, Trash Bear Item Helper; + ModDrop IDs: Shop Tile Framework, Standardized Krobus, Upgrade Empty Cabins; workaround: Taxes Mod; + source link for Farm Rearranger)
(→‎SMAPI mods: new mods: Investment, Personal Anvil, Purchasable Galaxy Item, Upgraded Horse, Wizard's Mystical Stationary)
Line 3,590: Line 3,590:
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 +
}}
 +
{{/entry
 +
  |name    = Investment
 +
  |author  = MissCoriel
 +
  |id      = misscoriel.invest
 +
  |nexus id = 5293
 +
  |github  =
 
}}
 
}}
 
{{/entry
 
{{/entry
Line 4,877: Line 4,884:
 
   |status  = workaround
 
   |status  = workaround
 
   |summary  = use [[#Junimo Deposit Anywhere|Junimo Deposit Anywhere]] instead.
 
   |summary  = use [[#Junimo Deposit Anywhere|Junimo Deposit Anywhere]] instead.
 +
}}
 +
{{/entry
 +
  |name    = Personal Anvil
 +
  |author  = Strobe
 +
  |id      = Strobe.PersonalAnvil
 +
  |nexus id = 5326
 +
  |github  =
 
}}
 
}}
 
{{/entry
 
{{/entry
Line 5,177: Line 5,191:
 
   |nexus id = 3785
 
   |nexus id = 3785
 
   |github  = NolanEastburn/ProjectS
 
   |github  = NolanEastburn/ProjectS
 +
}}
 +
{{/entry
 +
  |name    = Purchasable Galaxy Item
 +
  |author  = SorryLate
 +
  |id      = SorryLate.GalaxyItem
 +
  |nexus id = 5289
 +
  |github  =
 +
 +
  |status  = workaround
 +
  |summary  = open its <tt>manifest.json</tt> in a text editor and change the entry DLL value to <tt>GalaxyItem.dll</tt>.
 
}}
 
}}
 
{{/entry
 
{{/entry
Line 7,034: Line 7,058:
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 
   |dev note = incompatibility possibly due to bwdyworks
 
   |dev note = incompatibility possibly due to bwdyworks
 +
}}
 +
{{/entry
 +
  |name    = Upgraded Horse, Horse Friendship and Speed Levels
 +
  |author  = Richard Cai
 +
  |id      = richard_cai.UpgradedHorse
 +
  |nexus id = 5242
 +
  |github  = RichardJCai/stardew-valley-mods
 
}}
 
}}
 
{{/entry
 
{{/entry
Line 7,269: Line 7,300:
 
   |nexus id = 1601
 
   |nexus id = 1601
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Wizard's Mystical Stationary
 +
  |author  = Taskmaster
 +
  |id      = Taskmaster.WizardsMysticalStationary
 +
  |nexus id = 5246
 +
  |github  =
 
}}
 
}}
 
{{/entry
 
{{/entry

Revision as of 04:26, 6 February 2020

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.
  2. If a mod says "use optional download", its main version isn't compatible but there's an official optional update. If the mod is on Nexus, click "Files" on the mod page and check for a newer version (often under 'optional files').