Skip to content

Releases: M3ales/RelationshipTooltips

Relationship Tooltips 1.2.0 Beta

17 Jul 17:03
Compare
Choose a tag to compare
Pre-release

Beta release of new features:

  • Tooltip now flips when it reaches right edge of screen instead of disappearing.
  • Gifting is now tracked per save.
  • Only gifts you've given have their responses shown - and only to NPCs which you've given them to. This can easily be disabled by setting playerKnowsAllGifts=true in config.json. After which it will behave as it did in v1.1.
    • A list of all gifts given while this mod is running is saved per save in the current save directory. This can be disabled by setting recordGiftInfo=false.
    • As before the relevant strings displayed are able to be edited within config.json (created after you run the game once)
    • If you have a heart level higher than the level provided by heartLevelToKnowAllGifts in config.json, you will automatically gain knowledge of all gifts for the NPC.

If you find any bugs/issues, please let me know.

Relationship Tooltips 1.2.0 Beta

17 Jul 16:34
Compare
Choose a tag to compare
Pre-release

Beta release of new features:

  • Tooltip now flips when it reaches right edge of screen instead of disappearing.
  • Gifting is now tracked per save.
  • Only gifts you've given have their responses shown - and only to NPCs which you've given them to. This can easily be disabled by setting playerKnowsAllGifts=true in config.json. After which it will behave as it did in v1.1.
    • A list of all gifts given while this mod is running is saved per save in the current save directory. This can be disabled by setting recordGiftInfo=false.
    • As before the relevant strings displayed are able to be edited within config.json (created after you run the game once)
    • If you have a heart level higher than the level provided by heartLevelToKnowAllGifts in config.json, you will automatically gain knowledge of all gifts for the NPC.

If you find any bugs/issues, please let me know.

Relationship Tooltips 1.1.1 Bugfix Release

15 Jul 21:09
Compare
Choose a tag to compare

-> Minor UI changes (attempting to build a Tooltip framework in the background).
-> Fixed #1.
-> SMAPI should no longer print UpdateKey warning text.
-> SMAPI should now notify of updates.

Relationship Tooltips 1.1.0 Release

15 Jul 03:02
Compare
Choose a tag to compare

Changelog:
->GiftInfo added, and is displayed on tooltip - can be toggled off via config.json
->Performance improvments (removal of unneeded caching)
->UI updates, Tooltip UI now has variable font sizing
->NPCUtil added for planned inclusion of Bookcase dependency.