Changes

Jump to navigation Jump to search
→‎Install mods: add folder/file icons for readability
Line 111: Line 111:  
To install a mod, just unzip it into the <code>Mods</code> folder in [[#Find your game folder|your game folder]]. Make sure each mod has its own subfolder, without trailing numbers. For example, if you have a <code>PineapplesEverywhere</code> mod, you should have a file structure like this:
 
To install a mod, just unzip it into the <code>Mods</code> folder in [[#Find your game folder|your game folder]]. Make sure each mod has its own subfolder, without trailing numbers. For example, if you have a <code>PineapplesEverywhere</code> mod, you should have a file structure like this:
 
<pre>
 
<pre>
Stardew Valley/
+
📁 Stardew Valley/
   Mods/
+
   📁 Mods/
       PineapplesEverywhere/
+
       📁 PineapplesEverywhere/
         PineapplesEverywhere.dll
+
         🗎 PineapplesEverywhere.dll
         manifest.json
+
         🗎 manifest.json
 
</pre>
 
</pre>
   Line 122: Line 122:  
<li>If you have a lot of mods, you can optionally organise them into subfolders. SMAPI will automatically search inside each folder until it finds one with files.
 
<li>If you have a lot of mods, you can optionally organise them into subfolders. SMAPI will automatically search inside each folder until it finds one with files.
 
<pre>
 
<pre>
Stardew Valley/
+
📁 Stardew Valley/
   Mods/
+
   📁 Mods/
       Fruit mods/
+
       📁 Fruit mods/
         PineapplesEverywhere/
+
         📁 PineapplesEverywhere/
             PineapplesEverywhere.dll
+
             🗎 PineapplesEverywhere.dll
             manifest.json
+
             🗎 manifest.json
         ApplesNowhere/
+
         📁 ApplesNowhere/
             ApplesNowhere.dll
+
             🗎 ApplesNowhere.dll
             manifest.json
+
             🗎 manifest.json
 
</pre></li>
 
</pre></li>
 
<li>To disable a folder, just add a dot in front of the folder name (like <code>.disabled mods</code>). If Windows doesn't let you do that, put a dot at the end too and it'll let you (like <code>.disabled mods.</code>).</li>
 
<li>To disable a folder, just add a dot in front of the folder name (like <code>.disabled mods</code>). If Windows doesn't let you do that, put a dot at the end too and it'll let you (like <code>.disabled mods.</code>).</li>
translators
8,404

edits

Navigation menu