Difference between revisions of "Modding:Index"

From Stardew Valley Wiki
Jump to navigation Jump to search
(eliminate some redundancy and html syntax)
Line 19: Line 19:
  
 
===For mod creators===
 
===For mod creators===
 +
* [[Modding:Common tasks|Common tasks (SMAPI Mods)]]
 +
* [[Modding:Editing XNB files|Editing XNB files]]
 
* [[Modding:IDE reference|IDE reference]]
 
* [[Modding:IDE reference|IDE reference]]
<ul TYPE="square"><ul type="square">
+
* NPCs:
<li>What Programs to Use
 
<li>Creating a new mod project
 
<li>NuGet Packages
 
<li>Editing existing files
 
</ul></ul>
 
* [[Modding:Editing XNB files|Editing XNB files]]
 
<ul TYPE="square"><ul type="square">
 
<li>What are XNB Files
 
<li>Unpacking & Packing
 
<li>Making Changes to XNB Files
 
</ul></ul>
 
* [[Modding:Common tasks|Common tasks (SMAPI Mods)]]
 
<ul><ul>
 
<li>Tracking Changes to a Value
 
<li>Create an Item (Object)
 
<li>Locations
 
<li>Player
 
<li>NPC (See [[Modding:NPC data|Custom NPCs]] below)
 
<li>UI
 
<li>Menus
 
<li>Harmony
 
<li>Misc. Common Tasks
 
</ul></ul>
 
* [[Modding:Maps|How to Edit Maps]]
 
<ul><ul>
 
<li>Basic Concepts
 
<li>Map Edits
 
<li>Map & Tile Properties
 
<li>An Explanation of the "Paths" Tilesheet
 
</ul></ul>
 
* Custom NPCs:
 
 
** [[Modding:NPC data|Overview]]
 
** [[Modding:NPC data|Overview]]
 
** [[Modding:Dialogue|Dialogue]]
 
** [[Modding:Dialogue|Dialogue]]
Line 73: Line 44:
 
** [[Modding:Farmer sprite|Farmer sprite]]
 
** [[Modding:Farmer sprite|Farmer sprite]]
 
** [[Modding:Fish data|Fish]]
 
** [[Modding:Fish data|Fish]]
 +
** [[Modding:Maps|Maps]]
 
** [[Modding:Weather data|Weather]]
 
** [[Modding:Weather data|Weather]]
  

Revision as of 22:01, 1 March 2019

Mods are packages of files which change Stardew Valley in some way. Mods can add features (like showing NPCs on the map), change game mechanics (like making fences decay more slowly), make cosmetic changes (like making your house look like a hobbit home), and much more.

Main guides

Player's guide to using mods
How to install SMAPI, use mods, and troubleshoot them. Includes the compatibility list.
Get Started: Modder's guide to SMAPI
How to create SMAPI mods, with tutorials and documentation. This includes the full SMAPI API + event reference.
Translating mods
How to contribute mod translations for any language supported by the game. (And for modders, how to enable and request translations.)

Search

Looking for something specific? Try searching the Modding namespace.

Advanced topics

For players

For mod creators

Migration guides

See also

  • Chat on Discord — get help, ask questions, or discuss with modders and SMAPI developers.

SMAPI mascot.png