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 added, 23:44, 20 November 2020
Undo revision 104203 by LenneDalben (talk)
<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/SteamStardewValley/steam_osx -applaunch 413150 StardewModdingAPI.bin.osx --mods-path "Mods(multiplayer)"
</source></li>
<li>Example: <code>~/ApplicationsLibrary/Application\ Support/Steam.app/steamapps/common/Stardew\ Valley/Contents/MacOS/steam_osx -applaunch 413150 StardewModdingAPI.bin.osx --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