Filesystem/romfs/Stage/WorldList
This folder only contains one file, WorldList.game__stage__WorldList.bgyml
, which links to every worlds StageParam
.
Parameters
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.
Parameter | Type | Information | Example Data |
---|---|---|---|
{World 1} | System.String | A link to the StageParam of world 1. | Work/Stage/StageParam/World001.game__stage__StageParam.gyml
|
{World 2} | System.String | A link to the StageParam of world 2. | Work/Stage/StageParam/World002.game__stage__StageParam.gyml
|
{World 3} | System.String | A link to the StageParam of world 3. | Work/Stage/StageParam/World003.game__stage__StageParam.gyml
|
{World 4} | System.String | A link to the StageParam of world 4. | Work/Stage/StageParam/World004.game__stage__StageParam.gyml
|
{World 5} | System.String | A link to the StageParam of world 5. | Work/Stage/StageParam/World005.game__stage__StageParam.gyml
|
{World 6} | System.String | A link to the StageParam of world 6. | Work/Stage/StageParam/World006.game__stage__StageParam.gyml
|
{World 7} | System.String | A link to the StageParam of world 7. | Work/Stage/StageParam/World007.game__stage__StageParam.gyml
|
{World 8} | System.String | A link to the StageParam of world 8. | Work/Stage/StageParam/World008.game__stage__StageParam.gyml
|
{World 9} | System.String | A link to the StageParam of world 9. | Work/Stage/StageParam/World009.game__stage__StageParam.gyml
|
{Empty Slot} | System.String | An empty parameter for a potentially previously planned world. | No Data. |
{Empty Slot} | System.String | An empty parameter for a potentially previously planned world. | No Data. |
Folders
- None
Files
Filename | Format | Information |
---|---|---|
WorldList.game__stage__WorldList.bgyml | BGYML | Used to link every world to it's corresponding StageParam .
|