unsoluble / smalltime

A small FoundryVTT module for displaying and controlling the current time of day.
MIT License
23 stars 15 forks source link

Incrementing Time Bounces Between Two Darkness Settings #179

Closed MaverickH closed 11 months ago

MaverickH commented 11 months ago

I am working on setting up my world to handle lowlight on roughly a half moon up to a full and back to half.

While I was trying to set it up, I was testing on a gibbous moon and found that whenever I incremented the darkness level changed dramatically back and forth every time I clicked an increment. The images show ten minute increments, but it did the same for the hour increments as well.

First it is dark enough that the low-light character cannot see the character outside of the firelight screengrab-dark

Move forward an increment, and the character to their right is now visible screengrab-light

Move forward another increment, and they again lose sight of them screengrab-dark-2

I tried disabling Perfect Vision and found no effect. I did find that if I turned off the moon phase setting, it would make the issue only show up around dusk when it as changing from sunlight to moonlight.

Issue was found using Foundry 10 Version 302, but also was there after upgrading to Foundry 11 Version 306.

unsoluble commented 11 months ago

What game system? And are you running Simple Calendar?

MaverickH commented 11 months ago

I am running Simple Calendar and using PF2E 5.2.3

unsoluble commented 11 months ago

Make sure the PF2E darkness sync is disabled (in your world clock settings).

MaverickH commented 11 months ago

That did it, thanks much! Still having issues with getting tokens to "see" in that low-light stage during the gibbous stages, but that's on me. Closing and appreciate the quick response 💜

MaverickH commented 11 months ago

Problem resolved