Difference between revisions of "Maps/API"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m |
||
Line 6: | Line 6: | ||
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. | ||
− | |||
* '''{{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
Page Updated: 2022-03-03 |
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
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)