GRAF:187 Ride Or Die MFD: Difference between revisions
Jump to navigation
Jump to search
imported>Dinoguy1000 mNo edit summary |
imported>Dinoguy1000 mNo edit summary |
||
| Line 6: | Line 6: | ||
{{GRAFPageFormat|1=uint32 {4} - Number Of Files | {{GRAFPageFormat|1=uint32 {4} - Number Of Files | ||
{{ | {{BlockDescription| // for each file }} | ||
: uint32 {4} - {{Unknown|File ID?}} | : uint32 {4} - {{Unknown|File ID?}} | ||
: uint32 {4} - File Offset | : uint32 {4} - File Offset | ||
: uint32 {4} - File Length | : uint32 {4} - File Length | ||
{{ | {{BlockDescription| // for each file }} | ||
: byte {X} - File Data | : byte {X} - File Data | ||
: byte {X} - {{Unknown|null Padding to a multiple of 4? bytes}}}} | : byte {X} - {{Unknown|null Padding to a multiple of 4? bytes}}}} | ||
Revision as of 22:01, 29 January 2007
Back to index | Edit this page
MFD
- Format type: Archive
- Endianness: Little-endian
Format Specifications
uint32 {4} - Number Of Files
// for each file
- uint32 {4} - File ID?
- uint32 {4} - File Offset
- uint32 {4} - File Length
// for each file
- byte {X} - File Data
- byte {X} - null Padding to a multiple of 4? bytes
Notes and Comments
The BMS-script below has not been tested, but will probably work.
MultiEx BMS Script
<bms ext="mdf" games="'187 Ride or Die'" platforms="'PC'" author="PXR" version="1.0" silence="no" verbose="no"> ImpType Standard ; Get FILENUM Long 0 ; For F = 1 To FILENUM ; Get FID Long 0 ; SavePos FOFFSETX 0 ; Get FOFFSET Long 0 ; SavePos FSIZEX 0 ; Get FSIZE Long 0 ; Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ; Next F ;</bms>
Supported by Programs
Links
None