Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Simulating Dusk or Dawn - overcast - conditions

Global Illumination lights everything like normal daytime. What about overcast, foggy days and twilight/dawn outdoor lighting conditions? Is there a way to make the entire map "dim" without turning it black?
1601902125

Edited 1601902178
David M.
Pro
API Scripter
Easiest method is to create a token with transparent png, and a large aura of a darker color visible to all players that covers the whole map. You can stack multiple versions of this token to create the level of dim light you want. You will probably also want to have a 2nd aura visible only to the GM with a size 0, so you can easily find the transparent token to move/delete it later.
Thanks for the suggestion. But it would be very nice if there were a simple way, like the GM slider for Darkness. If there were a slider to adjust the light for all that would be great.
1601909476
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Another method might be to select the map and apply a tint to the graphic. This would only work well for certain colors and if the map is a single image.
1601910587
The Aaron
Roll20 Production Team
API Scripter
You can also create a filled box over the whole map and then type an 8 digit HTML color in: #RRGGBBAA.  The last two digits specify the opacity (larger numbers are more opaque).  That can give you more fine grained control than overlays and tint.
1601916834
Gold
Forum Champion
The Aaron said: You can also create a filled box over the whole map and then type an 8 digit HTML color in: #RRGGBBAA.  The last two digits specify the opacity (larger numbers are more opaque).  That can give you more fine grained control than overlays and tint. Interesting technique, sir Scriptomancer. Is that kind of HTML color possible to enter for your Drawing Tool color? If so then we could have a Highlighter Pen there.
1601917336
The Aaron
Roll20 Production Team
API Scripter
It is, I use it like that all the time.