Gift Taste Helper


Mod Introduction

THIS VERSION IS VERSION IS OUT OF DATE AND NOT MAINTAINED. PLEASE USE CONTINUED V2 https://www.nexusmods.com/stardewvalley/mods/21001/

Displays a helpful tooltip that shows an NPC's favourite gifts when hovering over their birthday on the calendar or the social page.
Link to the mod

Installation Guide

THIS VERSION IS VERSION IS OUT OF DATE AND NOT MAINTAINED. PLEASE USE CONTINUED V2 https://www.nexusmods.com/stardewvalley/mods/21001/


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

Image

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. Also note that only the gifts you have given after downloading GiftTasteHelper 2.6 or later will be tracked.

Image

**NEW**: tooltips now appear on the social page thanks to dreamsicl!

Image

Support for all locales!

Image

Install[list=1]
Install the latest version of SMAPI.
Download this mod and unzip it into Stardew Valley/Mods.
Run the game using SMAPI.

Configuration

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.

You can view the release notes here.

Source

You can view the source for this mod here.

Other Mods

If you like this mod you may like StackSplitX.
No comment