Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎SMAPI mods: update test pass 2)
(→‎SMAPI mods: update test pass 2)
Line 557: 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
Line 587: Line 578:
 
   |author  = dreamsicl
 
   |author  = dreamsicl
 
   |url    = http://community.playstarbound.com/resources/daily-notifications.3621
 
   |url    = http://community.playstarbound.com/resources/daily-notifications.3621
   |status  = workaround
+
   |status  = workaround<!--download no longer available-->
 
   |summary = use [http://community.playstarbound.com/threads/127979 Stardew Notifications] instead.
 
   |summary = use [http://community.playstarbound.com/threads/127979 Stardew Notifications] instead.
 
   |source  =  
 
   |source  =  
Line 659: Line 650:
 
{{/entry
 
{{/entry
 
   |name    = Enemy Health Bars
 
   |name    = Enemy Health Bars
 +
  |name2  = Health Bars
 
   |author  = OrSpeeder
 
   |author  = OrSpeeder
 
   |author2 = Mauricio Gomes
 
   |author2 = Mauricio Gomes
Line 685: Line 677:
 
{{/entry
 
{{/entry
 
   |name    = Expanded Fridge
 
   |name    = Expanded Fridge
 +
  |name2  = Dynamic Expanded Fridge
 
   |author  = Lodukas
 
   |author  = Lodukas
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/1191
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/1191
Line 721: Line 714:
 
   |author  = TheRaven81
 
   |author  = TheRaven81
 
   |url    = http://community.playstarbound.com/resources/extended-greenhouse-1-0-2b-smapi-0-40-1-1-3.4303
 
   |url    = http://community.playstarbound.com/resources/extended-greenhouse-1-0-2b-smapi-0-40-1-1-3.4303
   |status  = ok
+
   |status  = broken
 
   |summary =  
 
   |summary =  
 
   |source  =  
 
   |source  =  
Line 733: Line 726:
 
   |source  = https://github.com/Entoarox/StardewMods
 
   |source  = https://github.com/Entoarox/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    = Fall 28 Snow Day
 
   |name    = Fall 28 Snow Day

Revision as of 20:11, 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.