Overview
The SMAPI’s author said he won’t develop multi-planform version of it. However, an awesome guy, @MacLeek[github.com], gave out a solution!SMAPI的作者说他不会开发这个的多平台版本。但是,有一个帅呆的家伙,@MacLeek[github.com],给出了解决方案!I will list steps both in English and Chinese. You can choose the chapter of your language.我会列出中英文两个版本的步骤。你可以选择相应的语言阅读。Hope you guys happy~ And if you like this article, please give it or my blog[slothsimon.github.io] a thumbs up, thank you! : )希望你们玩的开心~ 并且如果你喜欢这篇文章的话,请给它或者我的博客[slothsimon.github.io]点个赞吧~谢谢!
Steps
- Go into the folder like /Users/yourusername/Library/Application Support/Steam/SteamApps/common/Stardew Valley/Contents/MacOS/
- Make a copy of the StardewValley.bin.osx in this folder and rename it to StardewModdingAPI.bin.osx.
- Download this![drive.google.com] and unzip to the same folder. In the mods folder, I simply add DailyQuestAnywhere and GiftTasteHelper for testing.
- Run ./StardewModdingAPI.bin.osx under that folder directly (through terminal).If you want to start it from steam, just open the file StardewValley, and find this line:./StardewValley.bin.osx $@ then replace it with ./StardewModdingAPI.bin.osx $@
- Download mods and add them to mods folder.
- Enjoy
步骤
- 进入该路径的文件夹:/Users/yourusername/Library/Application Support/Steam/SteamApps/common/Stardew Valley/Contents/MacOS/
- 复制文件夹里的StardewValley.bin.osx,然后将其重命名为StardewModdingAPI.bin.osx
- 下载这里[drive.google.com](笔者注:此处为Google硬盘,可能需要翻墙),然后解压到上述的文件夹。 在mods这个文件夹里,我添加了几个mod用于测试。
在terminal(终端)中打开上述文件夹,然后输入./StardewModdingAPI.bin.osx运行游戏。如果你想从steam中启动带有mod的游戏,用文本模式打开StardewValley这个文件,找到这一行./StardewValley.bin.osx $@,然后将其替换为./StardewModdingAPI.bin.osx $@ - 下载mods,然后把他们放到mods文件夹下。
- 享受游戏吧!