List of File Formats

From Custom Mario Kart
Revision as of 06:12, 14 May 2016 by Wiimm (talk | contribs)
Jump to navigation Jump to search

This article contains a list of file formats in Mario Kart Wii, other Nintendo games and used by custom users.

Mario Kart Wii file formats

This table contains a list of file formats found in Mario Kart Wii:

Name Description
BDOF Control focus, sharpness and blur in tracks
BLIGHT Control lighting effects on characters, karts, items and objects in a track.
BMG Message files containing localized text for use in game screens and menus.
BREFF (Animated graphics)
BREFT (Animated graphics)
BRFNT Font files used to display text, stored in BMG files
BRRES Object files, containing model, animation, and texture information on an object, such as an itembox, a character or a course.
BRSTM Music files used by Mario Kart Wii.
BTI BTI is an image file format.
CHR0 CHR0 files are model movement animation files and usually a sub file of BRRES archives.
CLR0 CLR0 files are color swapping animation files and usually a sub file of BRRES archives.
KCL Collision information files containing information about when and how objects collide with a course or object.
KMP Course description files containing information on start positions, check points, etc.
MDL0 Modell animation and usually a sub file of BRRES archives.
REL Relocatable binary object file.
RKC Data about competitions and the new KMP file.
RKG File format for ghost data.
SRT0 SRT0 files are texture movement animation files and usually a sub file of BRRES archives.
SZS SZS are compressed archive files containing many other files. Examples of use include storing an entire course, a menu or a character.
TEX0 TEX0 files are texture files and usually a sub file of BRRES archives.
TPL TPL is an image file format used for menues.
U8 File archive with a hierarchical file system. Most used together with Yaz0 compression and stored as SZS file.
YAZ0 Compressed files with any data. SZS files are most YAZ0 files.

Other Nintendo file formats

This table contains a list of file formats found in Nintendo games, but not in Mario Kart Wii:

Name Description
BDL Model data for many Gamecube and some Wii Games
BMD Model data for many Gamecube and some Wii Games
BOL A BOL file contains information about a course's setup.
DAT Packed Model-archive format found in games by Hal Labs.

Non-Nintendo file formats

This table contains a list of file formats commonly used by custom users:

Name Author Description
WBZ Wiimm WBZ is an alternative format for Yaz0. It is dedicated to the WU8 patching file format to allow small files without copyrighted material.
WU8 Wiimm The file format WU8 is designed to allow exchanging of custom tracks over the Internet without any Nintendo stuff and without license problems. The design is similar to the file format U8.

Further Information

U8 archives

This part explains the relation between the file formats U8, Yaz0, SZS, WU8 and WBZ.

U8 is a file archive containing a hierarchical file system. GameCube and Wii images use U8 archives as main DVD file system. The U8 file system is optimized as read only system and support only file name, file size and a directory structure, but no other file attributes like time stamps. It's like a TAR file or like a ZIP file without compression.

To make U8 archives smaller, the compression method Yaz0 is used. A Yaz0 compressed U8 archive is usually stored as SZS file. Track files are of this format. Yaz0 is also used to compress other archives like RARC and BRRES, and some of these files are sometimes also stored as SZS file.

The file format WU8 (Wiimms U8) was developed by Wiimm to allow exchanging of custom tracks over the Internet without any Nintendo stuff and without license and copyright problems. The design is identical to the file format U8, but the sub files of the archive are patched against Nintendos original files.

WBZ is an alternative compression format for Yaz0 based on the public compression bzip2. It is dedicated to the WU8 file format to allow small files without copyrighted material. The alternative compression should also help to avoid false positives of the copyright file scanners.

Image Formats

Images of Mario Kart Wii are stored in 4 different file formats:

All 4 file formats use identical Image Formats and they are only different in file structure and mipmap support. mk8:List of File Formats