Difference between revisions of "KRT (File Format)"

From Custom Mario Kart
Jump to navigation Jump to search
m (CLF78 moved page Filesystem/Race/Common.szs/ranktimeGP.krt to KRT (File Format): This is why you don't copypaste...)
(Updated page to match)
Line 1: Line 1:
'''ranktimeGP.krt''' is a sub file of '''[[Common.szs|/Race/Common.szs]]'''. It contains a list of time limits for the ranking in Grand Prix.
+
'''KRT''' files ('''K'''art '''R'''ace '''T'''ime) contain a list of time limits for the ranking in Grand Prix mode. There is only one file of this filetype found in [[Mario Kart Wii]], named ''ranktimeGP.krt'', and it is found into [[Common.szs]].
  
 
== File Format ==
 
== File Format ==
Line 36: Line 36:
 
== Tools ==
 
== Tools ==
  
The following tools can handle ranktimeGP.krt:
+
The following tools can handle KRT files:
 
* (none)
 
* (none)
  
[[Category:Filesystem|R]]
+
[[Category:File Format/MKW|K]]
[[Category:File Format/MKW|R]]
 

Revision as of 12:50, 13 March 2021

KRT files (Kart Race Time) contain a list of time limits for the ranking in Grand Prix mode. There is only one file of this filetype found in Mario Kart Wii, named ranktimeGP.krt, and it is found into Common.szs.

File Format

Header

Header
Offset Size Description
0x00 4 "RKGT" in ASCII; Revolution Kart GP Time file identifier.
0x04 4 Unknown. Set to 1000 in the original file.
0x08 2 Number of entries.
0x0A 2 Offset of first entry.
0x0C End of header, start of entries

Entries

This section contains the entries for each Nintendo track. The tracks are ordered by Special Slot ID. The times are in seconds and seem to be multiplied by 100.

Offset Size Description
0x00 2 Time required to reach Star Rank in 50cc.
0x02 2 Time required to reach Star Rank in 100cc.
0x04 2 Time required to reach Star Rank in 150cc.
0x06 2 Padding.

Tools

The following tools can handle KRT files:

  • (none)