From f66408fd3ccd778fa70a3e27469d9dcb7d719f93 Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Sat, 20 May 2023 23:13:19 -0400 Subject: [PATCH] Add documentation about `WorldAreaConfigData` --- docs/resources/World Locations.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/resources/World Locations.txt diff --git a/docs/resources/World Locations.txt b/docs/resources/World Locations.txt new file mode 100644 index 000000000..a3722019b --- /dev/null +++ b/docs/resources/World Locations.txt @@ -0,0 +1,17 @@ +Excels: +- WorldAreaConfigData.json +- scene3_point.json (BinOutput/Scene/Trans) + +textmaps contain the names of the areas + +if a world area has an 'AreaType' of 'LEVEL_1', it has the following properties: +- there is not an 'AreaID2' field +- there is an 'elementType' field +- this is a PRIMARY region + +if a world area has an 'AreaType' of 'LEVEL_2', it has the following properties: +- there is not an 'elementType' field +- the 'AreaID1' field is inherited from its parent area +- this is a SECONDARY region + +the textmap hash is of the secondary region's name, unless it's a primary region \ No newline at end of file