Difference between revisions of "Modding:Index"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎Basics: make location of SMAPI docs more clear)
(redesign to make main guides more prominent clear)
Line 1: Line 1:
 
'''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.
 
'''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.
  
==For players==
+
==Main guides==
* [[Modding:Player Guide|Player guide]]
+
{|
* More advanced:
+
|-
** [[Modding:Key bindings|SMAPI mod key bindings]]
+
|style="border: 2px solid rgb(0, 116, 72); background: rgba(3, 160, 7, 0.1); padding: 1em;"| <big>'''[[Modding:Player Guide|Player's guide to using mods]]'''</big><br />How to install SMAPI, use mods, and troubleshoot them. Includes the compatibility list.
** [[Modding:Using XNB mods|Using XNB mods]] (not recommended)
+
|-
 +
|style="border: 2px solid rgb(0, 116, 72); background: rgba(3, 160, 7, 0.1); padding: 1em;"| <big>'''[[Modding:Modder Guide|Modder's guide to SMAPI]]'''</big><br />How to create SMAPI mods, with tutorials and documentation. This includes the full SMAPI API + event reference.
 +
|-
 +
|style="border: 2px solid rgb(0, 116, 72); background: rgba(3, 160, 7, 0.1); padding: 1em;"| <big>'''Modder's guide to Content Patcher'''</big><br />''Coming soon.''
 +
|}
  
==For mod creators==
+
==Advanced topics==
===Basics===
+
===For players===
* [[Modding:Modder Guide|SMAPI modder guide]] ('''includes SMAPI API + event documentation''')
+
* [[Modding:Using XNB mods|Using XNB mods]] (not recommended)
 +
 
 +
===For mod creators===
 
* [[Modding:IDE reference|IDE reference]]
 
* [[Modding:IDE reference|IDE reference]]
 
* [[Modding:Editing XNB files|Editing XNB files]]
 
* [[Modding:Editing XNB files|Editing XNB files]]
 
===Advanced topics===
 
 
* [[Modding:Common tasks|Common tasks]]
 
* [[Modding:Common tasks|Common tasks]]
 
* [[Modding:Maps|Maps]]
 
* [[Modding:Maps|Maps]]

Revision as of 22:37, 23 July 2018

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.
Modder's guide to SMAPI
How to create SMAPI mods, with tutorials and documentation. This includes the full SMAPI API + event reference.
Modder's guide to Content Patcher
Coming soon.

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