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

Script:Random Dungeon Generator

From Roll20 Wiki

Revision as of 11:03, 23 February 2014 by Stephen S. (Talk | contribs)

Jump to: navigation, search

Geomorphic Map Tiles

Modified Geomorphic Map Tile for personal/private use, and consistent with Terms of Service and Privacy Policy.
  1. This API script uses geomorphic map tiles. The set used for this script can be located on the Roll20 Market place: Old School Geomorphic
    1. Geomorphic map tiles are a design technique that defines and locates set features on edge of the tile so any tile can connect to any other tile without concern for orientation.
    2. These can be downloaded and modified however you choose, so long as it is for personal/private use, and consistent with Terms of Service and Privacy Policy.
    3. To the right there example of a modified geomorphic map tile. If is important to note the modification to the tile do not included modifications to the walls. Dynamic Lighting path information will have to be added to the code for any new wall patterns.
    4. Naming of the tiles is an important factor due to the use of names in the code. Unmodifed tiles in the Old School Geomorphic set is "Geo_Type_A_0001" through "Geo_Type_A_0045." It is recommended user modified tiles be named consistent with that to keep any code modifcations required consistent as well.
    5. New tiles can be created for this set by the user and more information on that can be found at Geomorphic Map Tiles. However Dynamic Lighting path information will have to be added to the code for any new wall patterns.









Acknowledgement: Big thanks to Alex L. for his effort to write the code that works out all the math needed to rotate and place the Dynamic Lighting paths.