DriverDispParam.bin

From Custom Mario Kart
Revision as of 01:17, 31 January 2022 by Vabold (talk | contribs) (you saw nothing)
Jump to navigation Jump to search

DriverDispParam.bin is a sub file of /Race/Common.szs. It contains parameters for Coin Runners, used in conjunction with KartDriverDispParam.bin, another sub file of Common.szs.

File Format

The file starts with a 4-byte header.

Offset Type Description
0x0 Int32 Number of characters. Always 0x30 (48).

Parameter Data

After the header, there is a 16-byte section for every character. Characters are ordered by Character ID.

Offset Type Description
0x0 Unused. Always 0.
0x4 Unused. Always 0.
0x8 float Coin stack Y position offset (used with KartDriverDispParam.bin).
0xC float Coin stack Z position offset (used with KartDriverDispParam.bin).

Tools

The following tools can handle driverDispParam.bin:

  • (none)