Changes

update links
Line 260: Line 260:  
| Windows
 
| Windows
 
|  
 
|  
# Create a separate folder for each mod group in [[Modding:Game folder|your game folder]], like <code>Mods</code> and <code>Mods (multiplayer)</code>.
+
# 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>.
 
# Create a shortcut to the <tt>StardewModdingAPI.exe</tt> file.
 
# Create a shortcut to the <tt>StardewModdingAPI.exe</tt> file.
 
# Right-click the shortcut, choose <tt>Properties</tt>, and add this to the end of the <tt>Target</tt> field: <code> --mods-path "Mods (multiplayer)"</code> (changing folder name as needed). Done correctly, it should look something like <code>"your-path-here\SteamLibrary\steamapps\common\Stardew Valley\StardewModdingAPI.exe" --mods-path "Mods (multiplayer)"</code>.
 
# Right-click the shortcut, choose <tt>Properties</tt>, and add this to the end of the <tt>Target</tt> field: <code> --mods-path "Mods (multiplayer)"</code> (changing folder name as needed). Done correctly, it should look something like <code>"your-path-here\SteamLibrary\steamapps\common\Stardew Valley\StardewModdingAPI.exe" --mods-path "Mods (multiplayer)"</code>.
Line 267: Line 267:  
| Linux
 
| 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 [[#Find your game folder|your game folder]], like <code>Mods</code> and <code>Mods (multiplayer)</code>.</li>
 
<li>Create a file like <tt>SMAPI_multiplayer.sh</tt> on your desktop.</li>
 
<li>Create a file like <tt>SMAPI_multiplayer.sh</tt> 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</tt> with the full path to the <tt>StardewValley</tt> file in [[Modding:Game folder|your game folder]]):
+
<li>Edit the file and set the text to this (change the folder name as needed, and replace <tt>/path/to/StardewValley</tt> with the full path to the <tt>StardewValley</tt> file in [[#Find your game folder|your game folder]]):
 
<source lang="bash">
 
<source lang="bash">
 
#!/bin/bash
 
#!/bin/bash
Line 280: Line 280:  
| Mac
 
| Mac
 
| <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 [[#Find your game folder|your game folder]], like <code>Mods</code> and <code>Mods (multiplayer)</code>.</li>
 
<li>Create a file <tt>SMAPI_multiplayer.command</tt> on your desktop.</li>
 
<li>Create a file <tt>SMAPI_multiplayer.command</tt> 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]]):
+
<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 [[#Find your game folder|your game folder]]):
 
<source lang="bash">
 
<source lang="bash">
 
/path/to/StardewValley/StardewModdingAPI.bin.osx --mods-path "Mods (multiplayer)"
 
/path/to/StardewValley/StardewModdingAPI.bin.osx --mods-path "Mods (multiplayer)"
106,033

edits