Filesystem/romfs/Stage/StageParam

From WonderWiki
< Filesystem‎ | romfs‎ | Stage
Revision as of 04:40, 19 November 2023 by Forwaken (talk | contribs) (Created StageParam and finished documenting everything besides the files, as I am not in the mood to write out the names of 451 files.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The StageParam contains all of the files that serve to link a course to all of it's relevant info. It shares the same naming scheme as the BancMapUnit.

Parameters

The StageParam files consist of the Main Properties, and a single sub node called Components.

Main Parameters
Parameter Type Information Example Data
$parent String A link to a file to serve as default settings for whatever category the stage is in. Usually formatted as Work/Stage/StageParam/XXXXX.game__stage__StageParam.gyml.
Category String What type of stage the file represents. Examples: Course, Area, Course1Area, Base, Title, WorldMap, Demo.
Label String The internal label of the stage. Usually formatted in japanese, with numbers if a Course, Area, Course1Area, WorldMap, or Demo.
Components
Parameter Type Information Example Data
AreaParam String A link to the stages corresponding AreaParam file. Usually formatted as Work/Stage/AreaParam/XXXXX.game__stage__AreaParam.gyml.
BakeSource String A link to the stages corresponding BakeSource file. Usually formatted as Work/Stage/BakeSource/WorldXXX.game__stage__BakeSource.gyml.
CourseInfo String A link to the stages corresponding CourseInfo file. Usually formatted as Work/Stage/CourseInfo/CourseXXX_Course.game__stage__CourseInfo.gyml.
DemoStageInfo String A link to the stages corresponding DemoStageInfo file. Example: Work/Stage/DemoStageInfo/WorldEnding.game__stage__DemoStageInfo.gyml.
MapAnalysisInfo String A link to the stages corresponding MapAnalysisInfo file. Usually formatted as Work/Stage/MapAnalysisInfo/CourseXXX_Course.game__stage__MapAnalysisInfo.gyml.
Mumap String A link to the stages corresponding Mumap file. Usually formatted as Work/MapUnit/Map/CourseXXX_XXXXX.mumap.
StageLoadInfo String A link to the stages corresponding StageLoadInfo file. Usually formatted as Work/Stage/StageLoadInfo/XXXXX.game__stage__StageLoadInfo.gyml.
StageSequenceInfo String A link to the stages corresponding StageSequenceInfo file. Usually formatted as Work/Stage/StageSequenceInfo/XXXXX.game__stage__StageSequenceInfo.gyml.
StaticCompoundBody String A link to the stages corresponding StaticCompoundBody file. Usually formatted as Work/Phive/StaticCompoundBody/XXXXX.phive__StaticCompoundBodySourceParam.gyml.
WorldList String A link to the stages corresponding WorldList file. Example: Work/Stage/WorldList/WorldList.game__stage__WorldList.gyml.
WorldMapAnalysisInfo String A link to the stages corresponding WorldMapAnalysisInfo file. Usually formatted as Work/Stage/WorldMapAnalysisInfo/WorldXXX.game__stage__WorldMapAnalysisInfo.gyml.
WorldMapInfo String A link to the stages corresponding WorldMapInfo file. Usually formatted as Work/Stage/WorldMapInfo/WorldXXX.game__stage__WorldMapInfo.gyml.

Folders

  • None

Files

Filename Format Information