User:Ray Koopa/KCL Research

From MK8
Jump to navigation Jump to search

This page is dedicated to some notes about the MK8 KCL format, especially the global model octree and the new (unknown) fields in headers.

File Header Unknown Values

Seems to be related to total octree node count (at least Gu_Menu has 8 root nodes with 8 children = 64 nodes in all (1) models). Here are the values of all courses as shipped by Nintendo:

Course Value
Dgc_YoshiCircuit 44259
Du_DragonRoad 48101
Du_ExciteBike 9911
Du_MuteCity 52268
Dsfc_RainbowRoad 7154
Du_Hyrule 39655
Du_IcePark 39269
Dwii_WariosMine 33894
Dagb_CheeseLand 38855
Dgc_BabyPark 14030
Du_Animal_Autumn 31723
Du_Animal_Spring 31819
Du_Animal_Summer 31993
Du_Animal_Winter 31723
Du_Woods 46881
D3ds_NeoBowserCity 36391
Dagb_RibbonRoad 30895
Du_BigBlue 50939
Du_Metro 29023
G3ds_DKJungle 31859
G3ds_MusicPark 18002
G3ds_PackunSlider 34045
G64_KinopioHighway 28229
G64_PeachCircuit 30486
G64_RainbowRoad 22623
G64_YoshiValley 36757
Gagb_MarioCircuit 32373
Gds_PukupukuBeach 31335
Gds_TickTockClock 19573
Gds_WarioStadium 25791
Ggc_DryDryDesert 33138
Ggc_SherbetLand 38927
Gsfc_DonutsPlain3 28895
Gu_Airport 26123
Gu_BowserCastle 45894
Gu_Cake 32035
Gu_City 20452
Gu_Cloud 37514
Gu_Desert 31051
Gu_DossunIseki 36908
Gu_Expert 42884
Gu_FirstCircuit 36981
Gu_HorrorHouse 21518
Gu_MarioCircuit 28126
Gu_Menu 8
Gu_Ocean 45457
Gu_RainbowRoad 22198
Gu_SnowMountain 52687
Gu_Techno 31568
Gu_WaterPark 38911
Gwii_GrumbleVolcano 36048
Gwii_MooMooMeadows 24695

Global Octree Cube Axes

Order of axes in subcubes is as follows, possibly the same as in model octrees:

Right handed (MK8):

# X Y Z
1 - - -
2 + - -
3 - + -
4 + + -
5 - - +
6 + - +
7 - + +
8 + + +

Left handed (Blender):

# X Y Z
1 - + -
2 + + -
3 - + +
4 + + +
5 - - -
6 + - -
7 - - +
8 + - +