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:DungeonAlchemistImporter"

From Roll20 Wiki

Jump to: navigation, search
m
m (yt video)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{revdate}}
+
{{revdate}}{{main|API:Script Index}}
{{main|API:Script Index}}
+
 
+
 
+
 
{{script overview
 
{{script overview
 
|name=Dungeon Alchemist Importer
 
|name=Dungeon Alchemist Importer
Line 11: Line 8:
 
This script imports Dungeon Alchemist maps to Roll20.
 
This script imports Dungeon Alchemist maps to Roll20.
  
Dungeon Alchemist is AI-powered Fantasy Game Mapmaking Software that enables you to make high-quality content fast! More info here: https://www.dungeonalchemist.com/
+
[https://www.dungeonalchemist.com/ Dungeon Alchemist] is AI-powered Fantasy Game Mapmaking Software that enables you to make high-quality content fast!
 
+
 
+
 
== Installation and Configuration ==
 
== Installation and Configuration ==
 
+
{{#evp:youtube|pEi5MWmAIOY|How To Import Maps to Roll20 from Dungeon Alchemist (6min) (April 2022)|right|700}}
 
Install from Roll20 API script library by searching for "DungeonAlchemistImporter".
 
Install from Roll20 API script library by searching for "DungeonAlchemistImporter".
  
Line 21: Line 16:
  
 
== Script Use ==
 
== Script Use ==
 +
Follow the instructions on this website: https://www.dungeonalchemist.com/import-to-roll20
  
Follow the instructions on this website:
+
Compatible with [[Script:Door Knocker]]
https://www.dungeonalchemist.com/import-to-roll20
+
  
 
== Changelog ==
 
== Changelog ==
 +
{{changelog version|0.0.4|2021-09-08|* Place LOS lines on top of wall instead of at the middle}}
 +
{{changelog version|0.0.3|2021-09-08|* Fixed coloring of lines so they work with DoorKnocker}}
 
{{changelog version|0.0.2|2021-09-08|* Fixed lighting range}}
 
{{changelog version|0.0.2|2021-09-08|* Fixed lighting range}}
 
{{changelog version|0.0.1|2021-09-07|* Release}}
 
{{changelog version|0.0.1|2021-09-07|* Release}}
 +
 +
=See Also=
 +
* [[Script:UniversalVTTImporter]]
 +
* [[Script:Walls]]
 +
 +
[[Category:Maps]]

Latest revision as of 13:51, 23 April 2022

Main Page: API:Script Index

API ScriptAuthor: Karel C
Version: 0.0.2
Last Modified: 2021-09-08
Code: DungeonAlchemistImporter
Dependencies: None
Conflicts: None

This script imports Dungeon Alchemist maps to Roll20.

Dungeon Alchemist is AI-powered Fantasy Game Mapmaking Software that enables you to make high-quality content fast!

Contents

[edit] Installation and Configuration

How To Import Maps to Roll20 from Dungeon Alchemist (6min) (April 2022)

Install from Roll20 API script library by searching for "DungeonAlchemistImporter".

If this is not possible for you, copy the source code available from the menu on the right. Paste the code into a new script in your campaign's API Script Editor. Save the new script and it will be available inside your campaign.

[edit] Script Use

Follow the instructions on this website: https://www.dungeonalchemist.com/import-to-roll20

Compatible with Script:Door Knocker

[edit] Changelog

v0.0.4 (2021-09-08)

  • Place LOS lines on top of wall instead of at the middle


v0.0.3 (2021-09-08)

  • Fixed coloring of lines so they work with DoorKnocker


v0.0.2 (2021-09-08)

  • Fixed lighting range


v0.0.1 (2021-09-07)

  • Release


[edit] See Also