This repository contains my SMAPI mods for Stardew Valley. See the individual mods for documentation and release notes.
- Battle Royalley - Year 2 (nexus/source) - Battle Royalley: Year 2 is an update to the original Battle Royalley mod for Stardew Valley.
- Cold Pets (nexus/source) - Pets stay inside during winter.
- Default Farmer (nexus/source) - Adds a Load and Save button to the character creation menus.
- Live Progress Bar (nexus/source) - Shows live progress on Stardew Valley with a menu for advanced details.
- Junimo Boy (nexus/source) - Adds a mobile game console to play your favorite arcade games.
- Seasonal Save Slots (nexus/source) - Adds seasonal flair to save slots in the load game menu.
- StardewHitboxes (nexus/source) - Visualize the hitboxes of characters, farmers, and weapons!
- Stardew Nametags (nexus/source) - Add nametags above players in Stardew Valley!
- Stardew Valley - Roguelike (nexus/source) - Explore a new area of the mines with this unique dungeon crawling experience for Stardew Valley!
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
_releases/<mod name>-<version>.zip
file from the project folder.