Filesystem/romfs/Stage/WorldMapAnalysisInfo

From WonderWiki
< Filesystem‎ | romfs‎ | Stage
Revision as of 18:15, 19 November 2023 by Forwaken (talk | contribs) (Improved Position formating.)
Jump to navigation Jump to search

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.