Filesystem/romfs/Stage/StageSequenceInfo
The StageSequenceInfo
contains all of the files that serve to link a stage type to the modules that initialize, load, and update the game.
Parameters[edit | edit source]
The StageSequenceInfo
files consist of the Main Properties and a single sub node called SequencePath
.
Position | Properties | Type | Information | Example Data |
---|---|---|---|---|
StageSequenceInfo/ | StageType | String | Describes what sequence the file is corresponded to. | Examples: CourseMap , Demo , FriendMatchSetting , TitleStage , WorldMap .
|
StageSequenceInfo/ | $parent | String | A link to a file to serve as default settings for the StageSequenceInfo .
|
Example: Work/Stage/StageSequenceInfo/Course.game__stage__StageSequenceInfo.gyml .
|
Position | Properties | Type | Information | Example Data |
---|---|---|---|---|
StageSequenceInfo/SequencePath | Enter | String | Defaulted to .
Usually formatted as | |
StageSequenceInfo/SequencePath | InitializeStageInfo | String | Defaulted to .
Usually formatted as | |
StageSequenceInfo/SequencePath | Leave | String | Defaulted to .
Usually formatted as | |
StageSequenceInfo/SequencePath | Load | String | Defaulted to .
Usually formatted as | |
StageSequenceInfo/SequencePath | Retry | String | Defaulted to .
Usually formatted as | |
StageSequenceInfo/SequencePath | SubSequence1 | String | Defaulted to .
Usually formatted as | |
StageSequenceInfo/SequencePath | UpdateStage | String | Defaulted to .
Usually formatted as | |
StageSequenceInfo/SequencePath | UpdateUI | String | Defaulted to .
Usually formatted as |
Folders[edit | edit source]
- None
Files[edit | edit source]
Filename | Format | Information |
---|---|---|
Course.game__stage__StageSequenceInfo.BGYML | BGYML | |
Demo.game__stage__StageSequenceInfo.BGYML | BGYML | |
FriendMatchSetting.game__stage__StageSequenceInfo.BGYML | BGYML | |
StaffCreditCourse.game__stage__StageSequenceInfo.BGYML | BGYML | |
Title.game__stage__StageSequenceInfo.BGYML | BGYML | |
WorldMap.game__stage__StageSequenceInfo.BGYML | BGYML |