Connected Maps

Maps can be connected to other maps, which will cause both maps to be rendered at the same time.

Currently there is no seamless transition to the connected maps, however transfers to connected maps should be faster since the connected map is already loaded.

Usage Example:


    connect(Map002|0,13,0)

The first parameter is the map id (not the map name). It should be formatted as MapXXX, with the word "Map" and three digits. This should match the name of the Maps's json file in the data folder.

The three numbered parameters are x, y, and z offsets. They determine the position of the connected map relative to the current map.


Connect North: the y offset should be the negative height of the connected map.

Connect East: the x offset should be the width of the current map.

Connect South: the y offset should be the height of the current map.

Connect West: the x offset should be the negative width of the connected map.

Theme: