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 856: Line 856:
 
   |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 name="compatibility" />
 
! (metadata)
 
 
{{/entry
 
{{/entry
 
   |name    = Game Reminder
 
   |name    = Game Reminder
Line 928: Line 919:
 
   |author2 = Alpha_Omegasis
 
   |author2 = Alpha_Omegasis
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/520
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/520
   |status  = soon-official
+
   |status  = workaround
   |summary = author will update it soon; or use [http://www.nexusmods.com/stardewvalley/mods/1064 Happy Birthday by Oxyligen].
+
   |summary = use [http://www.nexusmods.com/stardewvalley/mods/1064 Happy Birthday] by Oxyligen instead.
 
   |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 
   |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 
}}
 
}}
Line 962: Line 953:
 
   |author  = ThatNorthernMonkey
 
   |author  = ThatNorthernMonkey
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/236
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/236
   |status  = workaround
+
   |status  = broken
   |summary = Open its <tt>manifest.json</tt> in a text editor, and change the <tt>MajorVersion</tt> value from <tt>0</tt> to <tt>1</tt>.
+
   |summary =  
 
   |source  = https://github.com/ThatNorthernMonkey/HarvestWithScythe
 
   |source  = https://github.com/ThatNorthernMonkey/HarvestWithScythe
 
}}
 
}}
Line 1,026: Line 1,017:
 
   |name    = Improved Quality of Life
 
   |name    = Improved Quality of Life
 
   |author  = Demiacle
 
   |author  = Demiacle
   |url    = http://community.playstarbound.com/threads/127688
+
   |url    = http://www.nexusmods.com/stardewvalley/mods/1025
 
   |status  = soon
 
   |status  = soon
   |summary =  
+
   |summary = broke in SDV 1.2; update coming soon.
 
   |link1  = http://community.playstarbound.com/threads/127688/page-5#post-3161620
 
   |link1  = http://community.playstarbound.com/threads/127688/page-5#post-3161620
 
   |source  = https://github.com/demiacle/QualityOfLifeMods
 
   |source  = https://github.com/demiacle/QualityOfLifeMods
Line 1,052: Line 1,043:
 
   |author  = Hammurabi
 
   |author  = Hammurabi
 
   |url    = http://community.playstarbound.com/resources/interaction-helper.4640
 
   |url    = http://community.playstarbound.com/resources/interaction-helper.4640
   |status  = broken
+
   |status  = soon
 
   |summary =  
 
   |summary =  
 
   |source  = http://community.playstarbound.com/resources/interaction-helper.4640/updates
 
   |source  = http://community.playstarbound.com/resources/interaction-helper.4640/updates
Line 1,110: Line 1,101:
 
   |author  = RTGOAT
 
   |author  = RTGOAT
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/649
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/649
   |status  = ok
+
   |status  = workaround
   |summary =  
+
   |summary = Open its <tt>manifest.json</tt> file in a text editor, and change its <tt>UniqueID</tt> field to <tt>"RTGOAT.Longevity"</tt>.
 
   |source  =  
 
   |source  =  
 
}}
 
}}
Line 1,140: Line 1,131:
 
   |source  = https://github.com/spacechase0/LuckSkill
 
   |source  = https://github.com/spacechase0/LuckSkill
 
}}
 
}}
 +
|}
 +
 +
Test pass 1:
 +
{| class="wikitable plainlinks" id="mod-list"
 +
|-
 +
! mod name
 +
! author
 +
! compatibility<ref name="compatibility" />
 +
! (metadata)
 
{{/entry
 
{{/entry
 
   |name    = Mail Order Pigs
 
   |name    = Mail Order Pigs
Line 1,165: Line 1,165:
 
}}
 
}}
 
{{/entry
 
{{/entry
   |name    = Message Box [API?]
+
   |name    = Message Box &#91;API?&#93;
 
   |name2  = ChatMod
 
   |name2  = ChatMod
 
   |author  = Kithio
 
   |author  = Kithio

Revision as of 02:49, 21 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. 1.0 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.

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.