DFreds / dfreds-convenient-effects

A FoundryVTT module that adds easy to use toggleable active effects for any system.
MIT License
49 stars 39 forks source link

Pre-made Effects Missing #334

Closed Stonedtroll closed 3 months ago

Stonedtroll commented 3 months ago

The are no pre-made effects available. I ran "find the culprit". With all other modules except for dependencies deactivated, the issue remain. Also did this manually with only one other dependent module activated. The problem still persist.

image

Created a sandbox world with only DFreds convenient effects module and it worked fine.

Foundry v12 build 331 D&D v3.3.1

No related error found in the console.

boss-loot commented 3 months ago

I have the same issue, somehow strange dfreds effects appeared as items in the Items pannel, I deleted them all and afterwards I noticed that there are no dfreds effects at all. I disabled the module, uninstall, install, enable, still the same issue. It seems the issue it's with the world because on other world I can see the effects.

image

DFreds commented 3 months ago

I'm not quite sure why this has been happening. Maybe related to refreshing the game world too early or something. Basically, on startup, it creates all the effects once. But anyway, run game.dfreds.effectInterface.resetSystemInitialization() in the console (F12).

Next version of the module will have a button that does it for you

Stonedtroll commented 3 months ago

Thanks, mate. That worked for me. Was about to export/import them from my sandbox.

boss-loot commented 3 months ago

It worked. Thanks!