No longer load mods from AppData
Pathoschild opened this issue ยท 3 comments
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:
- Discuss with mod authors & SMAPI developers on Discord.
- Notify Silverplum author (participated in discussion to remove it).
- Notify SDVMM author (see yuukiw/StardewValleyMM#11).
- Notify Stardew Valley Package Manager author (discussed on Discord).
- Remove support for AppData mods.
The latest Stardew Valley Package Manager version no longer adds mods to AppData, and will move any existing mods to the standard mod folder.
SDVMM has also been updated for compatibility.