Stexinator / TheWitcherTRPG

FoundryVTT The witcher trpg system
GNU General Public License v3.0
10 stars 5 forks source link

Compatability Issue with Token Action HUD Module #91

Closed Alkaponer closed 1 month ago

Alkaponer commented 1 month ago

For some reason, with the last couple of updates, the Skills tab (part of the Token Action HUD module) isn't working. All the other tabs (Combat, Professional Skills, Inventory) still work as intended.

Stexinator commented 1 month ago

Unfortunately that is true, the Token Action Hud need to update to the new skill handling. If you got contact to @ortegamarcel I can help him with the transition. But this will break it for everyone using https://github.com/AnthonyMonette/TheWitcherTRPG

Stexinator commented 1 month ago

I got an idea how to enable it for both, but the main issue is if he wants to update his module https://github.com/ortegamarcel/fvtt-token-action-hud-thewitchertrpg

Stexinator commented 1 month ago

@ortegamarcel thanks for merging. It seems like a release was not triggered. Can you create a new release with the changes? Thanks

ortegamarcel commented 1 month ago

Releases need to be triggered manually, but before I do that I want to test everything again that it works properly with all systems versions (including my own). Unfortunately, I lost all my local foundry data and testing setup, due to a PC crash. :O That, and because I didn't have much time in the last months, I couldn't work on my foundry projects. But currently I have more time again, and plan to fix everything and work on new features.

For now, you can directly clone the latest version to make it work locally:

  1. Go to your foundry modules folder
  2. Delete fvtt-token-action-hud-thewitchertrpg-folder
  3. Open the terminal and clone the project by entering git clone https://github.com/ortegamarcel/fvtt-token-action-hud-thewitchertrpg.git and press enter

This will give you the latest development version, which includes the fix already.

You can download git here: https://git-scm.com/downloads

Instead of using git you can also download the zip file of the project here and unpack it in the foundry modules folder (instead of point 3).

AlexanderTheGr3at commented 1 month ago

Releases need to be triggered manually, but before I do that I want to test everything again that it works properly with all systems versions (including my own). Unfortunately, I lost all my local foundry data and testing setup, due to a PC crash. :O That, and because I didn't have much time in the last months, I couldn't work on my foundry projects. But currently I have more time again, and plan to fix everything and work on new features.

For now, you can directly clone the latest version to make it work locally:

1. Go to your foundry modules folder

2. Delete `fvtt-token-action-hud-thewitchertrpg`-folder

3. Open the terminal and clone the project by entering `git clone https://github.com/ortegamarcel/fvtt-token-action-hud-thewitchertrpg.git` and press enter

This will give you the latest development version, which includes the fix already.

You can download git here: https://git-scm.com/downloads

Instead of using git you can also download the zip file of the project here and unpack it in the foundry modules folder (instead of point 3).

Looking forward to the update.