2017-07-31 12:56:32 +08:00
|
|
|
**Happy Birthday** is a [Stardew Valley](http://stardewvalley.net/) mod which lets you pick a day
|
|
|
|
for your birthday. On your birthday, you get letters from your parents, and villagers give you
|
|
|
|
gifts and wish you happy birthday.
|
|
|
|
|
|
|
|
Compatible with Stardew Valley 1.2+ on Linux, Mac, and Windows.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
1. [Install the latest version of SMAPI](https://github.com/Pathoschild/SMAPI/releases).
|
|
|
|
2. Install [this mod from Nexus mods](http://www.nexusmods.com/stardewvalley/mods/520).
|
|
|
|
3. Merge the mod's `Content` folder with the game's `Content` folder.
|
|
|
|
4. Run the game using SMAPI.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
The menu to choose your birthday should appear when you wake up in the morning. On your birthday,
|
|
|
|
talk to NPCs as usual and they'll wish you happy birthday and give you gifts. Their gifts will
|
|
|
|
change based on your friendship with them. Check your mailbox for letters from your parents.
|
|
|
|
|
|
|
|
## Versions
|
|
|
|
1.0:
|
|
|
|
* Initial release.
|
|
|
|
|
|
|
|
1.0.1:
|
|
|
|
* Fixed a dialogue error with Shane.
|
|
|
|
* Reduced log spam in the SMAPI console.
|
|
|
|
|
|
|
|
1.0.2:
|
|
|
|
* Deleted some old data.
|
|
|
|
|
|
|
|
1.0.3:
|
|
|
|
* Fixed being able to "talk" to your pet.
|
|
|
|
|
|
|
|
1.0.4:
|
|
|
|
* Fixed everyone wishing you a happy birthday every day. Oops.
|
|
|
|
|
|
|
|
1.0.5:
|
|
|
|
* Fixed NPCs giving you a gift but not wishing you a happy birthday.
|
|
|
|
|
|
|
|
1.0.6:
|
|
|
|
* Fixed NPCs not wishing you a happy birthday if your birthday didn't exist already.
|
|
|
|
|
|
|
|
1.1:
|
|
|
|
* Updated to Stardew Valley 1.1 and SMAPI 0.40 1.1-3.
|
|
|
|
* Added a popup that wishes you happy birthday on your birthday.
|
|
|
|
* Added mail from your parents on your birthday.
|
|
|
|
|
|
|
|
1.1.1:
|
|
|
|
* Fixed some gifts being too OP (like 25 rabbit foots).
|
|
|
|
* Fixed the birthday menu not letting you exit without choosing a date.
|
|
|
|
* Fixed NPCs sometimes giving you broken items and useless rocks.
|
|
|
|
* Fixed game crashing when in an event. It gives priority to the event over your birthday in worst case scenario.
|
2017-08-06 03:20:15 +08:00
|
|
|
|
|
|
|
1.3:
|
|
|
|
* Updated to Stardew Valley 1.2 and SMAPI 1.12.
|
|
|
|
|
|
|
|
1.4:
|
2017-08-06 03:20:46 +08:00
|
|
|
* Updated for SMAPI 2.0.
|
2017-08-06 03:51:44 +08:00
|
|
|
* Switched to standard JSON config & data files.
|
|
|
|
* Fixed issue where saves with the same name would overwrite each other's birthdays.
|
2017-08-06 03:20:15 +08:00
|
|
|
* Internal refactoring.
|
2017-10-12 04:20:46 +08:00
|
|
|
|
|
|
|
1.4.1:
|
|
|
|
* Enabled update checks in SMAPI 2.0+.
|