SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Launch installer with arguments/start options

yuukiw opened this issue ยท 1 comments

commented

Would it be possible for the smapi installer to be able to be launched with the path (and if needed also the OS) as an argument. This would would sdvmm and other possible future mod Manger to send the game folders to the installer which then could install smapi to that location without any additional user input. Of course if the installer is launched manually it still should work like it does now.

This would make the Manager more prone to errors due changes in the update folder structure

Sent from my Samsung SM-G925F using FastHub

commented

Done in develop for the SMAPI 2.0 release. To install SMAPI automatically, you can run something like this:

./install.exe --install --game-path "D:\Steam\steamapps\common\Stardew Valley"

You can also uninstall automatically if needed:

./install.exe --uninstall

See documentation for more details.