Filesystem/romfs/Stage/WorldMapAnalysisInfo
The WorldMapAnalysisInfo
contains all the files that decide a worlds: wonder seed amount, course position, gate position, npc position, and propeller flower position.
Parameters
The WorldMapAnalysisInfo
files consist of one Main Parameter, and six sub nodes that mostly contain numbered dictionaries.
Parameter | Type | Information | Example Data |
---|---|---|---|
WonderFlowerNum | Int32 | Decides how many wonder seeds are shown to be in a world. | Example: 35 .
|
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 castles X-axis location. | Example: 260 .
|
WorldMapAnalysisInfo/CastleCoursePointPosInfo/<Dictionary>/Pos/ | Y | Single | The castles Y-axis location. | Example: 11 .
|
WorldMapAnalysisInfo/CastleCoursePointPosInfo/<Dictionary>/Pos/ | Z | Single | The castles Z-axis location. | Example: 253.5 .
|