Pathoschild / SMAPI

The modding API for Stardew Valley.
https://smapi.io/
GNU Lesser General Public License v3.0
1.81k stars 258 forks source link

No longer load mods from AppData #156

Closed Pathoschild closed 7 years ago

Pathoschild commented 7 years ago

SMAPI loads mods from two places: %appdata%\StardewValley\Mods and <install path>\Mods. This causes a lot of confusion (e.g. many users have reported problems which were traced back to having duplicate mods). Only the latter path is typically mentioned in guides, and Farmhand will only recognise that one.

To prevent confusion and smooth the eventual transition to Farmhand, no longer recognise mods in %appdata%\StardewValley\Mods as of SMAPI 1.0.

To do:

Pathoschild commented 7 years ago

The latest Stardew Valley Package Manager version no longer adds mods to AppData, and will move any existing mods to the standard mod folder.

Pathoschild commented 7 years ago

SDVMM has also been updated for compatibility.

Pathoschild commented 7 years ago

Done in the upcoming 1.0 release.