Changes

update links
Line 4: Line 4:     
==For players==
 
==For players==
If you want to use a content pack, install it just like a SMAPI mod (see [[Modding:Player FAQs|player FAQs]]). Make sure you install the mod it needs too.
+
If you want to use a content pack, install it just like a SMAPI mod (see [[Modding:Player Guide|player guide]]). Make sure you install the mod it needs too.
    
==For modders==
 
==For modders==
 
===Create a content pack===
 
===Create a content pack===
 
# [[Modding:Installing SMAPI|Install SMAPI]].
 
# [[Modding:Installing SMAPI|Install SMAPI]].
# Open your game's <tt>Mods</tt> folder (located in [[Modding:Player FAQs#Game folder|your game folder]]).
+
# Open your game's <tt>Mods</tt> folder (located in [[Modding:Game folder|your game folder]]).
 
# Add a subfolder with the name you want (usually camelcase like <tt>YourModName</tt>).
 
# Add a subfolder with the name you want (usually camelcase like <tt>YourModName</tt>).
 
# Inside the subfolder:
 
# Inside the subfolder:
#* Add a <tt>manifest.json</tt> file with the <tt>ContentPackFor</tt> field (see [[Modding:SMAPI APIs#Manifest|manifest format]]).
+
#* Add a <tt>manifest.json</tt> file with the <tt>ContentPackFor</tt> field (see [[Modding:Modder Guide/APIs/Manifest|manifest format]]).
 
#* Add the files needed by the mod that will read it. (See the instructions for the mod for which you're creating the content pack.)
 
#* Add the files needed by the mod that will read it. (See the instructions for the mod for which you're creating the content pack.)
 
# Launch the game, and make sure your new content pack appears under "Loaded X content packs" in the SMAPI console.
 
# Launch the game, and make sure your new content pack appears under "Loaded X content packs" in the SMAPI console.
    
===Release your content pack===
 
===Release your content pack===
# Add an [[Modding:SMAPI APIs#Update checks|update key]] to your manifest (if you haven't already).
+
# Add an [[Modding:Modder Guide/APIs/Manifest#Update checks|update key]] to your manifest (if you haven't already).
 
# Update the <tt>Version</tt> field in the manifest. (Increase it for each release! SMAPI will use it for update and compatibility checks.)
 
# Update the <tt>Version</tt> field in the manifest. (Increase it for each release! SMAPI will use it for update and compatibility checks.)
 
# Create a <tt>.zip</tt> file containing the content pack's folder.
 
# Create a <tt>.zip</tt> file containing the content pack's folder.
Line 34: Line 34:     
===Consume a content pack===
 
===Consume a content pack===
If you're writing a SMAPI mod which will read content packs, see [[Modding:SMAPI APIs#Content packs]].
+
If you're writing a SMAPI mod which will read content packs, see [[Modding:Modder Guide/APIs/Content Packs]].
    
[[Category:Modding]]
 
[[Category:Modding]]
translators
8,404

edits