Difference between revisions of "Script:UniversalVTTImporter"
From Roll20 Wiki
Andreas J. (Talk | contribs) (Created page with "{{revdate}}{{main/api}} * Author The Aaron * [https://app.roll20.net/forum/permalink/8824428/ Script:UniversalVTTImporter -- Import .dd2vtt files to create Dynamic Lighti...") |
Andreas J. (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{revdate}}{{main/api}} | {{revdate}}{{main/api}} | ||
+ | Author: [[The Aaron]] | ||
+ | |||
+ | '''UniversalVTTImporter''' provides a way to setup [[Dynamic Lighting]] lines, Lights sources(even colored lights) from maps created with the Universal VTT format. | ||
+ | |||
+ | [https://dungeondraft.net/ Dungeondraft]({{code|.dd2vtt}}-files), [https://www.dungeonfog.com/ DungeonFog]({{code|.df2vtt}}-files) and [https://arkenforge.com/ ArkenForge] are map programs which can export maps with the format. | ||
+ | |||
+ | For instructions on how to do the import, type {{code|!uvtt --help}} or check the Handout. | ||
− | |||
* [https://app.roll20.net/forum/permalink/8824428/ Script:UniversalVTTImporter -- Import .dd2vtt files to create Dynamic Lighting Lines and Lights!] - forum thread with instructions. | * [https://app.roll20.net/forum/permalink/8824428/ Script:UniversalVTTImporter -- Import .dd2vtt files to create Dynamic Lighting Lines and Lights!] - forum thread with instructions. | ||
* [http://roll20api.net/uvtti.html Universal VTT Import Sanitizer] | * [http://roll20api.net/uvtti.html Universal VTT Import Sanitizer] | ||
[[Category:User API Scripts]] | [[Category:User API Scripts]] | ||
+ | [[Category:Maps]] |
Revision as of 12:39, 23 January 2022
Page Updated: 2022-01-23 |
Author: The Aaron
UniversalVTTImporter provides a way to setup Dynamic Lighting lines, Lights sources(even colored lights) from maps created with the Universal VTT format.
Dungeondraft(.dd2vtt
-files), DungeonFog(.df2vtt
-files) and ArkenForge are map programs which can export maps with the format.
For instructions on how to do the import, type !uvtt --help
or check the Handout.
- Script:UniversalVTTImporter -- Import .dd2vtt files to create Dynamic Lighting Lines and Lights! - forum thread with instructions.
- Universal VTT Import Sanitizer