Editing
Filesystem/romfs/Stage/StageParam
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
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 == The <code>StageParam</code> files consist of the Main Properties, and a single sub node called <code>Components</code>. {| class="wikitable" |+Main Parameters !Position !Parameter !Type !Information !Example Data |- |StageParam/ |$parent |String |A link to a file to serve as default settings for whatever category the stage is in. |Usually formatted as <code>Work/Stage/StageParam/XXXXX.game__stage__StageParam.gyml</code>. |- |StageParam/ |Category |String |What type of stage the file represents. |Examples: <code>Course</code>, <code>Area</code>, <code>Course1Area</code>, <code>Base</code>, <code>Title</code>, <code>WorldMap</code>, <code>Demo</code>. |- |StageParam/ |Label |String |The internal label of the stage. |Usually formatted in japanese, with numbers if a <code>Course</code>, <code>Area</code>, <code>Course1Area</code>, <code>WorldMap</code>, or <code>Demo</code>. |} {| class="wikitable" |+Components !Position !Parameter !Type !Information !Example Data |- |StageParam/Components/ |[[Filesystem/romfs/Stage/AreaParam|AreaParam]] |String |A link to the stages corresponding <code>[[Filesystem/romfs/Stage/AreaParam|AreaParam]]</code> file. |Usually formatted as <code>Work/Stage/AreaParam/XXXXX.game__stage__AreaParam.gyml</code>. |- |StageParam/Components/ |[[Filesystem/romfs/Stage/BakeSource|BakeSource]] |String |A link to the stages corresponding <code>[[Filesystem/romfs/Stage/BakeSource|BakeSource]]</code> file. |Usually formatted as <code>Work/Stage/BakeSource/WorldXXX.game__stage__BakeSource.gyml</code>. |- |StageParam/Components/ |[[Filesystem/romfs/Stage/CourseInfo|CourseInfo]] |String |A link to the stages corresponding <code>[[Filesystem/romfs/Stage/CourseInfo|CourseInfo]]</code> file. |Usually formatted as <code>Work/Stage/CourseInfo/CourseXXX_Course.game__stage__CourseInfo.gyml</code>. |- |StageParam/Components/ |[[Filesystem/romfs/Stage/DemoStageInfo|DemoStageInfo]] |String |A link to the stages corresponding <code>[[Filesystem/romfs/Stage/DemoStageInfo|DemoStageInfo]]</code> file. |Example: <code>Work/Stage/DemoStageInfo/WorldEnding.game__stage__DemoStageInfo.gyml</code>. |- |StageParam/Components/ |[[Filesystem/romfs/Stage/MapAnalysisInfo|MapAnalysisInfo]] |String |A link to the stages corresponding <code>[[Filesystem/romfs/Stage/MapAnalysisInfo|MapAnalysisInfo]]</code> file. |Usually formatted as <code>Work/Stage/MapAnalysisInfo/CourseXXX_Course.game__stage__MapAnalysisInfo.gyml</code>. |- |StageParam/Components/ |[[Mumap]] |String |A link to the stages corresponding <code>[[Mumap]]</code> file. |Usually formatted as <code>Work/MapUnit/Map/CourseXXX_XXXXX.mumap</code>. |- |StageParam/Components/ |[[Filesystem/romfs/Stage/StageLoadInfo|StageLoadInfo]] |String |A link to the stages corresponding <code>[[Filesystem/romfs/Stage/StageLoadInfo|StageLoadInfo]]</code> file. |Usually formatted as <code>Work/Stage/StageLoadInfo/XXXXX.game__stage__StageLoadInfo.gyml</code>. |- |StageParam/Components/ |[[Filesystem/romfs/Stage/StageSequenceInfo|StageSequenceInfo]] |String |A link to the stages corresponding <code>[[Filesystem/romfs/Stage/StageSequenceInfo|StageSequenceInfo]]</code> file. |Usually formatted as <code>Work/Stage/StageSequenceInfo/XXXXX.game__stage__StageSequenceInfo.gyml</code>. |- |StageParam/Components/ |[[Filesystem/romfs/Phive/StaticCompoundBody|StaticCompoundBody]] |String |A link to the stages corresponding <code>[[Filesystem/romfs/Phive/StaticCompoundBody|StaticCompoundBody]]</code> file. |Usually formatted as <code>Work/Phive/StaticCompoundBody/XXXXX.phive__StaticCompoundBodySourceParam.gyml</code>. |- |StageParam/Components/ |[[Filesystem/romfs/Stage/WorldList|WorldList]] |String |A link to the stages corresponding <code>[[Filesystem/romfs/Stage/WorldList|WorldList]]</code> file. |Example: <code>Work/Stage/WorldList/WorldList.game__stage__WorldList.gyml</code>. |- |StageParam/Components/ |[[Filesystem/romfs/Stage/WorldMapAnalysisInfo|WorldMapAnalysisInfo]] |String |A link to the stages corresponding <code>[[Filesystem/romfs/Stage/WorldMapAnalysisInfo|WorldMapAnalysisInfo]]</code> file. |Usually formatted as <code>Work/Stage/WorldMapAnalysisInfo/WorldXXX.game__stage__WorldMapAnalysisInfo.gyml</code>. |- |StageParam/Components/ |[[Filesystem/romfs/Stage/WorldMapInfo|WorldMapInfo]] |String |A link to the stages corresponding <code>[[Filesystem/romfs/Stage/WorldMapInfo|WorldMapInfo]]</code> file. |Usually formatted as <code>Work/Stage/WorldMapInfo/WorldXXX.game__stage__WorldMapInfo.gyml</code>. |} == Folders == * None == Files == {| class="wikitable" |+ !Filename !Format !Information |- |Course001_Course.game__stage__StageParam.bgyml |BGYML | |- |Course001_Main.game__stage__StageParam.bgyml |BGYML | |- |Course001_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course001_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course001_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course002_Course.game__stage__StageParam.bgyml |BGYML | |- |Course002_Main.game__stage__StageParam.bgyml |BGYML | |- |Course002_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course002_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course003_Course.game__stage__StageParam.bgyml |BGYML | |- |Course003_Main.game__stage__StageParam.bgyml |BGYML | |- |Course003_Sub.game__stage__StageParam.bgyml |BGYML | |- |Course004_Course.game__stage__StageParam.bgyml |BGYML | |- |Course004_Main.game__stage__StageParam.bgyml |BGYML | |- |Course004_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course005_Course.game__stage__StageParam.bgyml |BGYML | |- |Course005_Main.game__stage__StageParam.bgyml |BGYML | |- |Course005_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course006_Course.game__stage__StageParam.bgyml |BGYML | |- |Course006_Main.game__stage__StageParam.bgyml |BGYML | |- |Course007_Course.game__stage__StageParam.bgyml |BGYML | |- |Course007_Main.game__stage__StageParam.bgyml |BGYML | |- |Course007_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course007_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course007_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course008_Course.game__stage__StageParam.bgyml |BGYML | |- |Course008_Main.game__stage__StageParam.bgyml |BGYML | |- |Course008_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course008_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course009_Course.game__stage__StageParam.bgyml |BGYML | |- |Course009_Main.game__stage__StageParam.bgyml |BGYML | |- |Course009_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course009_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course009_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course010_Course.game__stage__StageParam.bgyml |BGYML | |- |Course010_Main.game__stage__StageParam.bgyml |BGYML | |- |Course010_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course012_Course.game__stage__StageParam.bgyml |BGYML | |- |Course012_Main.game__stage__StageParam.bgyml |BGYML | |- |Course012_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course012_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course013_Course.game__stage__StageParam.bgyml |BGYML | |- |Course013_Main.game__stage__StageParam.bgyml |BGYML | |- |Course013_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course014_Course.game__stage__StageParam.bgyml |BGYML | |- |Course014_Main.game__stage__StageParam.bgyml |BGYML | |- |Course014_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course014_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course014_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course015_Course.game__stage__StageParam.bgyml |BGYML | |- |Course015_Main.game__stage__StageParam.bgyml |BGYML | |- |Course015_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course015_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course015_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course015_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course016_Course.game__stage__StageParam.bgyml |BGYML | |- |Course016_Main.game__stage__StageParam.bgyml |BGYML | |- |Course016_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course016_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course017_Course.game__stage__StageParam.bgyml |BGYML | |- |Course017_Main.game__stage__StageParam.bgyml |BGYML | |- |Course017_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course017_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course017_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course018_Course.game__stage__StageParam.bgyml |BGYML | |- |Course018_Main.game__stage__StageParam.bgyml |BGYML | |- |Course018_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course019_Course.game__stage__StageParam.bgyml |BGYML | |- |Course019_Main.game__stage__StageParam.bgyml |BGYML | |- |Course019_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course020_Course.game__stage__StageParam.bgyml |BGYML | |- |Course020_Main.game__stage__StageParam.bgyml |BGYML | |- |Course021_Course.game__stage__StageParam.bgyml |BGYML | |- |Course021_Main.game__stage__StageParam.bgyml |BGYML | |- |Course021_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course022_Course.game__stage__StageParam.bgyml |BGYML | |- |Course022_Main.game__stage__StageParam.bgyml |BGYML | |- |Course022_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course023_Course.game__stage__StageParam.bgyml |BGYML | |- |Course023_Main.game__stage__StageParam.bgyml |BGYML | |- |Course023_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course023_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course024_Course.game__stage__StageParam.bgyml |BGYML | |- |Course024_Main.game__stage__StageParam.bgyml |BGYML | |- |Course024_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course024_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course025_Course.game__stage__StageParam.bgyml |BGYML | |- |Course025_Main.game__stage__StageParam.bgyml |BGYML | |- |Course025_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course025_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course026_Course.game__stage__StageParam.bgyml |BGYML | |- |Course026_Main.game__stage__StageParam.bgyml |BGYML | |- |Course026_Sub.game__stage__StageParam.bgyml |BGYML | |- |Course027_Course.game__stage__StageParam.bgyml |BGYML | |- |Course027_Main.game__stage__StageParam.bgyml |BGYML | |- |Course027_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course030_Course.game__stage__StageParam.bgyml |BGYML | |- |Course030_Main.game__stage__StageParam.bgyml |BGYML | |- |Course031_Course.game__stage__StageParam.bgyml |BGYML | |- |Course031_Main.game__stage__StageParam.bgyml |BGYML | |- |Course031_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course031_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course031_Sub5.game__stage__StageParam.bgyml |BGYML | |- |Course032_Course.game__stage__StageParam.bgyml |BGYML | |- |Course032_Main.game__stage__StageParam.bgyml |BGYML | |- |Course032_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course032_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course033_Course.game__stage__StageParam.bgyml |BGYML | |- |Course033_Main.game__stage__StageParam.bgyml |BGYML | |- |Course034_Course.game__stage__StageParam.bgyml |BGYML | |- |Course034_Main.game__stage__StageParam.bgyml |BGYML | |- |Course034_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course034_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course034_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course035_Course.game__stage__StageParam.bgyml |BGYML | |- |Course035_Main.game__stage__StageParam.bgyml |BGYML | |- |Course036_Course.game__stage__StageParam.bgyml |BGYML | |- |Course036_Main.game__stage__StageParam.bgyml |BGYML | |- |Course036_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course037_Course.game__stage__StageParam.bgyml |BGYML | |- |Course037_Main.game__stage__StageParam.bgyml |BGYML | |- |Course037_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course037_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course038_Course.game__stage__StageParam.bgyml |BGYML | |- |Course038_Main.game__stage__StageParam.bgyml |BGYML | |- |Course038_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course038_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course039_Course.game__stage__StageParam.bgyml |BGYML | |- |Course039_Main.game__stage__StageParam.bgyml |BGYML | |- |Course039_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course040_Course.game__stage__StageParam.bgyml |BGYML | |- |Course040_Main.game__stage__StageParam.bgyml |BGYML | |- |Course040_Sub5.game__stage__StageParam.bgyml |BGYML | |- |Course040_Sub6.game__stage__StageParam.bgyml |BGYML | |- |Course041_Course.game__stage__StageParam.bgyml |BGYML | |- |Course041_Main.game__stage__StageParam.bgyml |BGYML | |- |Course042_Course.game__stage__StageParam.bgyml |BGYML | |- |Course042_Main.game__stage__StageParam.bgyml |BGYML | |- |Course042_Sub02.game__stage__StageParam.bgyml |BGYML | |- |Course042_Sub03.game__stage__StageParam.bgyml |BGYML | |- |Course042_Sub05.game__stage__StageParam.bgyml |BGYML | |- |Course042_Sub06.game__stage__StageParam.bgyml |BGYML | |- |Course042_Sub07.game__stage__StageParam.bgyml |BGYML | |- |Course042_Sub09.game__stage__StageParam.bgyml |BGYML | |- |Course042_Sub10.game__stage__StageParam.bgyml |BGYML | |- |Course042_Sub11.game__stage__StageParam.bgyml |BGYML | |- |Course043_Course.game__stage__StageParam.bgyml |BGYML | |- |Course043_Main.game__stage__StageParam.bgyml |BGYML | |- |Course044_Course.game__stage__StageParam.bgyml |BGYML | |- |Course044_Main.game__stage__StageParam.bgyml |BGYML | |- |Course044_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course044_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course046_Course.game__stage__StageParam.bgyml |BGYML | |- |Course046_Main.game__stage__StageParam.bgyml |BGYML | |- |Course046_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course046_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course046_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course047_Course.game__stage__StageParam.bgyml |BGYML | |- |Course047_Main.game__stage__StageParam.bgyml |BGYML | |- |Course047_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course047_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course047_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course048_Course.game__stage__StageParam.bgyml |BGYML | |- |Course048_Main.game__stage__StageParam.bgyml |BGYML | |- |Course048_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course048_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course049_Course.game__stage__StageParam.bgyml |BGYML | |- |Course049_Main.game__stage__StageParam.bgyml |BGYML | |- |Course049_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course049_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course049_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course049_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course050_Course.game__stage__StageParam.bgyml |BGYML | |- |Course050_Main.game__stage__StageParam.bgyml |BGYML | |- |Course050_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course050_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course050_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course050_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course051_Course.game__stage__StageParam.bgyml |BGYML | |- |Course051_Main.game__stage__StageParam.bgyml |BGYML | |- |Course051_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course051_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course052_Course.game__stage__StageParam.bgyml |BGYML | |- |Course052_Main.game__stage__StageParam.bgyml |BGYML | |- |Course052_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course052_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course052_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course052_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course052_Sub5.game__stage__StageParam.bgyml |BGYML | |- |Course052_Sub6.game__stage__StageParam.bgyml |BGYML | |- |Course053_Course.game__stage__StageParam.bgyml |BGYML | |- |Course053_Main.game__stage__StageParam.bgyml |BGYML | |- |Course053_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course053_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course054_Course.game__stage__StageParam.bgyml |BGYML | |- |Course054_Main.game__stage__StageParam.bgyml |BGYML | |- |Course054_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course054_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course055_Course.game__stage__StageParam.bgyml |BGYML | |- |Course055_Main.game__stage__StageParam.bgyml |BGYML | |- |Course055_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course055_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course056_Course.game__stage__StageParam.bgyml |BGYML | |- |Course056_Main.game__stage__StageParam.bgyml |BGYML | |- |Course056_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course056_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course056_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course057_Course.game__stage__StageParam.bgyml |BGYML | |- |Course057_Main.game__stage__StageParam.bgyml |BGYML | |- |Course057_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course057_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course057_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course057_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course058_Course.game__stage__StageParam.bgyml |BGYML | |- |Course058_Main.game__stage__StageParam.bgyml |BGYML | |- |Course058_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course059_Course.game__stage__StageParam.bgyml |BGYML | |- |Course059_Main.game__stage__StageParam.bgyml |BGYML | |- |Course059_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course061_Course.game__stage__StageParam.bgyml |BGYML | |- |Course061_Main.game__stage__StageParam.bgyml |BGYML | |- |Course061_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course061_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course061_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course061_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course062_Course.game__stage__StageParam.bgyml |BGYML | |- |Course062_Main.game__stage__StageParam.bgyml |BGYML | |- |Course062_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course062_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course063_Course.game__stage__StageParam.bgyml |BGYML | |- |Course063_Main.game__stage__StageParam.bgyml |BGYML | |- |Course063_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course064_Course.game__stage__StageParam.bgyml |BGYML | |- |Course064_Main.game__stage__StageParam.bgyml |BGYML | |- |Course064_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course064_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course100_Course.game__stage__StageParam.bgyml |BGYML | |- |Course100_Main.game__stage__StageParam.bgyml |BGYML | |- |Course100_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course100_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course100_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course101_Course.game__stage__StageParam.bgyml |BGYML | |- |Course101_Main.game__stage__StageParam.bgyml |BGYML | |- |Course101_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course101_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course102_Course.game__stage__StageParam.bgyml |BGYML | |- |Course102_Main.game__stage__StageParam.bgyml |BGYML | |- |Course102_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course102_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course150_Course.game__stage__StageParam.bgyml |BGYML | |- |Course150_Main.game__stage__StageParam.bgyml |BGYML | |- |Course150_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course150_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course150_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course151_Course.game__stage__StageParam.bgyml |BGYML | |- |Course151_Main.game__stage__StageParam.bgyml |BGYML | |- |Course151_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course151_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course152_Course.game__stage__StageParam.bgyml |BGYML | |- |Course152_Main.game__stage__StageParam.bgyml |BGYML | |- |Course152_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course152_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course153_Course.game__stage__StageParam.bgyml |BGYML | |- |Course153_Main.game__stage__StageParam.bgyml |BGYML | |- |Course153_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course153_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course200_Course.game__stage__StageParam.bgyml |BGYML | |- |Course201_Course.game__stage__StageParam.bgyml |BGYML | |- |Course202_Course.game__stage__StageParam.bgyml |BGYML | |- |Course250_Course.game__stage__StageParam.bgyml |BGYML | |- |Course250_Main.game__stage__StageParam.bgyml |BGYML | |- |Course250_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course250_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course250_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course250_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course251_Course.game__stage__StageParam.bgyml |BGYML | |- |Course251_Main.game__stage__StageParam.bgyml |BGYML | |- |Course251_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course251_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course251_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course251_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course252_Course.game__stage__StageParam.bgyml |BGYML | |- |Course252_Main.game__stage__StageParam.bgyml |BGYML | |- |Course252_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course252_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course252_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course252_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course252_Sub5.game__stage__StageParam.bgyml |BGYML | |- |Course253_Course.game__stage__StageParam.bgyml |BGYML | |- |Course253_Main.game__stage__StageParam.bgyml |BGYML | |- |Course253_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course253_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course253_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course253_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course253_Sub5.game__stage__StageParam.bgyml |BGYML | |- |Course254_Course.game__stage__StageParam.bgyml |BGYML | |- |Course254_Main.game__stage__StageParam.bgyml |BGYML | |- |Course254_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course254_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course254_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course254_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course255_Course.game__stage__StageParam.bgyml |BGYML | |- |Course255_Main.game__stage__StageParam.bgyml |BGYML | |- |Course255_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course255_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course255_Sub3.game__stage__StageParam.bgyml |BGYML | |- |Course255_Sub4.game__stage__StageParam.bgyml |BGYML | |- |Course255_Sub5.game__stage__StageParam.bgyml |BGYML | |- |Course255_Sub6.game__stage__StageParam.bgyml |BGYML | |- |Course290_Course.game__stage__StageParam.bgyml |BGYML | |- |Course290_Main.game__stage__StageParam.bgyml |BGYML | |- |Course290_Sub.game__stage__StageParam.bgyml |BGYML | |- |Course300_Course.game__stage__StageParam.bgyml |BGYML | |- |Course300_Main.game__stage__StageParam.bgyml |BGYML | |- |Course301_Course.game__stage__StageParam.bgyml |BGYML | |- |Course302_Course.game__stage__StageParam.bgyml |BGYML | |- |Course302_Main.game__stage__StageParam.bgyml |BGYML | |- |Course303_Course.game__stage__StageParam.bgyml |BGYML | |- |Course304_Course.game__stage__StageParam.bgyml |BGYML | |- |Course305_Course.game__stage__StageParam.bgyml |BGYML | |- |Course306_Course.game__stage__StageParam.bgyml |BGYML | |- |Course307_Course.game__stage__StageParam.bgyml |BGYML | |- |Course308_Course.game__stage__StageParam.bgyml |BGYML | |- |Course309_Course.game__stage__StageParam.bgyml |BGYML | |- |Course310_Course.game__stage__StageParam.bgyml |BGYML | |- |Course310_Main.game__stage__StageParam.bgyml |BGYML | |- |Course310_Sub.game__stage__StageParam.bgyml |BGYML | |- |Course311_Course.game__stage__StageParam.bgyml |BGYML | |- |Course311_Main.game__stage__StageParam.bgyml |BGYML | |- |Course311_Sub.game__stage__StageParam.bgyml |BGYML | |- |Course312_Course.game__stage__StageParam.bgyml |BGYML | |- |Course313_Course.game__stage__StageParam.bgyml |BGYML | |- |Course314_Course.game__stage__StageParam.bgyml |BGYML | |- |Course315_Course.game__stage__StageParam.bgyml |BGYML | |- |Course316_Course.game__stage__StageParam.bgyml |BGYML | |- |Course317_Course.game__stage__StageParam.bgyml |BGYML | |- |Course317_Main.game__stage__StageParam.bgyml |BGYML | |- |Course317_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course317_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course318_Course.game__stage__StageParam.bgyml |BGYML | |- |Course319_Course.game__stage__StageParam.bgyml |BGYML | |- |Course400_Course.game__stage__StageParam.bgyml |BGYML | |- |Course401_Course.game__stage__StageParam.bgyml |BGYML | |- |Course402_Course.game__stage__StageParam.bgyml |BGYML | |- |Course403_Course.game__stage__StageParam.bgyml |BGYML | |- |Course404_Course.game__stage__StageParam.bgyml |BGYML | |- |Course404_Main.game__stage__StageParam.bgyml |BGYML | |- |Course404_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course405_Course.game__stage__StageParam.bgyml |BGYML | |- |Course406_Course.game__stage__StageParam.bgyml |BGYML | |- |Course407_Course.game__stage__StageParam.bgyml |BGYML | |- |Course408_Course.game__stage__StageParam.bgyml |BGYML | |- |Course409_Course.game__stage__StageParam.bgyml |BGYML | |- |Course409_Main.game__stage__StageParam.bgyml |BGYML | |- |Course409_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course409_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course410_Course.game__stage__StageParam.bgyml |BGYML | |- |Course411_Course.game__stage__StageParam.bgyml |BGYML | |- |Course412_Course.game__stage__StageParam.bgyml |BGYML | |- |Course413_Course.game__stage__StageParam.bgyml |BGYML | |- |Course414_Course.game__stage__StageParam.bgyml |BGYML | |- |Course415_Course.game__stage__StageParam.bgyml |BGYML | |- |Course416_Course.game__stage__StageParam.bgyml |BGYML | |- |Course417_Course.game__stage__StageParam.bgyml |BGYML | |- |Course418_Course.game__stage__StageParam.bgyml |BGYML | |- |Course450_Course.game__stage__StageParam.bgyml |BGYML | |- |Course450_Main.game__stage__StageParam.bgyml |BGYML | |- |Course450_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course451_Course.game__stage__StageParam.bgyml |BGYML | |- |Course451_Main.game__stage__StageParam.bgyml |BGYML | |- |Course451_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course452_Course.game__stage__StageParam.bgyml |BGYML | |- |Course453_Course.game__stage__StageParam.bgyml |BGYML | |- |Course460_Course.game__stage__StageParam.bgyml |BGYML | |- |Course500_Course.game__stage__StageParam.bgyml |BGYML | |- |Course500_Main.game__stage__StageParam.bgyml |BGYML | |- |Course500_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course510_Course.game__stage__StageParam.bgyml |BGYML | |- |Course520_Course.game__stage__StageParam.bgyml |BGYML | |- |Course530_Course.game__stage__StageParam.bgyml |BGYML | |- |Course531_Course.game__stage__StageParam.bgyml |BGYML | |- |Course540_Course.game__stage__StageParam.bgyml |BGYML | |- |Course540_Main.game__stage__StageParam.bgyml |BGYML | |- |Course540_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course550_Course.game__stage__StageParam.bgyml |BGYML | |- |Course551_Course.game__stage__StageParam.bgyml |BGYML | |- |Course560_Course.game__stage__StageParam.bgyml |BGYML | |- |Course560_Main.game__stage__StageParam.bgyml |BGYML | |- |Course560_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course561_Course.game__stage__StageParam.bgyml |BGYML | |- |Course562_Course.game__stage__StageParam.bgyml |BGYML | |- |Course563_Course.game__stage__StageParam.bgyml |BGYML | |- |Course590_Course.game__stage__StageParam.bgyml |BGYML | |- |Course850_Course.game__stage__StageParam.bgyml |BGYML | |- |Course850_Main.game__stage__StageParam.bgyml |BGYML | |- |Course850_Sub01.game__stage__StageParam.bgyml |BGYML | |- |Course851_Course.game__stage__StageParam.bgyml |BGYML | |- |Course851_Main.game__stage__StageParam.bgyml |BGYML | |- |Course852_Course.game__stage__StageParam.bgyml |BGYML | |- |Course852_Main.game__stage__StageParam.bgyml |BGYML | |- |Course852_Sub01.game__stage__StageParam.bgyml |BGYML | |- |Course853_Course.game__stage__StageParam.bgyml |BGYML | |- |Course853_Main.game__stage__StageParam.bgyml |BGYML | |- |Course854_Course.game__stage__StageParam.bgyml |BGYML | |- |Course854_Main.game__stage__StageParam.bgyml |BGYML | |- |Course854_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course855_Course.game__stage__StageParam.bgyml |BGYML | |- |Course855_Main.game__stage__StageParam.bgyml |BGYML | |- |Course856_Course.game__stage__StageParam.bgyml |BGYML | |- |Course856_Main.game__stage__StageParam.bgyml |BGYML | |- |Course857_Course.game__stage__StageParam.bgyml |BGYML | |- |Course857_Main.game__stage__StageParam.bgyml |BGYML | |- |Course858_Course.game__stage__StageParam.bgyml |BGYML | |- |Course858_Main.game__stage__StageParam.bgyml |BGYML | |- |Course859_Course.game__stage__StageParam.bgyml |BGYML | |- |Course859_Mian.game__stage__StageParam.bgyml |BGYML | |- |Course859_Sub01.game__stage__StageParam.bgyml |BGYML | |- |Course859_Sub02.game__stage__StageParam.bgyml |BGYML | |- |Course859_Sub03.game__stage__StageParam.bgyml |BGYML | |- |Course859_Sub04.game__stage__StageParam.bgyml |BGYML | |- |Course859_Sub05.game__stage__StageParam.bgyml |BGYML | |- |Course859_Sub06.game__stage__StageParam.bgyml |BGYML | |- |Course859_Sub07.game__stage__StageParam.bgyml |BGYML | |- |Course859_Sub08.game__stage__StageParam.bgyml |BGYML | |- |Course859_Sub09.game__stage__StageParam.bgyml |BGYML | |- |Course900_Course.game__stage__StageParam.bgyml |BGYML | |- |Course900_Main.game__stage__StageParam.bgyml |BGYML | |- |Course900_Sub1.game__stage__StageParam.bgyml |BGYML | |- |Course900_Sub2.game__stage__StageParam.bgyml |BGYML | |- |Course901_Course.game__stage__StageParam.bgyml |BGYML | |- |Course901_Main.game__stage__StageParam.bgyml |BGYML | |- |Course902_Course.game__stage__StageParam.bgyml |BGYML | |- |Course903_Course.game__stage__StageParam.bgyml |BGYML | |- |Course904_Course.game__stage__StageParam.bgyml |BGYML | |- |Course905_Course.game__stage__StageParam.bgyml |BGYML | |- |Course906_Course.game__stage__StageParam.bgyml |BGYML | |- |Course907_Course.game__stage__StageParam.bgyml |BGYML | |- |CourseBase.game__stage__StageParam.bgyml |BGYML | |- |FriendMatchSetting.game__stage__StageParam.bgyml |BGYML | |- |Title.game__stage__StageParam.bgyml |BGYML | |- |World001.game__stage__StageParam.bgyml |BGYML | |- |World002.game__stage__StageParam.bgyml |BGYML | |- |World003.game__stage__StageParam.bgyml |BGYML | |- |World004.game__stage__StageParam.bgyml |BGYML | |- |World005.game__stage__StageParam.bgyml |BGYML | |- |World006.game__stage__StageParam.bgyml |BGYML | |- |World007.game__stage__StageParam.bgyml |BGYML | |- |World008.game__stage__StageParam.bgyml |BGYML | |- |World009.game__stage__StageParam.bgyml |BGYML | |- |WorldEnding.game__stage__StageParam.bgyml |BGYML | |- |WorldMapBase.game__stage__StageParam.bgyml |BGYML | |}
Summary:
Please note that all contributions to WonderWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
WonderWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information