Changes

Jump to navigation Jump to search
m
Small Updates.
Line 17: Line 17:  
# 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:Modder Guide/APIs/Manifest#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.)
Line 34: Line 34:  
</pre>
 
</pre>
   −
===Consume a content pack===
+
=== Consume a content pack ===
 
If you're writing a SMAPI mod which will read content packs, see [[Modding:Modder Guide/APIs/Content Packs]].
 
If you're writing a SMAPI mod which will read content packs, see [[Modding:Modder Guide/APIs/Content Packs]].
   −
==Conventions==
+
== Conventions ==
 
These are recommended practices, but they're not required.
 
These are recommended practices, but they're not required.
   −
===Folder name===
+
=== Folder name ===
 
The folder name should use [https://en.wikipedia.org/wiki/Camel_case upper camel case] with a prefix showing which mod it's for. For example, a folder named <code>[CP] SampleName</code> is a content pack for Content Patcher.
 
The folder name should use [https://en.wikipedia.org/wiki/Camel_case upper camel case] with a prefix showing which mod it's for. For example, a folder named <code>[CP] SampleName</code> is a content pack for Content Patcher.
   Line 47: Line 47:  
|-
 
|-
 
! Prefix
 
! Prefix
! For mod
+
! For Mod
|-
  −
| <code>[AHM]</code>
  −
| {{Nexus mod|1538|Animal Husbandry Mod}}
   
|-
 
|-
 
| <code>[BAGI]</code>
 
| <code>[BAGI]</code>
Line 58: Line 55:  
| {{Nexus mod|3296|Better Farm Animal Variety}}
 
| {{Nexus mod|3296|Better Farm Animal Variety}}
 
|-
 
|-
| <code>[BL]</code>
+
| <code>[AHM]</code>
| {{Nexus mod|2905|Bus Locations}}
+
| {{Nexus mod|1538|Animal Husbandry Mod}}
|-
  −
| <code>[CF]</code>
  −
| {{Nexus mod|1254|Custom Furniture}}
   
|-
 
|-
 
| <code>[CFR]</code>
 
| <code>[CFR]</code>
 
| {{Nexus mod|991|Custom Farming Redux}}
 
| {{Nexus mod|991|Custom Farming Redux}}
|-
  −
| <code>[CM]</code>
  −
| {{Nexus mod|3043|Custom Music}}
  −
|-
  −
| <code>[CP]</code>
  −
| {{Nexus mod|1915|Content Patcher}}
  −
|-
  −
| <code>[FR]</code>
  −
| {{Nexus mod|3731|Farmhouse Redone}}
   
|-
 
|-
 
| <code>[FTM]</code>
 
| <code>[FTM]</code>
 
| {{Nexus mod|3231|Farm Type Manager}}
 
| {{Nexus mod|3231|Farm Type Manager}}
|-
  −
| <code>[JA]</code>
  −
| {{Nexus mod|1720|Json Assets}}
   
|-
 
|-
 
| <code>[MFM]</code>
 
| <code>[MFM]</code>
Line 90: Line 72:  
| <code>[PFM]</code>
 
| <code>[PFM]</code>
 
| {{Nexus mod|4970|Producer Framework Mod}}
 
| {{Nexus mod|4970|Producer Framework Mod}}
|-
  −
| <code>[PP]</code>
  −
| {{Nexus mod|4703|Pond Painter}}
   
|-
 
|-
 
| <code>[STF]</code>
 
| <code>[STF]</code>
Line 99: Line 78:  
| <code>[TMX]</code>
 
| <code>[TMX]</code>
 
| {{Nexus mod|1820|TMX Loader}}
 
| {{Nexus mod|1820|TMX Loader}}
 +
|-
 +
| <code>[BL]</code>
 +
| {{Nexus mod|2905|Bus Locations}}
 +
|-
 +
| <code>[CF]</code>
 +
| {{Nexus mod|1254|Custom Furniture}}
 +
|-
 +
| <code>[CM]</code>
 +
| {{Nexus mod|3043|Custom Music}}
 +
|-
 +
| <code>[CP]</code>
 +
| {{Nexus mod|1915|Content Patcher}}
 +
|-
 +
| <code>[FR]</code>
 +
| {{Nexus mod|3731|Farmhouse Redone}}
 +
|-
 +
| <code>[JA]</code>
 +
| {{Nexus mod|1720|Json Assets}}
 +
|-
 +
| <code>[PP]</code>
 +
| {{Nexus mod|4703|Pond Painter}}
 
|}
 
|}
  
21

edits

Navigation menu