Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎SMAPI mods: automate "broken, not open-source" summary for broken status)
(→‎SMAPI mods: use new soon-official status)
Line 234: Line 234:
 
   |author  = spacechase0
 
   |author  = spacechase0
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/522
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/522
   |status  = broken
+
   |status  = soon-official
   |summary = author will update it soon.
+
   |summary =  
 
   |source  = https://github.com/spacechase0/CookingSkill
 
   |source  = https://github.com/spacechase0/CookingSkill
 
}}
 
}}
Line 242: Line 242:
 
   |author  = spacechase0
 
   |author  = spacechase0
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/1099
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/1099
   |status  = broken
+
   |status  = soon-official
   |summary = author will update it soon.
+
   |summary =  
 
   |source  = https://github.com/spacechase0/CustomizeExterior
 
   |source  = https://github.com/spacechase0/CustomizeExterior
 
}}
 
}}
Line 291: Line 291:
 
   |author  = Entoarox
 
   |author  = Entoarox
 
   |url    = http://community.playstarbound.com/resources/4228
 
   |url    = http://community.playstarbound.com/resources/4228
   |status  = broken
+
   |status  = soon-official
   |summary = author will update it soon.
+
   |summary =  
 
   |source  = https://github.com/Entoarox/StardewMods
 
   |source  = https://github.com/Entoarox/StardewMods
 
}}
 
}}
Line 478: Line 478:
 
   |author  = spacechase0
 
   |author  = spacechase0
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/521
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/521
   |status  = broken
+
   |status  = soon-official
   |summary = author will update it soon.
+
   |summary =  
 
   |source  = https://github.com/spacechase0/LuckSkill
 
   |source  = https://github.com/spacechase0/LuckSkill
 
}}
 
}}
Line 494: Line 494:
 
   |author  = spacechase0
 
   |author  = spacechase0
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/501
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/501
   |status  = broken
+
   |status  = soon-official
   |summary = author will update it soon.
+
   |summary =  
 
   |source  = https://github.com/spacechase0/StardewValleyMP
 
   |source  = https://github.com/spacechase0/StardewValleyMP
 
}}
 
}}
Line 632: Line 632:
 
   |author  = Entoarox
 
   |author  = Entoarox
 
   |url    = http://community.playstarbound.com/resources/4262
 
   |url    = http://community.playstarbound.com/resources/4262
   |status  = broken
+
   |status  = soon-official
   |summary = author will update it soon.
+
   |summary =  
 
   |source  = https://github.com/Entoarox/StardewMods
 
   |source  = https://github.com/Entoarox/StardewMods
 
}}
 
}}
Line 696: Line 696:
 
   |author  = Sakorona
 
   |author  = Sakorona
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/897
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/897
   |status  = broken
+
   |status  = soon-official
   |summary = author will update it soon.
+
   |summary =  
 
   |source  = https://github.com/JohnsonNicholas/SDVMods
 
   |source  = https://github.com/JohnsonNicholas/SDVMods
 
}}
 
}}
Line 752: Line 752:
 
   |author  = spacechase0
 
   |author  = spacechase0
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/500
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/500
   |status  = broken
+
   |status  = soon-official
   |summary = author will update it soon.
+
   |summary =  
 
   |source  = https://github.com/spacechase0/ThreeHeartDancePartner
 
   |source  = https://github.com/spacechase0/ThreeHeartDancePartner
 
}}
 
}}
Line 819: Line 819:
 
   |author  =  
 
   |author  =  
 
   |url    =  
 
   |url    =  
   |status  = ok/workaround/broken
+
   |status  = ok/workaround/soon/soon-official/broken
 
   |summary =  
 
   |summary =  
 
   |source  =  
 
   |source  =  

Revision as of 17:59, 11 July 2017

Index

SMAPI 2.0 lets mods do much more, but it no longer supports old deprecated APIs. Any mods which still have deprecation warnings won't work in SMAPI 2.0, which will release in Q4 2017. Those mods will still work fine until then.

What to do

  1. For each mod you have installed:
    • If it's listed below, follow the instructions for that mod to update it.
    • Otherwise, update to its latest version.
  2. If a mod is still failing, post a message in the SMAPI 2.0 migration thread and we'll help. Make sure to attach your SMAPI log after trying the mod.

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.

What about mods not listed here?

Most mods should work fine with SMAPI 2.0. Make sure you update to their latest version.

For players: If a mod stopped working and updating it didn't help, post a message in the SMAPI 2.0 migration thread and I'll help you figure it out. If the mod is incompatible, I'll let the author know, submit a pull request if the code is available, and possibly create an unofficial update if needed.

For mod authors: see how to update deprecated code or come chat in #modding on Discord (a preview version of SMAPI 2.0 is also available there to test your mods). Don't have time to update your mods? Post a message in the SMAPI 2.0 migration thread and I'll update them for you. :)