Filesystem/romfs/Stage/WorldList
This folder only contains one file, WorldList.game__stage__WorldList.bgyml
, which links to every worlds StageParam
.
Parameters[edit | edit source]
There are no Main Parameters in WorldList
, as all of the worlds are listed under an array named WorldMapStagePath
. None of the parameters have names, as all of them are System.Strings, so I named them after what they represent.
Position | Parameter | Type | Information | Example Data |
---|---|---|---|---|
WorldList/ | {World 1} | System.String | A link to the StageParam of world 1. | Work/Stage/StageParam/World001.game__stage__StageParam.gyml
|
WorldList/ | {World 2} | System.String | A link to the StageParam of world 2. | Work/Stage/StageParam/World002.game__stage__StageParam.gyml
|
WorldList/ | {World 3} | System.String | A link to the StageParam of world 3. | Work/Stage/StageParam/World003.game__stage__StageParam.gyml
|
WorldList/ | {World 4} | System.String | A link to the StageParam of world 4. | Work/Stage/StageParam/World004.game__stage__StageParam.gyml
|
WorldList/ | {World 5} | System.String | A link to the StageParam of world 5. | Work/Stage/StageParam/World005.game__stage__StageParam.gyml
|
WorldList/ | {World 6} | System.String | A link to the StageParam of world 6. | Work/Stage/StageParam/World006.game__stage__StageParam.gyml
|
WorldList/ | {World 7} | System.String | A link to the StageParam of world 7. | Work/Stage/StageParam/World007.game__stage__StageParam.gyml
|
WorldList/ | {World 8} | System.String | A link to the StageParam of world 8. | Work/Stage/StageParam/World008.game__stage__StageParam.gyml
|
WorldList/ | {World 9} | System.String | A link to the StageParam of world 9. | Work/Stage/StageParam/World009.game__stage__StageParam.gyml
|
WorldList/ | {Empty Slot} | System.String | An empty parameter for a potentially previously planned world. | No Data. |
WorldList/ | {Empty Slot} | System.String | An empty parameter for a potentially previously planned world. | No Data. |
Folders[edit | edit source]
- None
Files[edit | edit source]
Filename | Format | Information |
---|---|---|
WorldList.game__stage__WorldList.bgyml | BGYML | Used to link every world to it's corresponding StageParam .
|