Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Honduriel

Uploaded by

Honduriel

Virus scan

Safe to use

About this mod

Displays configurable birthday notifications on wakeup.

Requirements
Permissions and credits
Changelogs
Get notified on wakeup when it's someones birthday!

Installation
Unzip the file downloaded to "\%%SteamLibrary%%\steamapps\common\Stardew Valley\Mods\".

How to use the mod:

Navigate to "\%%SteamLibrary%%\steamapps\common\Stardew Valley\Mods\SVM_BirthdayNotifications" and open "config.json". The default file should look like this:

{
  "NotifyUnknownNPCs": false,
  "RecommendGift": true,
  "DatableNPCsOnly": false,
  "MinimumFriendshipHeartLevel": 1,
  "MinimumFriendshipHeartLevelForGifts": 2,
  "ExcludedNPCs": []
}

With these setting you will get notifications if you met the person and have at least one heart of friendship. At 2 hearts you will also get a recommendation for a gift. This seemed like the most natural way to set it up.


Chose whether to get notified even if you didn't meet the person yet:
"NotifyUnknownNPCs": false,
  • Possible values: false or true.
  • Default value is false.

Chose whether or not to get a gift recommendation:
"RecommendGift": false,
  • Possible values: false or true.
  • Default value is false.


Chose between notifications for all NPCs or just those you can date:
"DatableNPCsOnly": false,
  • Possible values: false or true.
  • Default value is false.

Chose a minimum friendship level to get notifications:
"MinimumFriendshipHeartLevel": 1,
  • Possible values: Between 0 and 10. 0 equals "Always notify".
  • Default value is 1.

Chose a minimum friendship level to get gift recommendations:
"MinimumFriendshipHeartLevelForGifts": 2,
  • Possible values: Between 0 and 10. 0 equals "Always notify".
  • Default value is 2.

Exclude NPCs to not get notifications for their birthday:
"ExcludedNPCs": ["Haley", "Alex"],
  • Possible values: See example above, write names in quotation marks inside the squared brackets, separated by commas.
  • Default value is empty (Don't exclude any notifications)