Changes

Jump to navigation Jump to search
→‎Can I have different mod groups?: removed instructions for Mac(Steam) version as they do not work, and revised the Mac instructions to include having Steam open in the background.
Line 335: Line 335:  
</ol>
 
</ol>
 
|-
 
|-
| Mac (non-Steam)
+
| Mac
 
| <ol>
 
| <ol>
 
<li>Create a separate folder for each mod group in [[#Find your game folder|your game folder]], like <code>Mods</code> and <code>Mods(multiplayer)</code> (no spaces).</li>
 
<li>Create a separate folder for each mod group in [[#Find your game folder|your game folder]], like <code>Mods</code> and <code>Mods(multiplayer)</code> (no spaces).</li>
 
<li>Create a text file on your desktop with the same name as the mod group, for example <samp>SMAPI_multiplayer</samp> and format as Plain Text.</li>
 
<li>Create a text file on your desktop with the same name as the mod group, for example <samp>SMAPI_multiplayer</samp> and format as Plain Text.</li>
<li>Input ~ followed by your folder path ([[#Find your game folder|your game folder]]). Add the following text to the end of the string:
+
<li>In the text file, input ~ followed by your folder path ([[#Find your game folder|your game folder]]). Add the following text to the end of the string:
 
<syntaxhighlight lang="bash"> --mods-path "Mods(multiplayer)"
 
<syntaxhighlight lang="bash"> --mods-path "Mods(multiplayer)"
 
</syntaxhighlight></li>
 
</syntaxhighlight></li>
Line 346: Line 346:  
<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: <samp>chmod u+x /path/to/SMAPI multiplayer.command</samp> to give yourself these access privileges.</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: <samp>chmod u+x /path/to/SMAPI multiplayer.command</samp> to give yourself these access privileges.</li>
 
<li>Double-click the script on your desktop to launch SMAPI with the specified mod folder.</li>
 
<li>Double-click the script on your desktop to launch SMAPI with the specified mod folder.</li>
</ol>
+
<li>If you want access to all of the Steam features, make sure to launch Steam before executing the script.</li>
|-
  −
| Mac (Steam)
  −
| <ol>
  −
<li>Create a separate folder for each mod group in [[#Find your game folder|your game folder]], like <code>Mods</code> and <code>Mods(multiplayer)</code>. Note there shouldn't be a space between "Mods" and "(multiplayer)".</li>
  −
<li>Create a file <samp>SMAPI_multiplayer.command</samp> on your desktop.</li>
  −
<li>Edit the file and set the text to this (change the folder name as needed, and replace <samp>/path/to/steam_osx</samp> with the full path to the <samp>steam_osx</samp> file (you can find the path for <samp>steam_osx</samp> by using <samp>find /Applications -name steam_osx</samp> or if that does not work use the longer search <samp>sudo find / -name steam_osx</samp>):
  −
<syntaxhighlight lang="bash">
  −
/path/to/steam_osx -applaunch 413150 --mods-path "Mods(multiplayer)"
  −
</syntaxhighlight></li>
  −
<li>Example: <code>/Applications/Steam.app/Contents/MacOS/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: <samp>chmod u+x /path/to/SMAPI multiplayer.command</samp> to give yourself these access privileges.</li>
  −
<li>Double-click the script to make Steam launch SMAPI with the specified mod folder and all steam features.</li>
   
</ol>
 
</ol>
 
|-
 
|-
636

edits

Navigation menu