BLA (File Format)

From Custom Mario Kart: Double Dash Wiki!!
Jump to navigation Jump to search

This page describes the .bla format. .bla is used for cluster animations. It is similar to BLK, but .bla files animate all frames instead of using keyframes.

File Format

J3D Header
Offset Format Description
0x00 4-byte String File type magic (always CLF1)
0x04 UInt32 Section size
0x08 UInt8 Loop mode
0x09 UInt8 Angle scale (unused)
0x0a UInt16 Duration
0x0c UInt16 Cluster count
0x0e UInt16 Scale count
0x10 UInt32 Cluster offset
0x14 UInt32 Scale offset
Cluster Entry
Offset Format Description
0x00 UInt16 Duration
0x02 UInt16 Offset

The scales are a list of floats.

Tools

References