Skip to content

trigao/StardewMods

 
 

Repository files navigation

This repository contains my SMAPI mods for Stardew Valley. See the individual mods for documentation and release notes.

Mods

  • ArchaeologyHouseContentManagementHelper (source)
    This mod improves the management of the Library/Museum. Shows number of found books and contributed items. Allows item rearrangement even if nothing to donate. Shows specific information of the selected item. Items can be swapped to make rearrangement less tedious. Adds extended gamepad cursor support. Largely fixes the in-game item-placement bug. Lost Books can be "grabbed & sent" to the library even if the player's inventory has no space. Lost Books can be read without having to go the library.
  • ToolUpgradeDeliveryService (source) This mod makes retrieving upgraded farm tools less tedious. With this mod, Clint (the blacksmith) will simply send you an e-mail with the upgraded tool included as soon as the upgrade is finished. No more going to the blacksmith simply to get your improved farm tool!

Translating the mods

The mods can be translated into any language supported by the game, and SMAPI will automatically use the right translations.

(❑ = untranslated, ↻ = partly translated, ✓ = fully translated)

  Archaeology House Content Management Helper Tool-Upgrade Delivery Service
Chinese
German
Japanese ❑ untranslated ❑ untranslated
Portuguese ❑ untranslated
Russian ❑ untranslated ❑ untranslated
Spanish ❑ untranslated

Here's how to translate one of my mods:

  1. Copy default.json into a new file with the right name:

    language file name
    Chinese zh.json
    German de.json
    Japanese ja.json
    Portuguese pt.json
    Spanish es.json
  2. Translate the second part on each line:

    "example-key": "some text here"
                    ^-- translate this

    Don't change the quote characters, and don't translate the text inside {{these brackets}}.

  3. Launch the game to try your translations.
    You can edit translations without restarting the game; just type reload_i18n in the SMAPI console to reload the translation files.

Create an issue or pull request here with your translations, or send them to me via e-mail or nexus mods.

Compiling the mods

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.

Compiling a mod for testing

To compile a mod and add it to your game's Mods directory:

  1. Rebuild the project in Visual Studio or MonoDevelop.
    This will compile the code and package it into the mod directory.
  2. Launch the project with debugging.
    This will start the game through SMAPI and attach the Visual Studio debugger.

About

Mods for Stardew Valley using SMAPI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%