Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎SMAPI mods: + Better Ranching)
(→‎SMAPI mods: format markup for readability)
Line 19: Line 19:
 
! compatibility
 
! compatibility
 
! (metadata)
 
! (metadata)
{{/entry |name=All Crops All Seasons |author=cantorsdust & community |url=http://www.nexusmods.com/stardewvalley/mods/170 |status=ok |summary=use latest version. |source=https://github.com/Pathoschild/StardewCommunityMods }}
+
{{/entry
{{/entry |name=All Professions      |author=cantorsdust & community |url=http://www.nexusmods.com/stardewvalley/mods/174 |
+
  |name    = All Crops All Seasons
 +
  |author  = cantorsdust & community
 +
  |url    = http://www.nexusmods.com/stardewvalley/mods/170
 +
  |status  = ok
 +
  |summary = use latest version.
 +
  |source  = https://github.com/Pathoschild/StardewCommunityMods
 +
}}
 +
{{/entry
 +
  |name    = All Professions
 +
  |author  = cantorsdust & community
 +
  |url    = http://www.nexusmods.com/stardewvalley/mods/174
 +
  |status  = ok
 +
  |summary = use latest version.
 +
  |source  = https://github.com/Pathoschild/StardewCommunityMods
 +
}}
 +
{{/entry
 +
  |name    = Almighty Farming Tool
 +
  |author  = momoaau
 +
  |url    = http://www.nexusmods.com/stardewvalley/mods/439
 +
  |status  = ok
 +
  |summary = use latest version.
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Animal Sitter
 +
  |author  = jwdred
 +
  |url    = http://www.nexusmods.com/stardewvalley/mods/581
 +
  |status  = broken
 +
  |summary = update coming soon.
 +
  |source  = https://github.com/jdusbabek/stardewvalley
 +
}}
 +
{{/entry
 +
  |name    = A Tapper's Dream
 +
  |author  = Goldenrevolver
 +
  |url    = http://www.nexusmods.com/stardewvalley/mods/260
 +
  |status  = broken
 +
  |summary = broken, not open-source.
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Automate
 +
  |author  = Pathoschild
 +
  |url    = http://www.nexusmods.com/stardewvalley/mods/1063
 +
  |status  = ok
 +
  |summary = use latest version.
 +
  |source  = https://github.com/Pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Better RNG
 +
  |author  = Zoryn
 +
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
 +
  |status  = ok
 +
  |summary = use latest version.
 +
  |source  = https://github.com/Zoryn4163/SMAPI-Mods
 +
}}
 +
{{/entry
 +
  |name    = Better Quarry
 +
  |author  = Nishtra
 +
  |url    = http://www.nexusmods.com/stardewvalley/mods/771
 +
  |status  = broken
 +
  |summary = broken, not open-source.
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Better Ranching <small>(aka Better Milking)</small>
 +
  |author  = Urbanyeti
 +
  |url    = http://www.nexusmods.com/stardewvalley/mods/859
 +
  |status  = ok
 +
  |summary = use latest version.
 +
  |source  = 
 +
}}
 +
{{/entry
 +
  |name    = Better Shipping Box
 +
  |author  = Kithio
 +
  |url    = http://community.playstarbound.com/threads/126235
 +
  |status  = broken
 +
  |summary = broken, not open-source.
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Better Sprinklers
 +
  |author  = OrSpeeder
 +
  |hide-url= http://www.nexusmods.com/stardewvalley/mods/41
 +
  |status  = workaround
 
<!--
 
<!--
{{/entry |name= |author= |url= |status=ok/workaround/broken |summary= }}
+
{{/entry
 +
  |name   =  
 +
  |author =  
 +
  |url     =  
 +
  |status = ok/workaround/broken
 +
  |summary =  
 +
  |source  =
 +
}}
 
-->
 
-->
 
|}
 
|}

Revision as of 17:42, 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. :)