Changes

Jump to navigation Jump to search
Line 4: Line 4:  
[[User:Vinilla|Vinilla]] ([[User talk:Vinilla|talk]]) 00:41, 5 July 2023 (UTC)
 
[[User:Vinilla|Vinilla]] ([[User talk:Vinilla|talk]]) 00:41, 5 July 2023 (UTC)
 
:I've done a global find & replace to update the links. Sorry for the trouble, but vandalism prevention, you know. Thanks for reporting the problem! [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 15:55, 5 July 2023 (UTC)
 
:I've done a global find & replace to update the links. Sorry for the trouble, but vandalism prevention, you know. Thanks for reporting the problem! [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 15:55, 5 July 2023 (UTC)
 +
 +
== Updates to "Can I Have Different Mod Groups" - Mac Platform ==
 +
 +
Current instructions are incorrect. I was able to successfully create mod groups on my Mac by completing the following steps:
 +
 +
<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>Input ~ followed by your folder path. Add the following text to the end of the string:
 +
<syntaxhighlight lang="bash"> --mods-path "Mods(multiplayer)"
 +
</syntaxhighlight></li>
 +
<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>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>
 +
</ol>
635

edits

Navigation menu