Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Dynamic Lighting/API"

From Roll20 Wiki

Jump to: navigation, search
m
m
Line 15: Line 15:
 
* [[Script:Dynamic Light Recorder|Dynamic Light Recorder]] -- Save dynamic lighting paths for map tiles and automatically regenerate later
 
* [[Script:Dynamic Light Recorder|Dynamic Light Recorder]] -- Save dynamic lighting paths for map tiles and automatically regenerate later
 
* {{gist|shdwjk/29cd674266fce53387899f3e797b2100 LightCrumb (UDL version)}}, by [[Aaron]] (not tested)  
 
* {{gist|shdwjk/29cd674266fce53387899f3e797b2100 LightCrumb (UDL version)}}, by [[Aaron]] (not tested)  
* [[Script:Move Lighting|Move Lighting]] -- Move dynamic lighting polygon path objects between game layers.
+
* [[Script:Move Lighting|Move Lighting]] -- Move dynamic lighting polygon path objects between layers.
 
* [[Script:Walls|Walls]] -- Builds Dynamic Lighting walls with an exported <code>.svg</code> path file.
 
* [[Script:Walls|Walls]] -- Builds Dynamic Lighting walls with an exported <code>.svg</code> path file.
 
* [[Script:ShareVision|ShareVision]] -- Allows normal vision and darkvision to be shared.
 
* [[Script:ShareVision|ShareVision]] -- Allows normal vision and darkvision to be shared.

Revision as of 10:26, 9 March 2022

Main Page: Dynamic Lighting

Main Page: API:Script Index


Dynamic Lighting is a Plus/Pro feature that changes what parts of the map are visible to the players as they move their tokens around. The light-blocking walls are achieved by paths on the walls layer, and tokens are used as point light sources. Scripts which modify either the light emitted by tokens or the walls which block the light belong in this category.

Not all APIs, or all their features work on both Updated DL and Legacy DL, you have to check them closer to know that.

  • Door Knocker -- Script helps quickly open and close doors by controlling the dynamic lighting lines, as well as creating "windows"
  • UDLWindows(Forum) -- API for creating "windows", i.e. DL lines that blocks movement, but doesn't block vision.
  • UDLPasswall(Forum) - Walls that block sight, but not movement
  • DLEllipseDrawer -- Draw circles and ellipses on the dynamic lighting layer.
  • Dynamic Light Recorder -- Save dynamic lighting paths for map tiles and automatically regenerate later
  • LightCrumb (UDL version), by Aaron (not tested)
  • Move Lighting -- Move dynamic lighting polygon path objects between layers.
  • Walls -- Builds Dynamic Lighting walls with an exported .svg path file.
  • ShareVision -- Allows normal vision and darkvision to be shared.
  • ToggleDaylight(Forum) -- turn daylight mode on, off, or toggle it for LDL or UDL on the current page.
  • Script:UniversalVTTImporter For importing Dynamic Lighting lines & light sources to Roll20 from map creation programs that can export to Universal VTT-file format.


APIs that only works with Legacy

  • LightCrumbTrails(Forum) -- Produces lit, shared-vision breadcrumbs behind character tokens. This allows them to see where they've been on maps with dynamic lighting.
  • One-Way Dynamic Lighting(Forum) -- Allows you to set up dynamic lighting walls that allow you to see through one side, but not the other.
  • Torch -- A simple script for giving lights to tokens and turning off and on dynamic lighting.
    • UDL version in the works