kartDriverDispParam.bin

From Custom Mario Kart
Jump to navigation Jump to search
Under Construction
This article is not finished. Help improve it by adding accurate information or correcting grammar and spelling.

kartDriverDispParam.bin is a sub file of /Race/Common.szs. It contains values that affect the characters' position and bones in certain animations, presumably the ones that make use of inverse kinematics (see DriverIKParam.bin). It is also found into the parameter folder from Award.szs, Event.szs, Globe.szs, MenuMulti.szs, MenuOther.szs, MenuSingle.szs and Present.szs from the /Scene/UI folder.

File Format

The file starts with an 8-byte header.

Offset Type Description
0x4 Int32 Number of vehicles. Always 0x24 (36).
0x8 Int32 Number of characters. Always 0x30 (48).

Entry Data

Each vehicle + character combination has a 56-byte entry.

Offset Type Description
0x00 Float[2] Character YZ position.
0x08 Float[12] Bone-specific values. These values affect the position and movement of certain bones during animations that use inverse kinematics. They're probably related to the values from DriverIKParam.bin.

Tools

The following tools can handle kartDriverDispParam.bin:

  • (none)