GRAF:187 Ride Or Die MFD
From XentaxWiki
Back to index | Edit this page
Contents
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