Difference between revisions of "Modding:Index"

From Stardew Valley Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
* [[User:Pathoschild/Creating a SMAPI mod|Creating a SMAPI mod]]
 
* [[User:Pathoschild/Creating a SMAPI mod|Creating a SMAPI mod]]
 
* [[User:Pathoschild/Updating deprecated SMAPI code|Updating deprecated SMAPI code]]
 
* [[User:Pathoschild/Updating deprecated SMAPI code|Updating deprecated SMAPI code]]
 +
* [[User:Pathoschild/Creating an XNB mod|Creating an XNB mod]]
 
* [[User:Pathoschild/IDE reference|IDE reference]]
 
* [[User:Pathoschild/IDE reference|IDE reference]]
  

Revision as of 03:03, 4 May 2017

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.

Using mods

Creating mods

Main resources

Advanced topics