This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Changes

Jump to: navigation, search

Modding:Modder Guide/Get Started

613 bytes removed, 22:07, 1 March 2019
no edit summary
===Can I make a mod?===
Yes! This guide (and the rest of this wiki) will help you create a simple mod step-by-step. If you follow along, you'll have created a mod! Then you'll just need to make it do what you want.
If you're new to programming: many mod developers start with little or no programming experience. You can certainly learn along the way if you're determined, but you should be prepared for a steep learning curve. Don't be too ambitious at first; it's better to start with a small mod when you're figuring it out. It's easy to become overwhelmed at first and give up. The modding community is very welcoming, so don't be afraid to ask questions!
===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 use [https://www.nexusmods.com/stardewvalley/mods/1915 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 the documentation for the mod that'll read it.
===What kinds of mods can I make?===
There are so many different kinds of mods out there, but the three main categories are:
<ul>
<li>[[Modding:Maps|Map Edits]]
<ul>
<li>Change an existing map
<li>Introduce a brand new map area
</ul>
<li>Sprite Edits using graphics software
<ul>
<li>Edit existing Tilesheets (.png images the game uses to generate content)
<li>Create new content
</ul>
<li>[[Modding:IDE reference|Data Edits]] using Content Patcher or Visual Studios to edit the game's code
<ul>
<li>Modding with [[Modding:Content_packs|Content Packs]]
<li>Editing game code
</ul>
</ul>
===Where can I get help?===
<span id="help"></span>The Stardew Valley modding community is very welcoming. Feel free to ask for help in [[Modding:Community#Discord|#modding on the Stardew Valley Discord]].
Managers, moderator
70,170
edits

Navigation menu