This repository contains my mods for Stardew Valley:
And these archived mods which are no longer actively maintained:
All Crops All Seasons (Nexus)(see alternatives)Skull Cave Saver (Nexus)(see alternatives)
The mods can be translated into any language supported by the game, and SMAPI will automatically use the right translations.
Contributions are welcome! See Modding:Translations on the wiki for help contributing translations.
(❑ = untranslated, ↻ = partly translated, ✓ = fully translated)
All Professions | Instant Grow Trees | Recatch Legendary Fish | TimeSpeed | |
---|---|---|---|---|
Chinese | ❑ | ❑ | ❑ | ✓ |
French | ❑ | ❑ | ❑ | ✓ |
German | ❑ | ❑ | ❑ | ✓ |
Hungarian | ✓ | ❑ | ❑ | ❑ |
Italian | ❑ | ❑ | ❑ | ❑ |
Japanese | ❑ | ❑ | ❑ | ❑ |
Korean | ❑ | ✓ | ✓ | ✓ |
Portuguese | ❑ | ❑ | ❑ | ↻ |
Russian | ✓ | ❑ | ❑ | ✓ |
Spanish | ✓ | ✓ | ✓ | ✓ |
Turkish | ❑ | ❑ | ❑ | ❑ |
Installing stable releases from Nexus Mods is recommended for most users. If you really want to compile the mod yourself, read on.
These mods use the crossplatform build config so they can be built on Linux, Mac, and Windows without changes. See the build config documentation for troubleshooting.
To compile a mod and add it to your game's Mods
directory:
- Rebuild the project in Visual Studio or MonoDevelop.
This will compile the code and package it into the mod directory. - Launch the project with debugging.
This will start the game through SMAPI and attach the Visual Studio debugger.
To package a mod for release:
- Switch to
Release
build configuration. - Recompile the mod per the previous section.
- Upload the generated
<mod name>-<version>.zip
file from the solution's_releases
folder.