Skip to content

Commit

Permalink
new file
Browse files Browse the repository at this point in the history
  • Loading branch information
rileydutton committed Jun 28, 2012
2 parents f02847a + 9d9f6b0 commit fd860cd
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions _posts/2012-06-28-page-settings.md
@@ -0,0 +1,61 @@
---
layout: default
---
---
layout: default
title: Page Settings
categories: beginner
---

There are a number of page specific settings that can be set for each page on your map. To access them, click the page button located on the top right hand corner of your map.<br>
<img src="/images/pagebutton.png" /><br>
To edit the settings for a specific page, click the gear icon next to the page you'd like to edit.<br>
<img src="/images/ps-gear-icon.png" />

You will be presented with the Page Settings dialogue.<br>
<img src="/images/page-settings.png" />


Page Size
--------
The size of the page canvass can be adjusted here, by changing the width and height values. Page size is measured in inches, with the scale of one inch = five feet, so if you require a map that is fifty feet squared, you would adjust your page size to be ten inches by ten inches.<br>
<img src="/images/ps-page-size.png" />

Background Color
--------
Using the Background Color palette, you can select a fill color for the entire map. Click on the color swatch (white box by default) which will pull up the color chooser. From there, you can either select the color you'd like from the palette, or, for advanced users, enter a specific hexadecimal color code. (For a list of colors, try http://www.december.com/html/spec/colorhex.html out).<br>
<img src="/images/ps-background.png" />

Grid
--------
There are a number of different grid options to choose from, including size of the grid, type of grid (<i>square, horizontal hex and vertical hex</i>) color and opacity of the grid, or, you can disable it completely.

To enable or disable the grid, simply select the <b>Enabled</b> checkbox. If it's checked, the grid is on, unchecked and the grid is completely off.<br>
<i>Note: disabling the grid will also disable any grid snapping effects, since there's nothing for the objects to snap to.</i><br>
<img src="/images/ps-grid-enabled.png" />

The grid can also be made smaller or larger by adjusting the size. For example, if I entered 0.5 inches into the size box, it would make the grid half the size that it is by default. Likewise, a size of 2 inches would double the grid size.<br>
<img src="/images/ps-grid-size.png" />

Just like the background color, you can also select what color you'd like your grid lines to be. By clicking on the color selection box, you'll be presented with a palette where you can either select a color, or enter a custom hex code.<br>
<img src="/images/ps-grid-color.png" />

If you'd like to make your grid lines darker or lighter, you can adjust the opacity using the grid opacity slider. This slider will make the grid more, or less transparent, so you can make it fade into the background, or boldly stand out. Simply slide it to the left to make the lines more transparent, or to the right to make them more opaque. If you slide the bar all the way to the right, your lines will become invisible. This is handy if you still want the snap to grid feature, but don't want to see the lines.<br>
<img src="/images/ps-grid-opacity.png" />

Fog of War
--------
If you'd like to use the Fog of War feature, you must first enable it for the page. To do so, select the "Enabled" checkbox. This will turn it on for the page, and cover the entire map in fog. You can then use the "Reveal Areas" tool to remove sections of fog from the map. If you take too much off, or want to cover up a previously revealed area, use the "Hide Areas" tool to cover it back up.<br>
<img src="/images/ps-fog-of-war.png" />

The fog appears as a solid black area to players, but for the GM it's a semi-transparent layer. If you'd like to adjust how dark the fog appears to you (<i>handy for dark maps where it's hard to tell where it is</i>) use the "GM Opacity" slider to adjust how transparent or opaque it appears. Simply slide the slider to the left to make the fog lighter, or to the right to make it darker. If the slider is all the way to the left, the fog will be completely invisible, and if it's all the way right, it will be completely solid.<br>
<img src="/images/ps-fow-opacity.png" />









0 comments on commit fd860cd

Please sign in to comment.