Changes

Jump to navigation Jump to search
m
Line 27: Line 27:  
===Can I make a mod ''without SMAPI''?===
 
===Can I make a mod ''without SMAPI''?===
 
Yep. Many SMAPI mods support 'content packs', which let you provide JSON text files, images, etc which they use. For example, you can use [https://www.nexusmods.com/stardewvalley/mods/1915 Content Patcher] to edit the game's images and data with zero programming needed. The rest of this guide is about creating a new SMAPI mod; for content packs, see the documentation for the mod that'll read it.
 
Yep. Many SMAPI mods support 'content packs', which let you provide JSON text files, images, etc which they use. For example, you can use [https://www.nexusmods.com/stardewvalley/mods/1915 Content Patcher] to edit the game's images and data with zero programming needed. The rest of this guide is about creating a new SMAPI mod; for content packs, see the documentation for the mod that'll read it.
 +
 +
===What kinds of mods can I make?===
 +
There are so many different kinds of mods out there, but the three main categories are:
 +
<ul>
 +
<li>[[Modding:Maps|Map Edits]]
 +
  <ul>
 +
  <li>Change an existing map
 +
  <li>Introduce a brand new map area
 +
  </ul>
 +
<li>Sprite Edits using graphics software
 +
  <ul>
 +
  <li>Edit existing Tilesheets (.png images the game uses to generate content)
 +
  <li>Create new content
 +
  </ul>
 +
<li>[[Modding:IDE reference|Data Edits]] using Content Patcher or Visual Studios to edit the game's code
 +
  <ul>
 +
  <li>Modding with [[Modding:Content_packs|Content Packs]]
 +
  <li>Editing game code
 +
  </ul>
 +
</ul>
 +
    
===Where can I get help?===
 
===Where can I get help?===
15

edits

Navigation menu