This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Changes

Jump to: navigation, search

Modding:Player Guide/Getting Started

52 bytes removed, 00:21, 18 November 2020
Can I have different mod groups?
<li>Edit the file and set the text to this (change the folder name as needed, and replace <tt>/path/to/StardewValley/StardewModdingAPI.bin.osx</tt> with the full path to the <tt>StardewModdingAPI.bin.osx</tt> file in [[#Find your game folder|your game folder]]):
<source lang="bash">
/path/to/StardewValleySteam/StardewModdingAPI.bin.osx steam_osx -applaunch 413150 --mods-path "Mods (multiplayer)"
</source></li>
<li>Example: <code>~/Library/Application\ SupportApplications/Steam/steamapps/common/Stardew\ Valley.app/Contents/MacOS/StardewModdingAPI.bin.osx steam_osx -applaunch 413150 --mods-path "Mods (multiplayer)"</code></li>
<li>Mark the file executable (see [https://support.apple.com/en-ca/guide/terminal/apdd100908f-06b3-4e63-8a87-32e71241bab4/mac instructions for Linux or Mac]).</li>
<li>If you get the error: "The file “SMAPI multiplayer.command” could not be executed because you do not have appropriate access privileges. To view or change access privileges, select the file in the Finder and choose File > Get Info." Then use the following code in the terminal: <tt>chmod u+x /path/to/SMAPI multiplayer.command</tt> to give yourself these access privileges.</li>
49
edits

Navigation menu