This repository contains my SMAPI mods for Stardew Valley. See the individual mods for documentation and release notes.
- QuestableTractor (ModDrop | Nexus | source)
Supplements TractorMod by making it so that the tractor is unlocked through quests that are expensive in terms of time, rather than expensive in terms of late-game resources. And, of course, is hopefully more fun than just whipping out your checkbook.
Until the mod reaches some basic level of stability, it's going to be English-only.
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
bin/Release/<mod name>-<version>.zip
file from the project folder.