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

[BUG] Additional Status Effects Not Showing #257

Open
JordanRR opened this issue Apr 3, 2023 · 7 comments
Open

[BUG] Additional Status Effects Not Showing #257

JordanRR opened this issue Apr 3, 2023 · 7 comments
Labels
documentation Improvements or additions to documentation

Comments

@JordanRR
Copy link

JordanRR commented Apr 3, 2023

Describe the bug
Additional status effects not showing even if the option is activated.

To Reproduce
Steps to reproduce the behavior: I don't really know. The icons simply disappeared.

Expected behavior
Status effects show.

Screenshots
image

Please complete as much of the following information as possible:

  • Brave Browser
  • Foundry Version v. 10 build 291
  • System Old-School Essentials 1.8.1
  • Module version 10.8
  • Are there any errors in the console [e.g. press F12 and look for red text] : no red text.
  • Have you tried using Find the Culprit to make sure it isn't a module interaction. Yes, it pinpointed the module.

Additional context
We see that we had the status effects (the Hasted condition) before the bug. We can't remove it anymore, not even with the "clear all" button.

I used Find the Culprit and it said the problem was coming from the module. I also tried going back to version 10.7 and it did not fix the problem.

Thanks!

@GamepadRanger
Copy link

GamepadRanger commented Apr 7, 2023

2023-04-07_14h18_03

I am encountering the same problem.

  • Browser [Chrome 112.0.5615.49]
  • Foundry Version [v10 Build 291]
  • System [Custom System Builder 2.2.4]
  • Module version [10.8]
  • Are there any errors in the console [Doesn't seem like it]
  • Have you tried using Find the Culprit to make sure it isn't a module interaction. [No other modules have been added. This problem occured with the update to module version 10.8]

The effects are still applied to the tokens from the last session. But since the update to 10.8 I can't select them from the menu any longer.

@JordanRR
Copy link
Author

JordanRR commented Apr 13, 2023

I updated my original descritpion with details about my browser, foundry version, system and module version.

Brave Browser
Foundry Version v. 10 build 291
System Old-School Essentials 1.8.1
Module version 10.8
Are there any errors in the console [e.g. press F12 and look for red text] : no red text.
Have you tried using Find the Culprit to make sure it isn't a module interaction. Yes, it pinpointed the module.

@JordanRR
Copy link
Author

JordanRR commented Apr 13, 2023

I just tried to downgrade to module version 10.6, and it fixed my problem (as I said in my original issue post, version 10.7 did not work). Might be useful to you while we wait for a fix!

@ironmonk88
Copy link
Owner

That's kind of by design.
The latest version of MLD allows you to customize your own effects, and those effects were DnD5e based.
image

@WThunderspirit
Copy link

WThunderspirit commented Jul 6, 2023

That's kind of by design. The latest version of MLD allows you to customize your own effects, and those effects were DnD5e based. image

I have tried to find ways of making this exact thing work (like you have under "testing"), but I get nothing to show in the Status Marker List.

image

PS: GAWD I LOVE YOUR FOUNDRY MODS!!!!

@ironmonk88
Copy link
Owner

@WThunderspirit You have another module that's making changes to the statuses, that's probably overwriting what Little Details is doing.
Run Find the Culprit to figure out which one is causing the issue.

@lovethebomb
Copy link

lovethebomb commented Nov 20, 2023

Thank you for this great mod @ironmonk88

As a note for future people who like me end up on this issue:

Make sure the icon file is only used once, otherwise you will not see the new effect in the list.

This means that if there is already the rage effect from little details, you'd need to either add another file like rage2.svg or remove the original Rage effect if you intend to use the same icon for another effect.

I believe this is because the statuses variable in alterHUD is an object with the icon paths as keys, thus ensuring only 1 icon is used.

@ironmonk88 ironmonk88 added the documentation Improvements or additions to documentation label Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

5 participants