Area file layout: Difference between revisions
Jump to navigation
Jump to search
(Added site) |
m (Linked Unused maps) |
||
Line 5: | Line 5: | ||
*Cargo-Ship | *Cargo-Ship | ||
*Rhombus Dungeon | *Rhombus Dungeon | ||
*Testing Grounds ([[Unused | *Testing Grounds ([[Unused maps]]) | ||
*(Fallback) | *(Fallback) | ||
Latest revision as of 10:03, 11 September 2015
Area files are json files, used to create ingame maps and give maps readable names. Examples for Areas:
- Autumn
- Bergen Trail
- Cargo-Ship
- Rhombus Dungeon
- Testing Grounds (Unused maps)
- (Fallback)
The content of these files:
- DOCTYPE: "AREAS_MAP"
- name:
- en_US: English name
- de_DE: German name
- fr_FR: French name
- langUid: Unique Id
- width: Width of the ingame map
- height: Height of the ingame map
- floors:
- level: Level of Floor
- name: Name of Floor
- tiles: Array of Arrays containing TileIndicies (tiles[y][x])
- icon: Array of Icons
- maps:
- path: Name of map
- name:
- en_US: English name
- de_DE: German name
- fr_FR: France name
- langUid: Unique Id
- offset:
- x
- y
- connections:
- tx
- ty
- dir: "VERTICAL" or "HORIZONTAL"
- size
- map1: Index of map
- map2: Index of map
- chests: Count of chests in all maps