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 "Maps/API"

From Roll20 Wiki

Jump to: navigation, search
(transclude page from script index)
 
m
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
<noinclude>{{revdate}}
 
<noinclude>{{revdate}}
 
{{pro only|page}}
 
{{pro only|page}}
{{main|API:Script Index}}
+
{{main|API:Script Index}}{{apiboxRec}}
 
</noinclude>
 
</noinclude>
  
 
Various APIs related to the Map that isn't related to [[Dynamic Lighting]], nor focused on [[Tokens]].
 
Various APIs related to the Map that isn't related to [[Dynamic Lighting]], nor focused on [[Tokens]].
 
* '''[[Script:SmartAoE|SmartAoE]]''' -- graphical interface for implementing AoE's on gridded maps to clearly show which squares are affected
 
* '''[[Script:SmartAoE|SmartAoE]]''' -- graphical interface for implementing AoE's on gridded maps to clearly show which squares are affected
* {{fpl|4041327/ Areas of Effect}} -- let's players spawn AoE effects on the map(based on what GM made available.  
+
* '''{{fpl|4041327/ Areas of Effect}}''' -- let's players spawn AoE effects on the map(based on what GM made available.  
 
* {{forum|permalink/2948292/ DryErase}} – An API that can stop players from drawing on the map.
 
* {{forum|permalink/2948292/ DryErase}} – An API that can stop players from drawing on the map.
 
* {{forum|permalink/8339585/ Hexploration}} -- Script allows the GM to conceal areas of a hex grid with individual opaque hexes. Then characters can explore the hexes to reveal them. {{repo|Roll20/roll20-api-scripts/tree/master/Hexploration#hexploration Readme}}
 
* {{forum|permalink/8339585/ Hexploration}} -- Script allows the GM to conceal areas of a hex grid with individual opaque hexes. Then characters can explore the hexes to reveal them. {{repo|Roll20/roll20-api-scripts/tree/master/Hexploration#hexploration Readme}}
 
* [[Script:Map Lock|MapLock]] -- Provides locking of graphics to prevent moving/resizing/rotating them.  Also highlighting.
 
* [[Script:Map Lock|MapLock]] -- Provides locking of graphics to prevent moving/resizing/rotating them.  Also highlighting.
 
* [[Script:MapChange|MapChange]] -- Provides an easy and user friendly way to move players between maps.
 
* [[Script:MapChange|MapChange]] -- Provides an easy and user friendly way to move players between maps.
* [[Script:Page Navigator|Page Navigator]] -- Easily move players from page to page, and allow players to move to pages by moving their tokens. '''Note:''' Version 2 have some known issues.
 
 
* '''{{forum|permalink/9137492/ Radar}}''' -- to simulate various types of radar, tremor sense etc. Includes options for [[DL]].
 
* '''{{forum|permalink/9137492/ Radar}}''' -- to simulate various types of radar, tremor sense etc. Includes options for [[DL]].
 +
* [[Script:UniversalVTTImporter|Universal VTT Importer]] -- for importing DL settings and other info from maps created with the Universal VTT map format (<code>.dd2vtt</code>/<code>.df2vtt</code>/<code>.Uvtt</code>), as used by several map creator programs.
 +
* [[Script:Page Navigator|Page Navigator]] -- Easily move players from page to page, and allow players to move to pages by moving their tokens. '''Note:''' Version 2 have some known issues.
 
* [[Script:TruePageCopy|TruePageCopy]] -- Duplicate page graphics by chat command, or with the Duplicate Page button. ''(Partially obsolete since Roll20 implemented their update to Copying Pages in Q4 2020)''
 
* [[Script:TruePageCopy|TruePageCopy]] -- Duplicate page graphics by chat command, or with the Duplicate Page button. ''(Partially obsolete since Roll20 implemented their update to Copying Pages in Q4 2020)''
 +
 
<noinclude>
 
<noinclude>
 
[[Category:Maps]]
 
[[Category:Maps]]
 
[[Category:API Recommendations]]
 
[[Category:API Recommendations]]
 
</noinclude>
 
</noinclude>

Latest revision as of 09:11, 3 March 2022

Main Page: API:Script Index


Various APIs related to the Map that isn't related to Dynamic Lighting, nor focused on Tokens.

  • SmartAoE -- graphical interface for implementing AoE's on gridded maps to clearly show which squares are affected
  • Areas of Effect(Forum) -- let's players spawn AoE effects on the map(based on what GM made available.
  • DryErase(Forum) – An API that can stop players from drawing on the map.
  • Hexploration(Forum) -- Script allows the GM to conceal areas of a hex grid with individual opaque hexes. Then characters can explore the hexes to reveal them. Readme
  • MapLock -- Provides locking of graphics to prevent moving/resizing/rotating them. Also highlighting.
  • MapChange -- Provides an easy and user friendly way to move players between maps.
  • Radar(Forum) -- to simulate various types of radar, tremor sense etc. Includes options for DL.
  • Universal VTT Importer -- for importing DL settings and other info from maps created with the Universal VTT map format (.dd2vtt/.df2vtt/.Uvtt), as used by several map creator programs.
  • Page Navigator -- Easily move players from page to page, and allow players to move to pages by moving their tokens. Note: Version 2 have some known issues.
  • TruePageCopy -- Duplicate page graphics by chat command, or with the Duplicate Page button. (Partially obsolete since Roll20 implemented their update to Copying Pages in Q4 2020)