The WorldMapAnalysisInfo
contains all the files that decide a worlds: wonder seed amount, course position, gate position, npc position, and propeller flower position.
The WorldMapAnalysisInfo
files consist of one Main Parameter, and six sub nodes that mostly contain numbered dictionaries.
Main Parameter
Parameter
|
Type
|
Information
|
Example Data
|
WonderFlowerNum
|
Int32
|
Decides how many wonder seeds are shown to be in a world.
|
Example: 35 .
|
CastleCoursePointPosInfo
Position
|
Parameter
|
Type
|
Information
|
Example Data
|
WorldMapAnalysisInfo/CastleCoursePointPosInfo/<Dictionary>/
|
CourseId
|
String
|
The internal course ID for the castle. This parameter is never used.
|
Defaults to Invalid .
|
WorldMapAnalysisInfo/CastleCoursePointPosInfo/<Dictionary>/Pos/
|
X
|
Single
|
The castle's X-axis location.
|
Example: 260 .
|
WorldMapAnalysisInfo/CastleCoursePointPosInfo/<Dictionary>/Pos/
|
Y
|
Single
|
The castle's Y-axis location.
|
Example: 11 .
|
WorldMapAnalysisInfo/CastleCoursePointPosInfo/<Dictionary>/Pos/
|
Z
|
Single
|
The castle's Z-axis location.
|
Example: 253.5 .
|
CoursePointPosInfo
Position
|
Parameter
|
Type
|
Information
|
Example Data
|
WorldMapAnalysisInfo/CoursePointPosInfo/<Dictionary>/
|
IsExist
|
Boolean
|
Decides whether this course exists in this world or not.
|
Defaults to False .
Examples: True , False .
|
WorldMapAnalysisInfo/CoursePointPosInfo/<Dictionary>/Pos/
|
X
|
Single
|
The course's X-axis location.
|
Example: -28.5 .
|
WorldMapAnalysisInfo/CoursePointPosInfo/<Dictionary>/Pos/
|
Y
|
Single
|
The course's Y-axis location.
|
Example: -0.25 .
|
WorldMapAnalysisInfo/CoursePointPosInfo/<Dictionary>/Pos/
|
Z
|
Single
|
The course's Z-axis location.
|
Example: 110.25 .
|
GatePosInfo
Position
|
Parameter
|
Type
|
Information
|
Example Data
|
WorldMapAnalysisInfo/GatePosInfo/<Dictionary>/
|
IsExist
|
Boolean
|
Decides whether this gate exists in this world or not.
|
Defaults to False .
Examples: True , False .
|
WorldMapAnalysisInfo/GatePosInfo/<Dictionary>/Pos/
|
X
|
Single
|
The gate's X-axis location.
|
Example: 33 .
|
WorldMapAnalysisInfo/GatePosInfo/<Dictionary>/Pos/
|
Y
|
Single
|
The gate's Y-axis location.
|
Example: 1 .
|
WorldMapAnalysisInfo/GatePosInfo/<Dictionary>/Pos/
|
Z
|
Single
|
The gate's Z-axis location.
|
Example: -21 .
|
MapCameraLookAtPos
Position
|
Parameter
|
Type
|
Information
|
Example Data
|
WorldMapAnalysisInfo/MapCameraLookAtPos/
|
X
|
Single
|
|
Example: 38.5 .
|
WorldMapAnalysisInfo/MapCameraLookAtPos/
|
Y
|
Single
|
|
Example: 3.5 .
|
WorldMapAnalysisInfo/MapCameraLookAtPos/
|
Z
|
Single
|
|
Example: 30 .
|
NpcPosInfo
Position
|
Parameter
|
Type
|
Information
|
Example Data
|
WorldMapAnalysisInfo/NpcPosInfo/<Dictionary>/
|
IsExist
|
Boolean
|
Decides whether this npc exists in this world or not.
|
Defaults to False .
Examples: True , False .
|
WorldMapAnalysisInfo/NpcPosInfo/<Dictionary>/Pos/
|
X
|
Single
|
The npc's X-axis location.
|
Example: 48 .
|
WorldMapAnalysisInfo/NpcPosInfo/<Dictionary>/Pos/
|
Y
|
Single
|
The npc's Y-axis location.
|
Example: 1.5 .
|
WorldMapAnalysisInfo/NpcPosInfo/<Dictionary>/Pos/
|
Z
|
Single
|
The npc's Z-axis location.
|
Example: 18 .
|
PropellerFlowerPosInfo
Position
|
Parameter
|
Type
|
Information
|
Example Data
|
WorldMapAnalysisInfo/PropellerFlowerPosInfo/<Dictionary>/
|
IsExist
|
Boolean
|
Decides whether this propeller flower exists in this world or not.
|
Defaults to False .
Examples: True , False .
|
WorldMapAnalysisInfo/PropellerFlowerPosInfo/<Dictionary>/Pos/
|
X
|
Single
|
The propeller flower's X-axis location.
|
Example: -12 .
|
WorldMapAnalysisInfo/PropellerFlowerPosInfo/<Dictionary>/Pos/
|
Y
|
Single
|
The propeller flower's Y-axis location.
|
Example: 2 .
|
WorldMapAnalysisInfo/PropellerFlowerPosInfo/<Dictionary>/Pos/
|
Z
|
Single
|
The propeller flower's Z-axis location.
|
Example: 14 .
|
Filename
|
Format
|
Information
|
World001.game__stage__WorldMapAnalysisInfo.bgyml
|
BGYML
|
|
World002.game__stage__WorldMapAnalysisInfo.bgyml
|
BGYML
|
|
World003.game__stage__WorldMapAnalysisInfo.bgyml
|
BGYML
|
|
World004.game__stage__WorldMapAnalysisInfo.bgyml
|
BGYML
|
|
World005.game__stage__WorldMapAnalysisInfo.bgyml
|
BGYML
|
|
World006.game__stage__WorldMapAnalysisInfo.bgyml
|
BGYML
|
|
World007.game__stage__WorldMapAnalysisInfo.bgyml
|
BGYML
|
|
World008.game__stage__WorldMapAnalysisInfo.bgyml
|
BGYML
|
|
World009.game__stage__WorldMapAnalysisInfo.bgyml
|
BGYML
|
|