Changes

Jump to navigation Jump to search
no edit summary
Line 264: Line 264:  
# Double-click that shortcut to launch SMAPI with the specified mod folder.
 
# Double-click that shortcut to launch SMAPI with the specified mod folder.
 
|-
 
|-
| Linux/Mac
+
| Linux
 
| <ol>
 
| <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 separate folder for each mod group in [[Modding:Game folder|your game folder]], like <code>Mods</code> and <code>Mods (multiplayer)</code>.</li>
Line 276: Line 276:  
<li>Double-click the script to launch SMAPI with the specified mod folder.</li>
 
<li>Double-click the script to launch SMAPI with the specified mod folder.</li>
 
</ol>
 
</ol>
 +
|-
 +
| 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>
 +
|-
 
|}
 
|}
  
414

edits

Navigation menu