Changes

no edit summary
Line 1: Line 1:  
{{../header}}
 
{{../header}}
   −
'''If you're making a mod for the first time,''' see [[Modding:Index#Creating_mods]] for a short description of the differences between C# mods and content packs. '''You don't need to use C# to make mods.'''
+
'''If you're making a mod for the first time,''' see [[Modding:Index#Creating mods]] for a short description of the differences between C# mods and content packs. '''You don't need to use C# to make mods.'''
    
Do you want to create '''SMAPI mods for Stardew Valley with C#?''' This guide is for you!
 
Do you want to create '''SMAPI mods for Stardew Valley with C#?''' This guide is for you!
Line 28: Line 28:     
===Can I make a mod ''without SMAPI''?===
 
===Can I make a mod ''without SMAPI''?===
Yep. Many SMAPI mods support '[[Modding:Content_packs|content packs]]', which let you provide JSON text files, images, etc which they use. For example, you can [[Modding:Content Patcher|use 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 [[Modding:Content Patcher]] or [[Modding:Content pack frameworks]] for information on other available frameworks (or the mod documentation if creating a content pack for a different mod).
+
Yep. Many SMAPI mods support '[[Modding:Content packs|content packs]]', which let you provide JSON text files, images, etc which they use. For example, you can [[Modding:Content Patcher|use 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 [[Modding:Content Patcher]] or [[Modding:Content pack frameworks]] for information on other available frameworks (or the mod documentation if creating a content pack for a different mod).
    
===Where can I get help?===
 
===Where can I get help?===
105,900

edits