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 "Script:UniversalVTTImporter"

From Roll20 Wiki

Jump to: navigation, search
m
m
 
(One intermediate revision by one user not shown)
Line 11: Line 11:
 
Inside a game, type {{code|!uvtt --help}} in the chat, or check the API's Handout.
 
Inside a game, type {{code|!uvtt --help}} in the chat, or check the API's 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/11038224/ 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] where you parse the vtt file for the DL info.
 
* [http://roll20api.net/uvtti.html Universal VTT Import Sanitizer] where you parse the vtt file for the DL info.
 
** When trying to upload your file, change filetypes to "All Files" if it doesn't show the file you're trying to upload.
 
** When trying to upload your file, change filetypes to "All Files" if it doesn't show the file you're trying to upload.
 +
 
=See Also=
 
=See Also=
 
* [https://arkenforge.com/universal-vtt-files/ All about Universal VTT files]
 
* [https://arkenforge.com/universal-vtt-files/ All about Universal VTT files]
 +
* older thread: https://app.roll20.net/forum/permalink/8824428/
 
==Related APIs==
 
==Related APIs==
 
* [[Script:Walls]] create DL Walls from a {{c|.svg}} file
 
* [[Script:Walls]] create DL Walls from a {{c|.svg}} file

Latest revision as of 08:57, 25 August 2022

Main Page: API:Script Index

Author: The Aaron

UniversalVTTImporter provides a way to setup Dynamic Lighting walls & windows, Lights sources(colored & normal) from maps created with the Universal VTT format.

Dungeondraft(.dd2vtt-files), DungeonFog(.df2vtt-files) and ArkenForge (.uvtt-files) are map programs which can export maps with the Universal VTT format, the filenames are just slightly different.

[edit] Instructions

Inside a game, type !uvtt --help in the chat, or check the API's Handout.

[edit] See Also

[edit] Related APIs