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 "Stephen S."

From Roll20 Wiki

Jump to: navigation, search
(Random Dungeon Generator)
(Random Dungeon Generator)
Line 3: Line 3:
  
 
# Purchase, find or create geomorphic tiles. 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. A set can be located on the Roll20 Market place:<br /><br />[https://marketplace.roll20.net/browse/set/252/old-school-geomorphic Old School Geomorphic]<br /><br />
 
# Purchase, find or create geomorphic tiles. 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. A set can be located on the Roll20 Market place:<br /><br />[https://marketplace.roll20.net/browse/set/252/old-school-geomorphic Old School Geomorphic]<br /><br />
# Add new a map to a campaign and the page size for the map should be 72 units by 72 units (for more information on how to do this see [[Page Toolbar]]<br /><br />
+
# Add new a map to a campaign and the page size for the map should be 72 units by 72 units (for more information on how to do this see [[Page Toolbar]].)<br /><br />
 
# Add the code found on Gist [https://gist.github.com/BaldarSilveraxe/8725741 Geomorphic] to your existing API process modifying the code as needed to integrate into your API command handling. Aside from some global variables, you just need any command you choose to trigger the "geomorph()" function.<br /><br />
 
# Add the code found on Gist [https://gist.github.com/BaldarSilveraxe/8725741 Geomorphic] to your existing API process modifying the code as needed to integrate into your API command handling. Aside from some global variables, you just need any command you choose to trigger the "geomorph()" function.<br /><br />
 
# Because this code uses images, the code must be modified to be related to your geomorphic tiles in your Roll20 library. Steps on determining your image source URL can be found here: [[API:Objects#imgsrc_and_avatar_property_restrictions|API:Objects/Path]]<br /><br />
 
# Because this code uses images, the code must be modified to be related to your geomorphic tiles in your Roll20 library. Steps on determining your image source URL can be found here: [[API:Objects#imgsrc_and_avatar_property_restrictions|API:Objects/Path]]<br /><br />
 
That should do it.
 
That should do it.

Revision as of 16:36, 8 February 2014

Random Dungeon Generator

Steps to implementing

  1. Purchase, find or create geomorphic tiles. 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. A set can be located on the Roll20 Market place:

    Old School Geomorphic

  2. Add new a map to a campaign and the page size for the map should be 72 units by 72 units (for more information on how to do this see Page Toolbar.)

  3. Add the code found on Gist Geomorphic to your existing API process modifying the code as needed to integrate into your API command handling. Aside from some global variables, you just need any command you choose to trigger the "geomorph()" function.

  4. Because this code uses images, the code must be modified to be related to your geomorphic tiles in your Roll20 library. Steps on determining your image source URL can be found here: API:Objects/Path

That should do it.