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 1,420: Line 1,420:
 
   |status  = ok
 
   |status  = ok
 
   |summary =  
 
   |summary =  
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = RainRandomizer
 +
  |author  = EvilPdor
 +
  |hide-url= http://community.playstarbound.com/threads/111526
 +
  |status  = workaround
 +
  |summary = use [http://www.nexusmods.com/stardewvalley/mods/604 Climates of Ferngill] instead.
 
   |source  =  
 
   |source  =  
 
}}
 
}}
Line 1,828: Line 1,836:
 
   |summary =  
 
   |summary =  
 
   |source  = https://github.com/tstaples/StackSplitX
 
   |source  = https://github.com/tstaples/StackSplitX
 +
}}
 +
{{/entry
 +
  |name    = StaminaRegen
 +
  |author  = EvilPdor
 +
  |hide-url= http://community.playstarbound.com/threads/111526
 +
  |status  = workaround
 +
  |summary = use [http://community.playstarbound.com/resources/regeneration.4584 Regeneration] or [http://community.playstarbound.com/resources/reregeneration.4465/ ReRegeneration] instead.
 +
  |source  = https://github.com/natfoth/StardewValleyMods
 
}}
 
}}
 
{{/entry
 
{{/entry
Line 1,954: Line 1,970:
 
   |source  =  
 
   |source  =  
 
}}
 
}}
|}
 
 
Test pass 1:
 
{| class="wikitable plainlinks" id="mod-list"
 
|-
 
! mod name
 
! author
 
! compatibility<ref name="compatibility" />
 
! (metadata)
 
 
{{/entry
 
{{/entry
 
   |name    = Taxes Mod
 
   |name    = Taxes Mod
Line 1,984: Line 1,991:
 
   |url    = http://community.playstarbound.com/resources/4374
 
   |url    = http://community.playstarbound.com/resources/4374
 
   |status  = broken
 
   |status  = broken
   |summary = broken by game update, not open-source; author notified.
+
   |summary = broke in SDV 1.2, not open-source; author notified.
 
   |source  =  
 
   |source  =  
 
   |link1  = http://community.playstarbound.com/threads/smapi-teleporter.127742/#post-3187905
 
   |link1  = http://community.playstarbound.com/threads/smapi-teleporter.127742/#post-3187905
Line 1,990: Line 1,997:
 
{{/entry
 
{{/entry
 
   |name    = Three Heart Flower Festival Dance Partners
 
   |name    = Three Heart Flower Festival Dance Partners
 +
  |name2  = 3-heart Dance Partner
 
   |author  = spacechase0
 
   |author  = spacechase0
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/500
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/500
Line 2,001: Line 2,009:
 
   |author2 = Alpha_Omegasis
 
   |author2 = Alpha_Omegasis
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/973
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/973
   |status  = workaround
+
   |status  = ok
   |summary = change the <tt>UniqueID</tt> field in <tt>manifest.json</tt> to <tt>TimeFreeze</tt>.
+
   |summary =  
 
   |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 
   |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 
}}
 
}}
Line 2,055: Line 2,063:
 
   |summary =  
 
   |summary =  
 
   |source  = https://github.com/LeonBlade/TreeTransplant
 
   |source  = https://github.com/LeonBlade/TreeTransplant
 +
}}
 +
{{/entry
 +
  |name    = Ui Info Suite
 +
  |author  = Cdaragorn
 +
  |url    = http://www.nexusmods.com/stardewvalley/mods/1150
 +
  |status  = ok
 +
  |summary =
 +
  |source  = https://github.com/cdaragorn/Ui-Info-Suite
 
}}
 
}}
 
{{/entry
 
{{/entry
Line 2,095: Line 2,111:
 
   |author  = Travoos
 
   |author  = Travoos
 
   |url    = http://community.playstarbound.com/resources/smapi-wallpaper-fix.4211
 
   |url    = http://community.playstarbound.com/resources/smapi-wallpaper-fix.4211
 +
  |status  = broken
 +
  |summary =
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = WakeUp
 +
  |author  = EvilPdor
 +
  |hide-url= http://community.playstarbound.com/threads/111526
 
   |status  = broken
 
   |status  = broken
 
   |summary =  
 
   |summary =  
Line 2,107: Line 2,131:
 
   |source  = https://github.com/natfoth/StardewValleyMods
 
   |source  = https://github.com/natfoth/StardewValleyMods
 
}}
 
}}
 +
|}
 +
 +
Test pass 1:
 +
{| class="wikitable plainlinks" id="mod-list"
 +
|-
 +
! mod name
 +
! author
 +
! compatibility<ref name="compatibility" />
 +
! (metadata)
 
{{/entry
 
{{/entry
 
   |name    = What FarmCave
 
   |name    = What FarmCave

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

  • Add or update your mods in the list above (see format).
  • Post a message in the SMAPI 2.0 migration thread to ask questions or say when your mods are updated.
  • Chat or ask questions in #modding on Discord. (A preview version of SMAPI 2.0 is also pinned there to test your mods.)

When updating a mod, avoiding new SMAPI 2.0 APIs is strongly recommended. The new APIs are subject to change until 2.0 is officially released, and having mods only work in an unreleased version of SMAPI may confuse players. Instead, you should just fix deprecation warnings so your mods will work fine in both SMAPI 1.15 and 2.0.

Overall compatibility

Status of known SMAPI mods:

 
67% are compatible or have a working alternative.
 
20% 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.