GalaxyDataTable: Difference between revisions

From Luma's Workshop
Jump to navigation Jump to search
(Created page with "Category:Files {{Finished}} '''GalaxyDataTable''' is a BCSV table that defines the required number of Comet Medals to make a Prankster Comet appear in an individual galaxy and which galaxies have a Grand Star to unlock the next world. ''Purple'' and ''Mimic'' comets are always locked if the comet in ''HomeCenterGalaxy'' has not been collected yet. This hardcoded behavior is not defined by this table. The file can be found in ''SMG2'' in ''Objec...")
 
(Added BCSV)
 
Line 14: Line 14:


While galaxies can be deleted from the list, the game still requires at least 6 galaxies with a GrandStarNo from 1 to 6 to work.
While galaxies can be deleted from the list, the game still requires at least 6 galaxies with a GrandStarNo from 1 to 6 to work.
== GalaxyDataTable.bcsv ==
The following table is a direct extract of GalaxyDataTable.bcsv.
For a list of localized Galaxy names, visit [[Zones#Super Mario Galaxy 2|this page]].
{| class="wikitable"
|-
! GalaxyName
! CometAppearMedalNum
! GrandStarNo
|-
| IslandFleetGalaxy
| 5
| -1
|-
| YosshiHomeGalaxy
| 2
| -1
|-
| DigMineGalaxy
| 3
| -1
|-
| MokumokuValleyGalaxy
| -1
| -1
|-
| RedBlueExGalaxy
| 8
| -1
|-
| AbekobeGalaxy
| -1
| -1
|-
| VsKoopaJrLv1Galaxy
| 20
| 1
|-
| HomeCenterGalaxy
| 4
| -1
|-
| BigWaterFallGalaxy
| 10
| -1
|-
| GoroRockGalaxy
| 6
| -1
|-
| StarCreekGalaxy
| -1
| -1
|-
| JungleGliderGalaxy
| -1
| -1
|-
| FlowerHighlandGalaxy
| -1
| -1
|-
| VsKoopaLv1Galaxy
| 22
| 2
|-
| BigTree2Galaxy
| 9
| -1
|-
| CloudGardenGalaxy
| 1
| -1
|-
| GhostConveyorGalaxy
| 12
| -1
|-
| WhiteSnowGalaxy
| -1
| -1
|-
| TamakoroPlanetGalaxy
| 10
| -1
|-
| TimerSwitchingPlatformGalaxy
| 31
| -1
|-
| KoopaJrLv2Galaxy
| 27
| 3
|-
| BigGalaxy
| 15
| -1
|-
| OmoteuLandGalaxy
| 11
| -1
|-
| TropicalResortGalaxy
| 28
| -1
|-
| WanwanFactoryGalaxy
| 18
| -1
|-
| MysteryCandyGalaxy
| 14
| -1
|-
| HoneyBeeVillageGalaxy
| -1
| -1
|-
| VsKoopaGravityGalaxy
| 32
| 4
|-
| ThunderFleetGalaxy
| -1
| -1
|-
| QuicksandGalaxy
| 19
| -1
|-
| KachikochiLavaGalaxy
| 16
| -1
|-
| TeresaLabyrinthGalaxy
| -1
| -1
|-
| ChaosGravityGalaxy
| -1
| -1
|-
| ChallengeGliderGalaxy
| -1
| -1
|-
| VsKoopaJrLv3Galaxy
| 34
| 5
|-
| TwisterTowerGalaxy
| -1
| -1
|-
| AncientExcavationGalaxy
| 26
| -1
|-
| LongForCastleGalaxy
| 24
| -1
|-
| MagicGalaxy
| 30
| -1
|-
| MemoryRoadGalaxy
| 23
| -1
|-
| UnderGroundDangeonGalaxy
| -1
| -1
|-
| VsKoopaLv3Galaxy
| 36
| 6
|-
| MarioOnMarioGalaxy
| 38
| -1
|-
| TamakoroSliderGalaxy
| 40
| -1
|-
| SecretAthleticGalaxy
| 42
| -1
|-
| MadnessOnimasuGalaxy
| 46
| -1
|-
| KingOfKingsGalaxy
| 48
| -1
|-
| SwitchMoveBlockGalaxy
| 44
| -1
|-
| DimensionBigCastleGalaxy
| 49
| -1
|}

Latest revision as of 07:38, 12 August 2025

The content described on this page is 100% documented.

GalaxyDataTable is a BCSV table that defines the required number of Comet Medals to make a Prankster Comet appear in an individual galaxy and which galaxies have a Grand Star to unlock the next world. Purple and Mimic comets are always locked if the comet in HomeCenterGalaxy has not been collected yet. This hardcoded behavior is not defined by this table. The file can be found in SMG2 in ObjectData/SystemDataTable.arc/SystemDataTable/GalaxyDataTable.bcsv. It contains the following fields:

Field Type Description
GalaxyName STRING_OFFSET The galaxy's internal name, for example IslandFleetGalaxy.
CometAppearMedalNum LONG Number of Comet Medals required to make a Prankster Comet appear in the galaxy. Galaxies without a comet use -1.
GrandStarNo LONG Number of the Grand Star. This will trigger the Grand Star cutscene on Starship Mario and unlocks the next world when the first mission of the galaxy is completed. Galaxies without Grand Stars use -1.

While galaxies can be deleted from the list, the game still requires at least 6 galaxies with a GrandStarNo from 1 to 6 to work.

GalaxyDataTable.bcsv

The following table is a direct extract of GalaxyDataTable.bcsv. For a list of localized Galaxy names, visit this page.

GalaxyName CometAppearMedalNum GrandStarNo
IslandFleetGalaxy 5 -1
YosshiHomeGalaxy 2 -1
DigMineGalaxy 3 -1
MokumokuValleyGalaxy -1 -1
RedBlueExGalaxy 8 -1
AbekobeGalaxy -1 -1
VsKoopaJrLv1Galaxy 20 1
HomeCenterGalaxy 4 -1
BigWaterFallGalaxy 10 -1
GoroRockGalaxy 6 -1
StarCreekGalaxy -1 -1
JungleGliderGalaxy -1 -1
FlowerHighlandGalaxy -1 -1
VsKoopaLv1Galaxy 22 2
BigTree2Galaxy 9 -1
CloudGardenGalaxy 1 -1
GhostConveyorGalaxy 12 -1
WhiteSnowGalaxy -1 -1
TamakoroPlanetGalaxy 10 -1
TimerSwitchingPlatformGalaxy 31 -1
KoopaJrLv2Galaxy 27 3
BigGalaxy 15 -1
OmoteuLandGalaxy 11 -1
TropicalResortGalaxy 28 -1
WanwanFactoryGalaxy 18 -1
MysteryCandyGalaxy 14 -1
HoneyBeeVillageGalaxy -1 -1
VsKoopaGravityGalaxy 32 4
ThunderFleetGalaxy -1 -1
QuicksandGalaxy 19 -1
KachikochiLavaGalaxy 16 -1
TeresaLabyrinthGalaxy -1 -1
ChaosGravityGalaxy -1 -1
ChallengeGliderGalaxy -1 -1
VsKoopaJrLv3Galaxy 34 5
TwisterTowerGalaxy -1 -1
AncientExcavationGalaxy 26 -1
LongForCastleGalaxy 24 -1
MagicGalaxy 30 -1
MemoryRoadGalaxy 23 -1
UnderGroundDangeonGalaxy -1 -1
VsKoopaLv3Galaxy 36 6
MarioOnMarioGalaxy 38 -1
TamakoroSliderGalaxy 40 -1
SecretAthleticGalaxy 42 -1
MadnessOnimasuGalaxy 46 -1
KingOfKingsGalaxy 48 -1
SwitchMoveBlockGalaxy 44 -1
DimensionBigCastleGalaxy 49 -1