/stardew-valley-mods-1

My mods for Stardew Valley

Primary LanguageC#MIT LicenseMIT

StardewValleyMods

A collection of Stardew Valley mods that improve player experience, quality of life, and add new content to the game.

Install

  1. Install the latest version of SMAPI
  2. Download mods and unzip them into Stardew Valley/Mods.
  3. Run the game using StardewModdingAPI (SMAPI).

Shows character locations on the map. Uses a modified map page much more accurate to the game.

Adding custom locations

Locates characters on the screen indicating direction and distance from player's current position.

Replaces pet dog with a Shiba Inu, Shepherd, or Husky. Requires Content Patcher.

Compiling

To compile a SMAPI mod for testing, use the following instructions:

  1. Make sure to have the appropriate versions of the game and SMAPI installed.
  2. Open the solution with Visual Studio or MonoDevelop.
  3. Add the package Stardew.ModBuildConfig by Pathoschild to enable cross-platform compatibility.
  4. Re-build the solution and run the debugger to launch the project with SMAPI.