Difference between revisions of "MDL0 (File Format)"

From Custom Mario Kart
Jump to navigation Jump to search
(Created page with "{{under-construction}} This are the results of a first analyze of the binary file == MDL0 Header == {| class="wikitable" ! offset !! size !! description |- | 0x00 || 4 || mag...")
 
Line 3: Line 3:
 
This are the results of a first analyze  of the binary file
 
This are the results of a first analyze  of the binary file
  
== MDL0 Header ==
+
== File Format ==
 +
=== MDL0 Header ===
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 22: Line 23:
 
| 0x90 || 16*4 || ??? (values 0..15)
 
| 0x90 || 16*4 || ??? (values 0..15)
 
|}
 
|}
 +
 +
=== Directory ===
 +
 +
 +
[[category:File Format]]

Revision as of 20:50, 30 April 2011

Under Construction
This article is not finished. Help improve it by adding accurate information or correcting grammar and spelling.

This are the results of a first analyze of the binary file

File Format

MDL0 Header

offset size description
0x00 4 magic "MDL0"
0x04 4 size of MDL0 file
0x08 4 highest used index
0x0c 4 bit field: bit=0: index used / bit=1: index unused
0x10 16*4 16* offset of directory
0x50 16*4 ???
0x90 16*4 ??? (values 0..15)

Directory