Changes

Jump to navigation Jump to search
→‎Can I have different mod groups?: removal of "(Linux)" and "(Mac)" specifiers on filenames since they have separate sections.
Line 268: Line 268:  
| <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>
<li>Create a file like <tt>SMAPI_multiplayer.sh</tt> (Linux) 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 [[Modding:Game folder|your game folder]]):
 
<source lang="bash">
 
<source lang="bash">
Line 281: Line 281:  
| <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>
<li>Create a file <tt>SMAPI_multiplayer.command</tt> (MacOS) 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 [[Modding:Game folder|your game folder]]):
 
<source lang="bash">
 
<source lang="bash">
97

edits

Navigation menu