Stardew Valley

File information

Last updated

Original upload

Created by

Vanguard3000

Uploaded by

Vanguard3000

Virus scan

Safe to use

Documentation

Readme

View as plain text

Context Sensitive Gift Cursor
by Vanguard3000

Installation
To install, unzip the "ContextSensitiveGiftCursor" folder into your Stardew Valley/Mods folder and run with SMAPI.

Configuration
The "config.json" file in the mod folder can be opened with a text editor, and contains two options. Both of these are "cheats" that allow features that bypass normal discovery and experimentation in the game. As such, they are off ("false") by default; change to "true" and restart the game via SMAPI to enable them. The options are:
1) "AlwaysShowGiftTaste": Setting to "true" enables the option to allow the disposition icons to show even with unrevealed gift tastes (i.e. gifts you haven't previously given to a Villager). PLEASE NOTE: If you haven't met a Villager, you will have to introduce yourself before these icons will show.
2) "ShowSecretLostItems": Setting to "true" enabled the option to show the quest icon for secret/hidden Lost item quests. I won't spoil what they are here, suffice to say if you don't want the game spoiled for you, leave this set to "false".

Changelog
v2.3.1 - Mar 21, 2024:
- Small internal fixes to improve the way the mod checks item codes. Functionally, there may not be a difference but in the future, it may be able to work better with mods that include new items.
- Updated the mod manifest to warn the user if trying to use the mod with an older version of SMAPI. For users staying on Stardew v1.5 or older, please use v2.2.0 of this mod, available in NexusMods' "OLD FILES" section.
v2.3.0 - Mar 20, 2024:
- Updated for use with Stardew Valley v1.6
v2.2.0 - Jul 29, 2023:
- Fixed up Quest handling. Icon now shows when not holding the target item if its not required.
- Per user request (thanks, dasawkem!), changed the "love" emoji icon to be a bit more distinct from the "like" icon, particularly when crossed out.
- General code optimization.
v2.1.0 - Jul 26, 2023:
- Updated frameworks and dependencies for maximum compatability.
- Now handles Resource Collection (i.e. ore for Clint), Fishing, and Monster Slaying quests.
- Added some additional secret quests
- Birthday icon will now show even if you can't necessarily gift the held item.
- Fixed an incompatability with other mods (specifically, Deluxe Journal).
v2.0.0 - Sep 03, 2022:
- Updated frameworks and dependencies for maximum compatability.
- Mod now handles all active quests, including "Lost Item" quests.
- New config.json "ShowSecretLostItems" setting allows the option to handle secret/hidden Lost item quests (I don't want to spoil it here, but as with the "AlwaysShowGiftTaste" option, only turn this on if you want to spoil some of the fun of discovery).
v1.2.1 - Dec 23, 2020:
- Mod worked previously with Stardew Valley v1.5, but did some double-checking to be sure.
- Silenced a (seemingly non-destructive) error during multiplayer when a client transitions from one location to another.
- Updated frameworks and made some small code tweaks.
v1.2.0 - Aug 05, 2020:
- Changed things so that gift tastes will show even if the person has been given max gifts. Previously, this would just show a red X. Now, it'll show a red slash over an already known gift taste.
- Fixed a logic bug regarding birthday gifts. Birthdays can be given even if max gifts has been given, but the X would appear before it was given. Now it will show after the gift is given.
- For those getting annoyed at all the updates: This should be the last one for now, barring any emergent bugs... I hope.
v1.1.1 - Aug 04, 2020:
- Added a check to limit the quest icon to Item Delivery quests. This should address issues with stuttering and crashing with Fishing and Mining quests.
v1.1.0 - Aug 01, 2020:
- Per a few requests (thanks, Donirexian and ColossusX13!), added a config option to see the disposition icons for items even if you haven't given them before, allowing Farmers to gauge their reaction without resorting to experimentation.
v1.0.0 - Jul 30, 2020:
- Initial upload.