This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Changes

Jump to: navigation, search

Modding:Player Guide/Getting Started

15 bytes added, 17:06, 20 January 2020
update links
| Windows
|  
# Create a separate folder for each mod group in [[Modding:Game #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.
# 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>.
| Linux
| <ol>
<li>Create a separate folder for each mod group in [[Modding:Game #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>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 #Find your game folder|your game folder]]):
<source lang="bash">
#!/bin/bash
| Mac
| <ol>
<li>Create a separate folder for each mod group in [[Modding:Game #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>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 #Find your game folder|your game folder]]):
<source lang="bash">
/path/to/StardewValley/StardewModdingAPI.bin.osx --mods-path "Mods (multiplayer)"
Managers, moderator
70,170
edits

Navigation menu