driverDispParam.bin

From Custom Mario Kart
Jump to navigation Jump to search

driverDispParam.bin is a sub file of /Race/Common.szs. It contains parameters for Coin Runners. 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 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[2] Coin stack YZ offset, relative to the driver's position.

Tools

The following tools can handle driverDispParam.bin:

  • (none)