Changes

Jump to navigation Jump to search
no edit summary
Line 278: Line 278:  
|-
 
|-
 
| Mac
 
| Mac
 +
| <ol>
 +
<li>Create a separate folder for each mod group in [[Modding:Game folder|your game folder]], like <code>Mods</code> and <code>Mods (multiplayer)</code>.</li>
 +
<li>Create a file <tt>SMAPI multiplayer.command</tt> (MacOS) on your desktop.</li>
 +
<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 [[Modding:Game folder|your game folder]]):
 +
<source lang="bash">
 +
/path/to/StardewValley/StardewModdingAPI.bin.osx --mods-path "Mods (multiplayer)"
 +
</source></li>
 +
<li>Example: <code>~/Library/Application\ Support/Steam/steamapps/common/Stardew\ Valley/Contents/MacOS/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>Double-click the script to launch SMAPI with the specified mod folder.</li>
 +
</ol>
 +
|-
 
| No known method. (Feel free to edit this section if you figure it out!)
 
| No known method. (Feel free to edit this section if you figure it out!)
 
|}
 
|}
414

edits

Navigation menu