Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎SMAPI mods: Mark some of my mods as OK now.)
(→‎SMAPI mods: update test pass 2)
Line 278: Line 278:
 
   |source  = https://github.com/Denifia/StardewMods
 
   |source  = https://github.com/Denifia/StardewMods
 
}}
 
}}
|}
 
 
Test pass 1:
 
{| class="wikitable plainlinks" id="mod-list"
 
|-
 
! mod name
 
! author
 
! compatibility<ref>This only shows whether a mod is ''compatible''; it may have bugs unrelated to SMAPI 2.0. Many mods broke in Stardew Valley 1.1 and 1.2, so 'broken' doesn't necessarily mean broken by SMAPI 2.0 itself.</ref>
 
! (metadata)
 
 
{{/entry
 
{{/entry
 
   |name    = Calendar Anywhere
 
   |name    = Calendar Anywhere
Line 366: Line 357:
 
   |author  = Travoos
 
   |author  = Travoos
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/590
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/590
   |status  = workaround
+
   |status  = broken
   |summary = Open <tt>manifest.json</tt>, and add this right before the final <tt>}</tt> character: <code>, "UniqueID": "Travoos.ChooseBabyGender"</code>
+
   |summary =  
 
   |source  =  
 
   |source  =  
 
}}
 
}}
Line 373: Line 364:
 
   |name    = CJB Automation
 
   |name    = CJB Automation
 
   |author  = CJB
 
   |author  = CJB
   |url     =  
+
   |hide-url= http://www.nexusmods.com/stardewvalley/mods/211
 
   |status  = workaround
 
   |status  = workaround
 
   |summary = use [http://www.nexusmods.com/stardewvalley/mods/1063 Automate] instead.
 
   |summary = use [http://www.nexusmods.com/stardewvalley/mods/1063 Automate] instead.
Line 432: Line 423:
 
   |author  = Igorious
 
   |author  = Igorious
 
   |url    = http://community.playstarbound.com/resources/smapi-colored-chests.3684
 
   |url    = http://community.playstarbound.com/resources/smapi-colored-chests.3684
   |status  = ok
+
   |status  = obsolete
   |summary = broken, remove this mod (no longer needed since colored chests were added to the game).
+
   |summary = broken, remove this mod (colored chests were added in Stardew Valley 1.1).
 
   |source  =  
 
   |source  =  
 
}}
 
}}
Line 441: Line 432:
 
   |author2 = Mauricio Gomes
 
   |author2 = Mauricio Gomes
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/313
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/313
   |status  = ok
+
   |status  = soon
 
   |summary =  
 
   |summary =  
 
   |source  = https://gitlab.com/speeder1/farming-implements-combat
 
   |source  = https://gitlab.com/speeder1/farming-implements-combat
Line 566: Line 557:
 
   |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 
   |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 +
|}
 +
 +
Test pass 1:
 +
{| class="wikitable plainlinks" id="mod-list"
 +
|-
 +
! mod name
 +
! author
 +
! compatibility<ref>This only shows whether a mod is ''compatible''; it may have bugs unrelated to SMAPI 2.0. Many mods broke in Stardew Valley 1.1 and 1.2, so 'broken' doesn't necessarily mean broken by SMAPI 2.0 itself.</ref>
 +
! (metadata)
 
{{/entry
 
{{/entry
 
   |name    = Daily Luck Message
 
   |name    = Daily Luck Message

Revision as of 18:02, 20 July 2017

Index

SMAPI 2.0 enables new kinds of mods, but no longer supports deprecated APIs. Mods with deprecation warnings won't work in SMAPI 2.0, which will release in Q4 2017. Those mods will work fine until then.

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 SMAPI 2.0 migration thread (with your SMAPI log attached) and we'll help.

SMAPI mods

Here's a list of mods tested with SMAPI 2.0. Please don't edit this list directly; post a message in the SMAPI 2.0 migration thread instead.

Test pass 2:

Test pass 1:

  1. This only shows whether a mod is compatible; it may have bugs unrelated to SMAPI 2.0. Many mods broke in Stardew Valley 1.1 and 1.2, so 'broken' doesn't necessarily mean broken by SMAPI 2.0 itself.
  2. This only shows whether a mod is compatible; it may have bugs unrelated to SMAPI 2.0. Many mods broke in Stardew Valley 1.1 and 1.2, so 'broken' doesn't necessarily mean broken by SMAPI 2.0 itself.

For mod developers

What to do

See how to update deprecated code. You can...

Overall compatibility

Status of known SMAPI mods:

 
65% are compatible or have a working alternative.
 
22% have an update coming soon.
 
13% are broken and not open-source.¹

¹ Many of these broke due to a Stardew Valley update. Some may be updated by their authors later.