Larkinabout / fvtt-token-action-hud-core

Token Action HUD is a repositionable HUD of actions for a selected token.
13 stars 18 forks source link

[BUG] Issue updating TAH system module for 1.4 compatibility #127

Closed phildominguez closed 1 year ago

phildominguez commented 1 year ago

Describe the bug Hello, I'm the developer of the Essence20 implementation of TAH. I've been having trouble getting my module to work correctly with with TAH Core 1.4 update.

When an actor is selected, no buttons show up for the HUD. The debug logs show groups being populated, but the actions are all empty: Screenshot 2023-05-11 203837

The groups are also not how I organized them in DEFAULTS.layouts. Compare to Core 1.3.2: Screenshot 2023-05-11 204410

When it didn't work out of the box, I followed the developer's update guide to try to get it working. In summary, I:

Things I did not change:

I've put up a PR if you'd like to see the changes.

Versions:

Let me know what other info I can provide. Any suggestions would be greatly appreciated!

Larkinabout commented 1 year ago

https://github.com/phildominguez/token-action-hud-essence20/pull/2

phildominguez commented 1 year ago

@Larkinabout Holy cow, thanks so much! Working great now. Closing this out.