SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Use <modName>.json to load mods

ClxS opened this issue ยท 6 comments

commented

Moving towards doing this sets us up to be able to load file only and content only mods in the future. It'll break existing mods but steps can be taken to make it backwards compatible for a while.

commented

Yep, but it was originally one of Zoryn's plans on her todo list.

commented

@ClxS Isn't this what Storm does?

commented

@ClxS Does this mean you could eventually load Storm and SMAPI mods at the same time? That would be cool, then nobody would have to choose.

commented

Unfortunately not, Storm relies on features which I feel greatly reduce the power of the API, which is why some ones are plain impossible in Storm atm.

However, a new major update is coming which provide greater power than storm with backwards compatibility with SMAPI.

commented

#33 Does this, except not for content-only mods. When support for that is added, the requirement for EntryDll can be safely removed.

commented

@ClxS I suppose I should have guessed there would be incompatibilities, Storm and SMAPI are handled pretty differently.

I am downloading the new SMAPI now. ๐Ÿ˜„