SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

SMAPI rewrite fails when mod is updated, but game is run from a custom non-installed folder

ekffie opened this issue ยท 2 comments

commented

When playing from a different folder than the steam default folder using steam,
smapi can find dlls only when they are in the default stardew folder on first run

If you run once per starting StardewModdingApi.exe in the correct folder the config will be fixed and you can start through steam without problems.
For details see tests in Zip with logs and Readme therein.

SteamPathTests.zip

commented

Tentatively fixed in develop via #229 for the upcoming 1.8 release. Pending confirmation.

commented

@ekffie confirmed this is fixed. Thanks!