Changes

no edit summary
Line 8: Line 8:     
Current instructions are incorrect. I was able to successfully create mod groups on my Mac by completing the following steps:
 
Current instructions are incorrect. I was able to successfully create mod groups on my Mac by completing the following steps:
 
+
<ol>
 
<li>Create a separate folder for each mod group in 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 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>
Line 14: Line 14:  
<syntaxhighlight lang="bash"> --mods-path "Mods(multiplayer)"
 
<syntaxhighlight lang="bash"> --mods-path "Mods(multiplayer)"
 
</syntaxhighlight></li>
 
</syntaxhighlight></li>
<li>Example: <code>~/Library/Application\ Support/Steam/steamapps/common/Stardew\ Valley/Contents/MacOS/StardewModdingAPI --mods-path "Mods(multiplayer)"</code></li>
+
Example: <code>~/Library/Application\ Support/Steam/steamapps/common/Stardew\ Valley/Contents/MacOS/StardewModdingAPI --mods-path "Mods(multiplayer)"</code></li>
 
<li>Save the file, then mark the file executable.</li>
 
<li>Save the file, then mark the file executable.</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>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>
 
</ol>
 +
[[User:Rogue.toast|Rogue.toast]] ([[User talk:Rogue.toast|talk]]) 18:45, 19 August 2023 (UTC)</li>
 +
:I saw your message, and added the edit from the abuse filter log. Fell free to review it for accuracy. Thanks, [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 03:09, 20 August 2023 (UTC)
 +
:: Thanks, Margotbean, it's all good. Much appreciated! [[User:Rogue.toast|Rogue.toast]] ([[User talk:Rogue.toast|talk]]) 17:52, 20 August 2023 (UTC)
634

edits