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 "Isometric Maps in Roll20"

From Roll20 Wiki

Jump to: navigation, search
(Creating Isometric Maps)
(Added API scripts)
Line 16: Line 16:
 
Use send to-front or to-back to align tokens on the Z-axis.
 
Use send to-front or to-back to align tokens on the Z-axis.
 
Note: The GM may have to help the players shuffle tokens around if they can't select their token when it's behind another one.
 
Note: The GM may have to help the players shuffle tokens around if they can't select their token when it's behind another one.
 +
 +
 +
 +
== Helpful API Scripts ==
 +
 +
https://gist.github.com/plexsoup
 +
 +
* psIsoFacing
 +
* LightCrumb
 +
* psTileResizer
 +
 +
  
 
[[Category:Tips]]
 
[[Category:Tips]]

Revision as of 21:14, 31 January 2017

Creating Isometric Maps

To make an isometric map in photo editing or illustration software, start with a grid, rotate it by 45 degrees and scale it vertically by 57.7%.

To make an isometric map in 3d modeling software, set your camera rotation to 60 degrees on the local x axis.

Inkscape has Axonometric Grids built-in for making isometric perspective maps.

To make small isometric tiles, you'll need transparent backgrounds on the image, so they don't occlude each other. PNG images can be quite large, so consider converting your image to indexed-mode with 256 colors before you upload it. That will make the PNG file size much smaller and should reduce load times significantly.

Using Isometric Maps in Roll20

Use 3/4 view or side-view tokens. To change facing, select flip-horizontal from the advanced token menu (right click on the token).

Use send to-front or to-back to align tokens on the Z-axis. Note: The GM may have to help the players shuffle tokens around if they can't select their token when it's behind another one.


Helpful API Scripts

https://gist.github.com/plexsoup

  • psIsoFacing
  • LightCrumb
  • psTileResizer