Filesystem/romfs/Stage/StageParam: Difference between revisions
(Created StageParam and finished documenting everything besides the files, as I am not in the mood to write out the names of 451 files.) |
m (Fixed a typo that called a Stage a Course.) |
||
Line 1: | Line 1: | ||
The <code>StageParam</code> contains all of the files that serve to link a | The <code>StageParam</code> contains all of the files that serve to link a stage to all of it's relevant info. It shares the same naming scheme as the [[Filesystem/romfs/BancMapUnit|<code>BancMapUnit</code>]]. | ||
== Parameters == | == Parameters == |
Revision as of 05:04, 19 November 2023
The StageParam
contains all of the files that serve to link a stage 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
.
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 .
|
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 |
---|---|---|