Difference between revisions of "Window (Dynamic Lighting)"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) (Windows available to Pro, mods updated) |
||
Line 2: | Line 2: | ||
{{main| Updated Dynamic Lighting}} | {{main| Updated Dynamic Lighting}} | ||
− | '''Windows''', in context of Roll20's [[Dynamic Lighting]], are sections of "wall" that allows sight to pass through, but stops movement of [[tokens]]. They can be created with [[API|APIs]]. | + | '''Windows''' (or '''Transparent barriers'''), in context of Roll20's [[Dynamic Lighting]], are sections of "wall" that allows sight to pass through, but stops movement of [[tokens]]. They can be created with [[API|APIs]]. |
+ | '''Transparent barriers''' are in early access for Pro users. {{source|https://help.roll20.net/hc/en-us/articles/360037772613-Change-Log#august-17-2022-0-1 Aug 17th 2022}} | ||
− | |||
− | |||
− | |||
[[File:Windows-Passwall.gif|right|thumb|700px|Example of window (top), and passwall(bottom)|class=resize]] | [[File:Windows-Passwall.gif|right|thumb|700px|Example of window (top), and passwall(bottom)|class=resize]] | ||
==API== | ==API== | ||
Line 15: | Line 13: | ||
* '''[[DoorKnocker]]''' -- Script helps quickly open and close doors by controlling the dynamic lighting lines. | * '''[[DoorKnocker]]''' -- Script helps quickly open and close doors by controlling the dynamic lighting lines. | ||
** '''v1.211''' Introduces option to create "windows" | ** '''v1.211''' Introduces option to create "windows" | ||
− | * '''{{fpl| | + | * '''{{fpl|11038171/ UDLWindows}}''' -- API for creating or converting DL lines to be see-through, but still block movement |
** Converting DL circles to windows works | ** Converting DL circles to windows works | ||
** {{repo|Roll20/roll20-api-scripts/tree/master/UDLWindows sourcecode}} | ** {{repo|Roll20/roll20-api-scripts/tree/master/UDLWindows sourcecode}} | ||
Line 28: | Line 26: | ||
==History of the Trick== | ==History of the Trick== | ||
In late 2020, [[Andreas J.]] realized that by creating a Free-hand drawing on any of the other {{Layers}} than the DL-layer, and then moving it to the DL layer, it only partially blocked sight, but always blocked movement. After the discovery, [[TheAaron]] and [[Scott C.]] created APIs that can create windows much easier. [https://app.roll20.net/forum/permalink/9143319/ Drae Acevedo] saw an earlier version of this when using the circle tool. | In late 2020, [[Andreas J.]] realized that by creating a Free-hand drawing on any of the other {{Layers}} than the DL-layer, and then moving it to the DL layer, it only partially blocked sight, but always blocked movement. After the discovery, [[TheAaron]] and [[Scott C.]] created APIs that can create windows much easier. [https://app.roll20.net/forum/permalink/9143319/ Drae Acevedo] saw an earlier version of this when using the circle tool. | ||
+ | |||
+ | {{forum|permalink/9760922/ Roll20 Trick - Dynamic Lighting "Windows" (UDL only)}} | ||
Until May 2021, it was possible for {{Plus}}-subscribers to create "windows" by drawing shapes with the free-hand tool on another layer, and then move it to the DL layer. {{source|https://app.roll20.net/forum/permalink/9935763/}} This was due to Roll20 updating Dynamic Lighting to make freehand & eclipse drawings work properly as DL lines, which inadvertently made the windows inaccessible to Plus users. | Until May 2021, it was possible for {{Plus}}-subscribers to create "windows" by drawing shapes with the free-hand tool on another layer, and then move it to the DL layer. {{source|https://app.roll20.net/forum/permalink/9935763/}} This was due to Roll20 updating Dynamic Lighting to make freehand & eclipse drawings work properly as DL lines, which inadvertently made the windows inaccessible to Plus users. | ||
+ | In April 2022 when Roll20 started developing integrated version of "windows", the API-based tricks stopped working. [https://app.roll20.net/forum/post/10818048/udl-doorknocker-and-windows udl-doorknocker-and-windows issues] | ||
+ | |||
+ | |||
+ | Transparent barriers are in early access for Pro users.{{source|https://help.roll20.net/hc/en-us/articles/360037772613-Change-Log#august-17-2022-0-1 Aug 17th 2022}} Several of mods where updated to handle the new "windows". | ||
+ | |||
=See Also= | =See Also= | ||
* [[Walls]] | * [[Walls]] | ||
* [[Door]] | * [[Door]] | ||
− | * [[One-Way | + | * [[One-Way Barrier]] |
− | + | ||
− | + | ||
[[Category:Guides]] | [[Category:Guides]] | ||
Line 43: | Line 46: | ||
[[Category:Maps]] | [[Category:Maps]] | ||
[[Category:API Commands]] | [[Category:API Commands]] | ||
+ | [[Category:New features in 2022]] |
Revision as of 11:18, 21 August 2022
Page Updated: 2022-08-21 |
This page is about a Roll20 feature exclusive to Pro-subscribers (and often to players in a Game created by a Pro-subscriber). If you'd like to use this feature, consider upgrading your account. |
Main Page: Updated Dynamic Lighting
Windows (or Transparent barriers), in context of Roll20's Dynamic Lighting, are sections of "wall" that allows sight to pass through, but stops movement of tokens. They can be created with APIs.
Transparent barriers are in early access for Pro users.Contents |
API
This section is about a Roll20 feature exclusive to Pro-subscribers (and often to players in a Game created by a Pro-subscriber). If you'd like to use this feature, consider upgrading your account. |
The following API can be used for creating or editing UDL "windows", or similar things.
Windows
- DoorKnocker -- Script helps quickly open and close doors by controlling the dynamic lighting lines.
- v1.211 Introduces option to create "windows"
- UDLWindows(Forum) -- API for creating or converting DL lines to be see-through, but still block movement
- Converting DL circles to windows works
- sourcecode
Passwall
A related trick to Windows is to create hidden passages which blocks sight, but doesn't stop movement. Great for illusionary walls, hidden areas, or to limit vision in thick fog.
- UDLPasswall(Forum) - Walls that block sight, but not movement
UniversalVTTImporter
Script:UniversalVTTImporter can import maps from couple map softwares & include, Dynamic Lighting walls, windows, and light sources.
History of the Trick
In late 2020, Andreas J. realized that by creating a Free-hand drawing on any of the other b Layers than the DL-layer, and then moving it to the DL layer, it only partially blocked sight, but always blocked movement. After the discovery, TheAaron and Scott C. created APIs that can create windows much easier. Drae Acevedo saw an earlier version of this when using the circle tool.
Roll20 Trick - Dynamic Lighting "Windows" (UDL only)(Forum)
Until May 2021, it was possible forIn April 2022 when Roll20 started developing integrated version of "windows", the API-based tricks stopped working. udl-doorknocker-and-windows issues