Filesystem/romfs/Stage/StageSequenceInfo

From WonderWiki
< Filesystem‎ | romfs‎ | Stage
Revision as of 05:06, 19 November 2023 by Forwaken (talk | contribs) (Created StageSequenceInfo page, and documented all parameters, though the SequencePath parameters lack any information.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

The StageSequenceInfo files consist of the Main Properties and a single sub node called SequencePath.

Main Properties
Properties Type Information Example Data
StageType String Describes what sequence the file is corresponded to. Examples: CourseMap, Demo, FriendMatchSetting, TitleStage, WorldMap.
$parent String A link to a file to serve as default settings for the StageSequenceInfo. Example: Work/Stage/StageSequenceInfo/Course.game__stage__StageSequenceInfo.gyml.
SequencePath
Properties Type Information Example Data
Enter String Defaulted to .

Usually formatted as Work/Sequence/Module/XXXXX/XXXXX_Enter_PostInitialize.module.ain.

InitializeStageInfo String Defaulted to .

Usually formatted as Work/Sequence/Module/XXXXX/XXXXX_InitializeStageInfo.module.ain, except for Demo, which instead is formatted as Work/Sequence/Module/StageCommon/DoNothing.module.ain.

Leave String Defaulted to .

Usually formatted as Work/Sequence/Module/XXXXX/XXXXX_Leave_FinalizeLT.module.ain.

Load String Defaulted to .

Usually formatted as Work/Sequence/Module/XXXXX/XXXXX_Load_InitializeLT.module.ain.

Retry String Defaulted to .

Usually formatted as Work/Sequence/Module/XXXXX/XXXXX_Retry.module.ain.

SubSequence1 String Defaulted to .

Usually formatted as Work/Sequence/Module/XXXXX/XXXXX_Update_NetSeq.module.ain, except for Demo, which instead is formatted as Work/Sequence/Module/StageCommon/DoNothing.module.ain.

UpdateStage String Defaulted to .

Usually formatted as Work/Sequence/Module/XXXXX/XXXXX_Update.module.ain.

UpdateUI String Defaulted to .

Usually formatted as Work/Sequence/Module/XXXXX/XXXXX_Update_UISeq.module.ain.

Folders

  • None

Files

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