AREA Element


AREA is the root element of all RPGDML documents inside the folder "data/map". It defines all data such as the map, events and encounters used in a specific area of the game.

Remarks

In RPG Director, the whole game world is made up of a certain number of smaller areas, and each area is defined by its own AREA document.

Generally, an AREA document is named as *.xml inside the folder "data/map", but notice the use and naming of the following AREA documents.

For other areas in the game, the AREA documents can be named as anything you like. Examples are "dungeon01.xml", "ice_castle.xml" and "dead_sea.xml".

Supported Values

AREA supports the use of its own child elements as values. For a list of supported child elements please refer to the tree menu on the left.

Examples