Filesystem/romfs/Stage/WorldMapAnalysisInfo: Difference between revisions

From WonderWiki
< Filesystem‎ | romfs‎ | Stage
Jump to navigation Jump to search
(Created WorldMapAnalysisInfo and started the basis of the page, not done yet though, need to eat.)
 
m (Improved Position formating.)
Line 23: Line 23:
!Example Data
!Example Data
|-
|-
|WorldXXX/CastleCoursePointPosInfo/<Dictionary>/
|WorldMapAnalysisInfo/CastleCoursePointPosInfo/<Dictionary>/
|CourseId
|CourseId
|String
|String
Line 29: Line 29:
|Defaults to <code>Invalid</code>.
|Defaults to <code>Invalid</code>.
|-
|-
|WorldXXX/CastleCoursePointPosInfo/<Dictionary>/ Pos : <Dictionary>
|WorldMapAnalysisInfo/CastleCoursePointPosInfo/<Dictionary>/Pos/
|X
|X
|Single
|Single
Line 35: Line 35:
|Example: <code>260</code>.
|Example: <code>260</code>.
|-
|-
|WorldXXX/CastleCoursePointPosInfo/<Dictionary>/ Pos : <Dictionary>
|WorldMapAnalysisInfo/CastleCoursePointPosInfo/<Dictionary>/Pos/
|Y
|Y
|Single
|Single
Line 41: Line 41:
|Example: <code>11</code>.
|Example: <code>11</code>.
|-
|-
|WorldXXX/CastleCoursePointPosInfo/<Dictionary>/ Pos : <Dictionary>
|WorldMapAnalysisInfo/CastleCoursePointPosInfo/<Dictionary>/Pos/
|Z
|Z
|Single
|Single

Revision as of 18:15, 19 November 2023

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.

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 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.