Difference between revisions of "DriverDispParam.bin"

From Custom Mario Kart
Jump to navigation Jump to search
(Created page with "'''DriverDispParam.bin''' is a sub file of '''/Race/Common.szs'''. It contains parameters for Coin Runners, used in conjunction with '''KartDriv...")
 
m (you saw nothing)
Line 25: Line 25:
  
 
== Tools ==
 
== Tools ==
The following tools can handle kartPartsDispParam.bin:
+
The following tools can handle driverDispParam.bin:
 
* (none)
 
* (none)
  
 
[[Category:Filesystem]]
 
[[Category:Filesystem]]
 
[[Category:File Format/MKW|K]]
 
[[Category:File Format/MKW|K]]

Revision as of 01:17, 31 January 2022

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)