Changes

Jump to navigation Jump to search
expand
Line 3: Line 3:  
'''This page is for modders. Players: see [[Modding:SMAPI compatibility]] instead.'''
 
'''This page is for modders. Players: see [[Modding:SMAPI compatibility]] instead.'''
   −
This page explains how to update your mod code for compatibility with Stardew Valley 1.3.
+
This page explains how to update XNB and Content Patcher mods for compatibility with Stardew Valley 1.3.
   −
==XNB mods and Content Patcher==
+
==Overview==
===XNB mods deprecated===
+
===Content Patcher mods===
XNB mods are no longer recommended. Consider using [https://www.nexusmods.com/stardewvalley/mods/1915 Content Patcher] instead.
+
Many Content Patcher mods will work fine in Stardew Valley 1.3. For each <tt>Target</tt> you specify, check [[#Update impact|''update impact'']] below. If the file isn't listed, then no change is needed. If the file changed, compare your edits to the latest version of the file and adjust if needed.
   −
===Impact in 1.3===
+
===XNB mods===
Here are the XNB changes in Stardew Valley 1.3.
+
Updating XNB mods can be tedious. For each XNB file you replace, check [[#Update impact|''update impact'']] below. If the file isn't listed, then no change is needed. If the file changed, it's often easiest to simply restart from the latest version and manually copy each change from your modified version. Make sure your changes are still compatible!
 +
 
 +
Note that XNB mods are no longer recommended. If you need to update an XNB mod, migrating to [https://www.nexusmods.com/stardewvalley/mods/1915 Content Patcher] is strongly recommended to reduce the impact of future updates.
 +
 
 +
==Update impact==
 +
Here's a summary of the XNB files which changed in Stardew Valley 1.3.
    
Notes:
 
Notes:
* I ignored changes to non-English files for simplicity.
+
* This ignores text changes in non-English files for simplicity.
 
* New content files aren't listed, since they won't impact existing mods and to avoid spoiling some surprises.
 
* New content files aren't listed, since they won't impact existing mods and to avoid spoiling some surprises.
 
* XNB mods are disproportionately affected, since they replace the entire file. Content Patcher packs are typically unaffected unless they replace the entire file (in which case see the XNB mod column).
 
* XNB mods are disproportionately affected, since they replace the entire file. Content Patcher packs are typically unaffected unless they replace the entire file (in which case see the XNB mod column).
translators
8,447

edits

Navigation menu