Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

JoXW

Uploaded by

JoXW

Virus scan

Safe to use

About this mod

Displays a helpful tooltip that shows an NPC's favourite gifts when hovering over their birthday on the calendar or the social page.
- A continuation of Gift Taster Helper by tstaples, and the continuation by Isi0

Requirements
Permissions and credits
Mirrors
Changelogs
Original here
Continued Original here

This mod displays a helpful tooltip that shows an NPC's favourite gifts when hovering over their birthday on the calendar. This works with both
the calendar furniture item that you can have in your house, as well as
the calendar on the billboard in town.

New "Progression" Mode




In this mode you will only be shown the loved gifts that you have already given to an NPC. This mode can be enabled via the config (see
below).

Note that you can freely turn this mode on/off and your progress will be kept.

You can also switch between sharing known gifts between saves and having
unique ones per save seamlessly too.








Support for multiple locales!




Install
Configuration

New Feature:
Now configurable using GMCM

In this mod's config.json file you will find options to enable/disable displaying the tooltip on the calendar and social page.

The config file is located in the Mods/GiftTasteHelper directory under your game install. To find your game directory click. There is also an option for specifying the maximum number of gifts to display on the tooltip.

To edit the file just open it in any text editor.
The config will look like:

{
  "ShowOnCalendar": true,
  "ShowOnSocialPage": true,
  "ShowOnlyKnownGifts": false,// This enables/disables progression mode.
  "ShareKnownGiftsWithAllSaves": true,// Should known loved gifts be shared between saves or unique per save. Ignored unless ShowOnlyKnownGifts is true. 
  "HideTooltipWhenNoGiftsKnown": false, // Hide the tooltip if you don't
know any of that NPC's loved gifts. Ignored unless ShowOnlyKnownGifts is
true.
  "MaxGiftsToDisplay": 0, // 0 means no limit.
  "ShowUniversalGifts": true,
  "ColorizeUniversalGiftNames": false, // Color universal gifts blue.
  "ShowGiftsForUnmetNPCs": false // Show gift info for NPCs you haven't met yet.
}

Just replace true with false and save the file (game must be restarted for changes to take effect)
for the menus you don't want to see the tooltip on and visa versa.

Source

You can view the source for this mod here.