Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

dmcrider57

Uploaded by

dmcrider57

Virus scan

Safe to use

About this mod

Shows a message upon waking up when today is the last day a crop can be planted this year. Supports almost all mods by default. Let me know if your favorite mod isn't working with this!

Requirements
Permissions and credits
Mirrors
Changelogs
Donations
*Note*: Due to an issue with SMAPI some crop localization will not happen. In other words, Mods don't have access to the game language until after they've loaded, which is too late to load the correct translation.


Release History
v2.2.0 - Added support for v1.6 (thanks to Tenebrosful for the assistance). Working on adding an in-game calendar to display last planting dates (still WIP)

v2.1.0 - Added full support for any mod that uses crop.json files.

v2.0.2 - Fixed crop names not being translated correctly.

v2.0.1 - Added support for other mods.

v1.2.0 - Automatically check for Agriculturist skill (determined by the main player in multiplayer). Added flag for base crops in preparation for mod compatibility (coming soon).

v1.1.0 - Added configuration settings. Will now show messages when it is the last day to use each type of Speed Gro.

v1.0.0 - Initial Release.

Install
- Download from NexusMods (recommended) or from the latest release
- Requires SMAPI
- Extract the ZIP to `\Stardew Valley\Mods\`
- Start the game to create the `config.json` file

Configuration
The configuration options work like this: In addition to a notification on Day 16 of Spring for Cauliflower, if you enable all options, you will also get a notification on Days 18, 19, and 20 for Speed Gro, Deluxe Speed Gro, and Hyper Speed Gro, respectively, for Cauliflower. Toggle the "ShowGingerIslandCrops" to get notified for the last day to plant those crops on your farm (they grow year-round on the Island).

The `config.json` file looks like this:

    {
      "ShowGinerIslandCrops": false,
      "ShowSpeedGro": false,
      "ShowDeluxeSpeedGro": false,
      "ShowHyperSpeedGro": false
    }

Running into issues?
If something is going wrong, please let me know by submitting an issue on GitHub, or email me directly at [email protected]. I try my best to test multiple scenarios, but I can't test everything.

Supported Languages
- English
- Spanish
- Brazilian Portuguese

Special Thanks
@Duckexza - Brazilian translation
@4x4cheesecake - Fix for #16