Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cooldown and Item tracking #12

Open
Nillinn opened this issue Apr 23, 2022 · 1 comment
Open

Cooldown and Item tracking #12

Nillinn opened this issue Apr 23, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Nillinn
Copy link

Nillinn commented Apr 23, 2022

I know this is kinda specific and probably hard to do, but...
Are there plans on pulling the cooldown tracking and maybe item quantity tracking system from in game hotbars to the stream deck plugin, so they show up in the buttons? Maybe something like the TPie or QoLBar plugins do.

And thank you so much for the plugin, it works wonders

@KazWolfe
Copy link
Owner

I covered this a bit in #2. This is absolutely something I do want to do, but you are correct that exposing this information is not quite as simple as it should be.

Right now, the plugin is pretty simple. For hotbars, it will just grab the icon from the game's data and then display that as a button. Rendering additional information (such as MP costs, cooldowns, charges, etc.) will require the plugin to compose a new icon on the fly with all the information appropriately overlaid. This is by no means impossible, but it will require more knowledge about the game than we have in some cases and will require a rewrite of the render engine.

I'll hold this Issue open for now, but I can't make any promises as to when this will happen (although I do like the idea!).

@KazWolfe KazWolfe added enhancement New feature or request Stream Deck plugin An issue related to the Stream Deck plugin FFXIV plugin An issue related to the FFXIV plugin and removed Stream Deck plugin An issue related to the Stream Deck plugin FFXIV plugin An issue related to the FFXIV plugin labels Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants