SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

No longer load mods from AppData

Pathoschild opened this issue ยท 3 comments

commented

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:

commented

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

commented

SDVMM has also been updated for compatibility.

commented

Done in the upcoming 1.0 release.