Lharz / xiv-currency-alert

Dalamud plugin that alerts player when reaching a certain amount of currency (poetics, etc)
8 stars 9 forks source link

Complete Rework + Update #15

Closed MidoriKami closed 1 year ago

MidoriKami commented 1 year ago

Reworked plugin to be completely dynamic for tomestone selection.

Configurable Display, can turn on/off individual parts of the strings fixes #13 Rebuilt config ui, adds opacity selection fixes #12 Default are set to reasonable values for patch 6.3 fixes #11 Adds command system fixes #7 Auto hides in duties and during cutscene or quest events Added option to display list in ascending or descending order fixes #6 Adds minimalist display option closes #14

Updated to .net7 and api8 for FFXIV Patch 6.3

https://user-images.githubusercontent.com/9083275/211534270-9407d6bb-d572-4fcf-bfee-26f60ac40466.mp4

MidoriKami commented 1 year ago

The localization file in localization/resx can be used to generate translations of all the strings in the plugin. The item names are extracted from gamedata, and will display in the correct language for whoever uses the plugin.

The tomestone system automatically looks up what the two active tomestones are, there's no need to update for different tomestones. This will be handy in 6.4 when a new tomestone released, this code will automatically adapt without needing user input.

If you are too busy or unable to submit a PR to Dalamud with the new plugin version I can do so on your behalf with written approval from you.

Lharz commented 1 year ago

I can't test the update myself so I will just trust you, when you think it is mergeable just ping somewhere. :)

MidoriKami commented 1 year ago

image

MidoriKami commented 1 year ago

Oh I'm done tweaking with it now, those last little changes were just slight tweaks.

Lharz commented 1 year ago

Merged :) thank you !