Floogen / Stardrop

Stardrop is an open-source, cross-platform mod manager for the game Stardew Valley.
https://floogen.gitbook.io/stardrop/
GNU General Public License v3.0
114 stars 31 forks source link

Stardrop using disabled mods [Linux] #115

Closed 65942 closed 1 year ago

65942 commented 1 year ago

log.txt SMAPI-latest.txt May be related to #77

Starting the game via Steam loads every mod that I have installed rather than just the ones I selected. Starting the game via Stardrop does not give me that issue so my current work around is with the "FULL_PATH_TO_STARDROP_Internal" --start-smapi true %command% launch option

Floogen commented 1 year ago

That seems like expected behavior. If you start the game via Steam without Stardrop, then by default SMAPI will load all readable mods.

Those launch options are correct per the documentation, though you can omit the --start-smapi true component if you would like Stardrop to appear before launching the game.

If I misunderstood the issue, please do let me know and I will reopen this.