Changes

Jump to navigation Jump to search
→‎Specific topics: + common data field types
Line 13: Line 13:  
==Creating mods==
 
==Creating mods==
   −
Making mods can be broadly divided into two categories: SMAPI mods, which use C#, and content packs, which don’t require coding knowledge, just making json files. Usually it’s easiest to start with making content packs, especially if there’s a framework that already does what you want, and in general it's better to use frameworks whenever possible for compatibility reasons. If you're confused and want to look at a picture of what kinds of modding is possible, see [[Modding:Modder Guide/Get Started/Pictorial Guide]].
+
Making mods can be broadly divided into two categories: C# mods and content packs (formatted text files that rely on a framework C# mod). Content packs can make new NPCs, edit maps, add new items, add shops, and more, while C# mods can change fundamental game mechanics. Usually it’s easiest to start with making content packs, since you don't need to learn how to program in C#. If you're confused and want to look at a picture of what kinds of modding is possible, see [[Modding:Modder Guide/Get Started/Pictorial Guide]].
    
{|
 
{|
Line 29: Line 29:  
* [[Modding:Open source|Open source]]
 
* [[Modding:Open source|Open source]]
   −
===Advanced topics===
+
===Specific topics===
 
* '''[[Modding:Modder Guide/APIs|SMAPI API reference]]''' (also on the sidebar in the "Creating SMAPI mods" guide above)
 
* '''[[Modding:Modder Guide/APIs|SMAPI API reference]]''' (also on the sidebar in the "Creating SMAPI mods" guide above)
 
* '''[https://stardewmodding.wiki.gg Modding tutorials wiki]'''
 
* '''[https://stardewmodding.wiki.gg Modding tutorials wiki]'''
Line 43: Line 43:  
** {{upcoming|version = 1.6|content = [[Modding:World map|World map]]|inline=1}}
 
** {{upcoming|version = 1.6|content = [[Modding:World map|World map]]|inline=1}}
 
** {{upcoming|version = 1.6|content = [[Modding:Game state queries|Game state queries]]|inline=1}}
 
** {{upcoming|version = 1.6|content = [[Modding:Game state queries|Game state queries]]|inline=1}}
 +
** {{upcoming|version = 1.6|content = [[Modding:Item queries|Item queries]]|inline=1}}
 +
** {{upcoming|version = 1.6|content = [[Modding:Trigger actions|Trigger actions]]|inline=1}}
 
** {{upcoming|version = 1.6|content = [[Modding:Tokenizable strings|Tokenizable strings]]|inline=1}}
 
** {{upcoming|version = 1.6|content = [[Modding:Tokenizable strings|Tokenizable strings]]|inline=1}}
 
** {{upcoming|version = 1.6|content = [[Modding:Shops|Shops]]|inline=1}}
 
** {{upcoming|version = 1.6|content = [[Modding:Shops|Shops]]|inline=1}}
 +
** {{upcoming|version = 1.6|content = [[Modding:Custom Farms|Farm map]]|inline=1}}
    
* NPCs:
 
* NPCs:
Line 76: Line 79:  
** [[Modding:Special orders|Special orders]]
 
** [[Modding:Special orders|Special orders]]
 
** [[Modding:Weather data|Weather]]
 
** [[Modding:Weather data|Weather]]
 +
 +
* Specialized (normally linked from other pages):
 +
** {{upcoming|version = 1.6|content = [[Modding:Common data field types|Common data field types]]|inline=1}}
    
===Migration guides===
 
===Migration guides===
Line 128: Line 134:  
[[es:Modding:Índice]]
 
[[es:Modding:Índice]]
 
[[fr:Modding:Index]]
 
[[fr:Modding:Index]]
[[ko:모드:목차]]
   
[[pt:Modificações:Índice]]
 
[[pt:Modificações:Índice]]
 
[[ru:Модификации:Индекс]]
 
[[ru:Модификации:Индекс]]
 
[[zh:使用模组:目录]]
 
[[zh:使用模组:目录]]
translators
8,403

edits

Navigation menu