Filesystem/romfs/Stage/WorldMapAnalysisInfo

From WonderWiki
< Filesystem‎ | romfs‎ | Stage
Revision as of 18:02, 19 November 2023 by Forwaken (talk | contribs) (Created WorldMapAnalysisInfo and started the basis of the page, not done yet though, need to eat.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
WorldXXX/CastleCoursePointPosInfo/<Dictionary>/ CourseId String The internal course ID for the castle. This parameter is never used. Defaults to Invalid.
WorldXXX/CastleCoursePointPosInfo/<Dictionary>/ Pos : <Dictionary> X Single The castles X-axis location. Example: 260.
WorldXXX/CastleCoursePointPosInfo/<Dictionary>/ Pos : <Dictionary> Y Single The castles Y-axis location. Example: 11.
WorldXXX/CastleCoursePointPosInfo/<Dictionary>/ Pos : <Dictionary> Z Single The castles Z-axis location. Example: 253.5.