Question How Do I Make Mods?

Athos

Cowpoke
OK, I am also a begginer and encounter some problems. My adcice is reading wiki is the best way to solve your doubt.

You need basic skill to use C# or you can use Content Patcher. And you can get some advice from ds or chatgpt
 

Lenora Rose

Farmer
If you scroll down here, there are 3 "Start from scratch" tutorial videos:

There's also a separate modding wiki with written tutorials if those work better for you (I vastly prefer written instructions), which I found much easier as a starting point than the main wiki's modding info (Which is essential, don't get me wrong, but it's more useful after you've copied some code). There are tutorials specifically flagged as beginner level.

Lastly, the content patcher documentation at Github includes a guide whose very first example of a patch is how to replace a vanilla portrait. This is a bit trickier to read than the tutorials above, like the Stardew wiki is, but like the Stardew wiki, the information is extremely useful once you get into more complicated work.
 

BeenASon

Local Legend
If you scroll down here, there are 3 "Start from scratch" tutorial videos:

There's also a separate modding wiki with written tutorials if those work better for you (I vastly prefer written instructions), which I found much easier as a starting point than the main wiki's modding info (Which is essential, don't get me wrong, but it's more useful after you've copied some code). There are tutorials specifically flagged as beginner level.

Lastly, the content patcher documentation at Github includes a guide whose very first example of a patch is how to replace a vanilla portrait. This is a bit trickier to read than the tutorials above, like the Stardew wiki is, but like the Stardew wiki, the information is extremely useful once you get into more complicated work.
The stardew modding wiki is much better than the official wiki's modding help lmfaoo.
 

Lenora Rose

Farmer
The official wiki is designed as the information you need after you already learned the process. A dictionary, rather than an instruction manual. It's fantastic for when you want to look up the details of an obscure command you never expected to use. Not so good for when you want to know how to add in that command in the first place.
 

BeenASon

Local Legend
The official wiki is designed as the information you need after you already learned the process. A dictionary, rather than an instruction manual. It's fantastic for when you want to look up the details of an obscure command you never expected to use. Not so good for when you want to know how to add in that command in the first place.
I mean it IS a wiki after all.
 
Top