VASSAL Reference Manual

Home > Module > Map Window


Map Window

A Map Window contains the main interface for playing games with VASSAL. It displays the playing surface on which the players move Game Pieces by dragging and dropping with the mouse. It is possible to have two or more Map Windows; the players may drag and drop pieces between the different windows. A Map Window should be configured with at least one Map Board (in the "Map Boards" component).

To add additional Map Windows to your module, use the Editor to navigate to the [Module] entry at the very top of the Editor’s configuration window hierarchy. Right-click on the [Module] entry and select Add Map Window. Your new Map Window will be added to the very bottom of your Module’s list of components. You can then open the [Map Window] entry, where you should right-click on the [Map Boards] subcomponent and add at least one Board. You can also add additional subcomponents by right-clicking the [Map Window] entry and selecting one of the appropriate Add options. See Sub-Components, below.

Every map window (including player hands and private windows) exposes a property MapName_isVisible which will hold "true" if the map is currently visible, or "false" otherwise. This allows the module to know whether Global Hotkeys sent to that map’s components will currently be accepted or not. If the Map’s name contains spaces, the property name can optionally include '_' characters in place of spaces.

SEE ALSO: Player Hands and Private Windows are specialized forms of Map Window and share most of its properties and subcomponents. They are designed for holding pieces and cards that are private to one player or side.

Map name:

The name of this map window.

Mark pieces that move (if they possess the proper trait):

If checked, then any pieces with the Mark When Moved trait will be marked whenever being moved in this map window. The module designer can also allow players to control this option in their preferences.

"Mark unmoved" button text:

Configuring button text and/or a button icon causes a button to appear on the map window’s Toolbar; clicking this button clears the movement history for all Game Pieces on the map: this removes the movement "mark" from any such Game Pieces, and also clears their Movement Trails if they also contain a Movement Trails trait.

"Mark unmoved" tooltip text:

Tooltip text for the Map button.

"Mark unmoved" button icon:

Icon for the Map button.

Vertical/Horizontal padding:

The amount of blank space surrounding the boards in the window. This is empty space that is not on any Map and can be used to place pieces not currently being used.

Background color:

The color to use in the blank space padding.

Can contain multiple boards:

If checked, this map window can contain several boards arranged into rows and columns.

Border color for selected counters:

The color of the border to draw around pieces that have been selected.

Border thickness for selected counters:

The thickness of the border to draw around pieces that have been selected.

Include toolbar button to show/hide (Docking state won’t change until module restarted):

If checked, then this map window will not be automatically shown when a game begins. Instead, a button to show/hide this window will be added to the main module Toolbar.

Note
changing this option will not take effect until the module has been reloaded (exit from the Module Editor and restart it).
Button text:

The name of the show/hide Toolbar button

Tooltip text:

Optional tooltip text for the show/hide Toolbar button

Button icon:

An icon for the show/hide Toolbar button

Hotkey to show/hide window:

A Keystroke or Named Command that toggles the Map between showing and not showing.

Hotkey to show window:

A Keystroke or Named Command that forces the map to be visible.

Hotkey to hide window:

A Keystroke or Named Command that hides the window.

Note
The following reports are separate from, and in addition to, any reports the piece itself generates with Report Action traits in response to the Key Command applied by the bottom field.
Only auto-report move "within this map" if piece’s Location Name changed:

If selected, then movement "within this map" will only be auto-reported if the piece’s LocationName property is changed by the move.

Auto-report format for movement within this map:

A Message Format that will be used to automatically report movement of pieces completely within this map window: $pieceName$ is the name of the piece being moved, $location$ is the location to which the piece is being moved (in the format specified below), $previousLocation$ is the location from which the piece is being moved.

Auto-report format for movement to this map:

A Message Format that will be used to report movement of pieces to this map window from another map window: In addition to the properties noted for the above item, $previousMap$ is the name of the map from which the piece is being moved.

Auto-report format for units created in this map:

A Message Format that will be used to report pieces that are dragged to this map window directly from a Game Piece Palette: The properties mentioned in the previous two items may be referenced as appropriate.

Auto-report format for units modified on this map:

When a Report Action trait of a Game Piece on this map is activated, this Message Format will be used to format the message that trait requests to display. $message$ is the text message from the Report Action trait. It could optionally be modified to include e.g. the name of this Map.

Key Command to apply to all units ending movement on this map:

The Key Command or Named Key Command to be automatically applied to each piece that ends movement on this map, whether it is moved by drag-and-drop or by a Send To Location trait.

This Key Command can be used, for example, to trigger actions that need to be taken when a piece enters or leaves a new space (for example maintaining piece type counts in a Zone — see Example 4 in the Trigger Action trait), or to generate more elaborate Report Action chat log messages than can be created with the Auto-report format (for example, ensuring that the message is only displayed if the piece has actually changed regions rather than merely being adjusted in its space).

Map

Map2


Sub-Components

Map are created with several default sub-components, but new ones can be added. To add sub-components to a map, navigate to the [Map Window] component entry in the Editor, right-click on the [Map Window] component, and select the appropriate Add option for the sub-component you would like to add. Once you configure it, your new sub-component will appear at the bottom of the Map’s list of sub-components.

Additional Selection Highlighters

At-Start Stack

Deck

Flare

Game Piece Layers

Global Key Command

Global Properties

Hide Pieces Button

Image Capture Tool

Last Move Highlighter

Line of Sight Thread

Map Boards

Map Shading

Mouse-over Stack Viewer

Overview Window

Recenter Pieces Button

Stacking Options

Text Capture Tool

Toolbar Menu

Zoom Capability


Map Boards

This component contains all the boards that may appear in this map window. It contains Board components and defines the dialog that is used to select boards when a new game is started.

Dialog title:

The title of the dialog window for choosing boards on this map.

"Select Boards" prompt:

The prompt message in the drop-down menu for selecting boards

Cell scale factor:

The relative size of the boards in the dialog compared to their final size during play.

Cell width:

The width of a cell when no board has been selected.

Cell height:

The height of a cell when no board has been selected.

Default Board Setup:

Click this button to choose a default set of boards.

When a default has been set, the dialog will not be shown to players when a new game is begun. Instead, the game will always be started with the boards you select.

If you click this button and then clear the boards, then dialog will again be shown at the start of each game.

BoardPicker

Stacking Options

This component controls how stacking is handled in this Map Window. It may not be removed.

Disable stacking:

If checked, then pieces will never form stacks in this window.

Horizontal separation when expanded:

The distance in pixels from the left edge (right edge if negative) of a piece in a stack to the edge of the piece above it when the stack is expanded.

Vertical separation when expanded:

The distance in pixels from the bottom edge (top edge if negative) of a piece in a stack to the edge of the piece above it when the stack is expanded.

Horizontal separation when not expanded:

The distance in pixels from the left edge (right edge if negative) of a piece in a stack to the edge of the piece above it when the stack is compact.

Vertical separation when not expanded:

The distance in pixels from the bottom edge (top edge if negative) of a piece in a stack to the edge of the piece above it when the stack is compact.

Color of pieces when not expanded:

If set, then pieces below the top piece in a compact stack will be drawn as plain squares of this color and a black border.

If not set (click the "Select" button and cancel the color-selection dialog to "unset" this) then pieces will be drawn normally.

StackingOptions

Overview Window, or "Mini Map"

The Overview window displays a separate "Mini Map" subwindow over the top of the main map display. The subwindow contains a view of the entire playing area at a smaller scale than displayed in the parent map window.

The area of the map currently visible in the main map window is highlighted in the overview map with a colored rectangle. A player may click on the Overview window to center the Map Window at the point clicked on.

This component can be used by players to quckly get a high-level view of the whole map and scroll quickly to another area of the map.

See full article for details.

OverviewMapExample


Line of Sight (LOS) Thread

The Line of Sight (LOS) Thread is a component that allows players to use the mouse to draw lines between two points on the map.

Options are provided to control color, snapping of thread ends, range display, reporting and visibility.

See full article for details.

losExample


Toolbar Menu

Groups buttons in the toolbar into a single drop-down menu. See full article for details.

ToolbarMenuExample

ToolbarMenu

Hide Pieces Button

Adds a button to the Toolbar of the Map Window. Clicking the button will temporarily hide all pieces on the map, until the button is clicked again.

Button text:

Specifies the button text for the Toolbar button

Tooltip text:

Specifies optional tooltip text for the Toolbar button

Hotkey:

Specifies a Keystroke or Named Command for the Toolbar button

Icon when pieces are showing:

Configures an icon which is shown when pieces on the map are currently visible.

Icon when pieces are hidden:

Configures an icon which is shown when pieces on the map have currently been hidden by this button.

HidePieces

Zoom capability

Adds the ability to zoom in and out of the Map. Toolbar buttons for "Zoom in", "Zoom out", and "Select Zoom Level" are added to the Map Window’s toolbar.

ZoomButtons

Note
Zoom in and out can also be performed by holding the Control key down while using the mouse wheel.
Preset Zoom Levels:

Configures a series of fractional scale factors for display of the Map Window. In the list on the right-hand side, all the currently configured scale factors are listed. The one with an asterisk (*) indicates the scale factor at which the Map Window will begin when the module is started. The other scale factors represent the settings along a range which clicking the "Zoom in" and "Zoom out" buttons will move the zoom level.

Add: To add a new scale factor, type it into the blank and then click the "Add" button. The new scale factor will appear in the list to the right.

Remove: To remove an unwanted scale factor from the list, select it in the list at right and then click the "Remove" button.

Set Initial: To select the scale factor at which the Map Window will begin when the module is started, select it from the list at right and click the "Set Initial" button. An asterisk (*) will appear next to the new at-start scale factor.

Zoom in:

Configure the tooltip text, button text, button icon and hotkey for a Toolbar button and/or hotkey that causes the Map Window scale factor to jump to the next higher magnification level.

Zoom Select:

Configure the tooltip text, button text, button icon and hotkey for a Toolbar button and/or hotkey that will allow the player to pick a specific scale factor, including by typing in an arbitrary scale factor manually.

Zoom Out:

Configure the tooltip text, button text, button icon and hotkey for a Toolbar button and/or hotkey that causes the Map Window scale factor to jump to the next smaller magnification level.

Zoomer

Mouse-over Stack Viewer

Adds a tool that displays the contents of the current Map location when the player leaves the mouse resting over the map.

The information displayed is highly configurable, including piece images, per piece text and summary text.

MouseOverExample

Note
You can define multiple mouse-over stack viewers for the same map, each operating on a different selection of pieces.

See full article for details.


Last Move Highlighter

Draws a colored border around the last piece to have been moved, added, or deleted in a logfile or by an opponent during live play.

The highlight is cleared by clicking on the map.

Enabled:

Allows the highlighter to be turned on or off.

Color:

Set the color of the border.

Thickness:

Set the border thickness.

LastMoveHighlighter

Game Piece Layers

Allows you designate certain "layers" of Game Pieces to be drawn before others. Pieces in higher layers are always drawn on top of lower layers, and pieces never combine into stacks with pieces from other layers.

See full Game Piece Layers article for details.


Image Capture Tool

Adds a "Camera" button to the Toolbar of the Map Window. Clicking the button will dump the contents of the Map Window to an image file. This allows you to take a screen shot even if the Map Window is too large to fit entirely on the screen.

Button text:

Specifies the button text for the Toolbar button

Tooltip text:

Specifies optional tooltip text for the Toolbar button

button icon:

Icon for the Toolbar button.

Hotkey:

Specifies a Keystroke or Named Command for the Toolbar button

ImageCapture

Text Capture Tool

Adds a "Save Text" Button to the Map Window’s Toolbar. Clicking the button will write a plain text summary of the contents of the map to a text file, using the names assigned to the pieces and the appropriate numbering and/or naming of the board’s grid.

Button text:

Specifies the button text for the Toolbar button

Tooltip text:

Specifies optional tooltip text for the Toolbar button

button icon:

Icon for the Toolbar button.

Hotkey:

Specifies a Keystroke or Named Command for the Toolbar button

TextCaptureTool

Deck

A deck of cards, a bag of chits, or a fixed supply of counters.

Decks are versatile containers for collections of pieces — especially the kind that need to be shuffled, randomized, hidden, and drawn from.

See full article for details.

DeckShort

At-Start Stack

A group of one or more pieces which begin the game on the map.

See full article for more details.

AtStartStack

Move Camera Button

Adds a button to the map window’s Toolbar. Clicking the button will center the camera (i.e. the map’s view) on a designated location. The location can be computed through a variety of means, including expressions.

Button text:

Specifies the button text for the Toolbar button

Tooltip text:

Specifies optional tooltip text for the Toolbar button

button icon:

Icon for the Toolbar button.

Hotkey:

Specifies a Keystroke or Named Command for the Toolbar button

Toolbar button can be disabled by a property:

If this box is checked, you will be able to enable/disable the Toolbar Button by changing the value of a Global Property. See also: Toolbar Configuration

Global Property to disable this button when "true"

The name of a Global Property that will control when this Toolbar Button is enabled or disabled. If the property contains the string true, the button will be disabled; if it contains any other value the button will be enabled.

Button Icon when disabled:

If you select an alternative icon here, then that icon will be used when the button is currently disabled. If you leave the icon empty, then the normal icon, if any, will stay in place. Any button text for the toolbar button will be greyed out when the button is disabled, regardless of your choice in this field.

Destination:

Determines how the destination will be determined.

Board:

The Board for the destination. Can be left blank on maps with only one board at a time.

Zone:

The Zone for the destination.

Region:

The Region for the destination.

X Position:

The X position for the destination.

Y Position:

The Y position for the destination.

Additional X Offset:

Additional X offset for the destination, once the destination has been otherwise computed from the previous fields.

Additional Y Offset:

Additional Y offset for the destination, once the destination has been otherwise computed from the previous fields.

Property Match:

Property match expression for finding a counter.

Zoom Level:

Sets the zoom level to view the map, expressed as a decimal value (1.0 = 100% size). If 0 or left blank, then no zoom adjustment is made.

MoveCameraButton

Recenter Pieces Button

Adds a button to the map window’s Toolbar. Clicking the button will shift the position of all pieces on the map such that they are centered around the middle of the map as much as possible. This is useful for games where there are no absolute terrain features, such as some air and naval games.

Button text:

Specifies the button text for the Toolbar button

Tooltip text:

Specifies optional tooltip text for the Toolbar button

button icon:

Icon for the Toolbar button.

Hotkey:

Specifies a Keystroke or Named Command for the Toolbar button

Toolbar button can be disabled by a property:

If this box is checked, you will be able to enable/disable the Toolbar Button by changing the value of a Global Property. See also: Toolbar Configuration

Global Property to disable this button when "true"

The name of a Global Property that will control when this Toolbar Button is enabled or disabled. If the property contains the string true, the button will be disabled; if it contains any other value the button will be enabled.

Button Icon when disabled:

If you select an alternative icon here, then that icon will be used when the button is currently disabled. If you leave the icon empty, then the normal icon, if any, will stay in place. Any button text for the toolbar button will be greyed out when the button is disabled, regardless of your choice in this field.

PieceRecenterer


Global Key Command

Adds a button to the map window’s Toolbar. Clicking the button will pick certain pieces from the map window and apply the same key command to all of them.

See the GlobalKeyCommand.html page for full details on using Global Key Commands.

GlobalKeyCommand

Map Shading

Applies a semi-transparent solid color or image tiling to the Map. In background mode, can be used to overlay a repeating image over solid-color boards. In foreground mode, the area is determined by the pieces on the map that name this Map Shading in an Area of Effect trait.

Name:

A short name of this shading for reference by pieces with the Area of Effect trait.

Shading always on:

If selected then the shading is always drawn. Otherwise, visibility is controlled by a button on the Toolbar.

Shading starts turned on:

If true, then the shading will begin visible when the module is loaded.

Button text:

Text for the Toolbar button.

Tooltip text:

Optional rollover text for the Toolbar button.

Button icon:

Icon for the Toolbar button.

Add to map-level Toolbar:

Untick this box to add the button to the Module level Toolbar instead of the current Maps Toolbar. Affects which Toolbar Menus the button can be added to.

Note
Map-level components are normally added to the Toolbar on their own Map, but in older versions of Vassal (pre 3.7), Map Shader buttons where added to the Module Toolbar. This option is provide for backwards compatibility.
Hotkey:

Keystroke or Named Command for the Toolbar button.

All boards in map get Shaded:

Allows you to select which Boards in the map to apply the shading to.

Type:

If set to Background then the shaded area includes the entire board, minus the areas attached to any Area of Effect traits. If set to Foreground, then the shaded area includes only the areas attached to Area of Effect traits.

Draw shade on top of counters:

If selected, then the shading will be drawn over any pieces on the map. Otherwise, it will be drawn underneath all pieces.

Shade pattern:

Choose between 100/75/50/25 % hatch patterns, or choose a custom image.

Color:

The color of the shading (if not using a custom image).

Opacity:

The opacity of the shading. 0 is completely transparent, 100 is completely opaque.

Border:

If selected, will draw a border around the shading area.

Border color:

Color of the border.

Border width:

Width of the border line.

Border opacity(%):

The opacity of the border line. 0 is completely transparent, 100 is completely opaque.

MapShading

Global Properties

Maps can have their own Global Properties, which apply to and are accessible by pieces on that map.

To add a Global Property to your map, find the [Global Properties] subcomponent in the Editor, right-click it, and select Add Global Property. This will let you define the initial value and any numeric constraints. Then, you can right-click on the [Global Property] entry to optionally Add Change-property Toolbar Button, the configuration dialog for which is shown at left.

See the article on the Global Property trait of pieces for more details and examples.

GlobalProperty

ChangePropertyButton

Additional Selection Highlighters

Allows you to define additional ways to highlight the selected piece on a map. The additional highlighters are drawn only if the selected piece matches the specified properties. If a piece matches the properties of more than one highlighter, all will be drawn, in addition to the highlighting color/border specified in the Map’s properties.

To add an Additional Selection Highlighter to your map, locate the [Additional Selection Highlighters] subcomponent of your map in the Editor. Right-click it and select Add Highlighter. You can then configure your Highlighter using the dialog described below.

Name:

A short name for reference in the editor.

Active if properties match:

The highlighter will be drawn for all pieces on the map that match the given Property Match Expression. The expression can refer to Properties of the pieces to determine which ones are an appropriate match.

Use image:

Specify an optional image to be overlaid on top of the selected piece. The center of the image will be offset from the center of the piece by the given number of pixels.

Border color:

The color of the border to be drawn around selected pieces.

Border thickness:

The thickness of the border

SelectionHighlighterFind

SelectionHighlighter

Flare

A Flare lets players their opponents' attention to something that has happened on the map by clicking a with certain modifier keys held down. The flare will be visible to other players both in online games and in play-by-email games using a log file.

Flare2

A Flare component is automatically added to each Map, so you will not normally need to add more. However, to add a Flare to your map, find your [Map] component in the Editor, right-click it, and select Add Flare.

See the full Flare article for more details.