Difference between revisions of "Script:UniversalVTTImporter"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m |
||
(5 intermediate revisions by one user not shown) | |||
Line 6: | Line 6: | ||
[https://dungeondraft.net/ Dungeondraft]({{code|.dd2vtt}}-files), [https://www.dungeonfog.com/ DungeonFog]({{code|.df2vtt}}-files) and [https://arkenforge.com/ ArkenForge] ({{code|.uvtt}}-files) are map programs which can export maps with the Universal VTT format, the filenames are just slightly different. | [https://dungeondraft.net/ Dungeondraft]({{code|.dd2vtt}}-files), [https://www.dungeonfog.com/ DungeonFog]({{code|.df2vtt}}-files) and [https://arkenforge.com/ ArkenForge] ({{code|.uvtt}}-files) are map programs which can export maps with the Universal VTT format, the filenames are just slightly different. | ||
+ | * [https://app.roll20.net/forum/permalink/11038224/ UniversalVTTImporter] -forum thread | ||
+ | ** Update v0.1.10 Aug 2022-- Added support for new [[Transparent barrier]] type on the dynamic lighting layer. Window support is back! | ||
==Instructions== | ==Instructions== | ||
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/ | + | * [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= | ||
* [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== | ||
+ | * [[Script:Walls]] create DL Walls from a {{c|.svg}} file | ||
+ | * [[Script:DungeonAlchemistImporter]] import maps from the Dungeon Alchemist tool | ||
+ | |||
[[Category:User API Scripts]] | [[Category:User API Scripts]] | ||
[[Category:Maps]] | [[Category:Maps]] | ||
[[Category:Dynamic Lighting]] | [[Category:Dynamic Lighting]] |
Latest revision as of 08:57, 25 August 2022
Page Updated: 2022-08-25 |
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. |
Roll20 Mod
Mod Suggestions
- D&D 5E
- Combat
- Character Sheet
- Dynamic Lighting
- Jukebox
- Maps
- Text Chat/Macros
- Tokens
- System Specific
- Mod Guides by Script
Debug
Other
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.
- UniversalVTTImporter -forum thread
- Update v0.1.10 Aug 2022-- Added support for new Transparent barrier type on the dynamic lighting layer. Window support is back!
[edit] Instructions
Inside a game, type !uvtt --help
in the chat, or check the API's Handout.
- Script:UniversalVTTImporter -- Import .dd2vtt files to create Dynamic Lighting Lines and Lights! - forum thread with instructions.
- 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.
[edit] See Also
[edit] Related APIs
- Script:Walls create DL Walls from a
.svg
file - Script:DungeonAlchemistImporter import maps from the Dungeon Alchemist tool