GRAF:187 Ride Or Die MFD: Difference between revisions
Jump to navigation
Jump to search
imported>PXR No edit summary |
imported>Mr.Mouse No edit summary |
||
| Line 15: | Line 15: | ||
: byte {X} - <font color="red"> '' null Padding to a multiple of 4? bytes '' </font> <br>| | : byte {X} - <font color="red"> '' null Padding to a multiple of 4? bytes '' </font> <br>| | ||
notes=The BMS-script below has not been tested, but will probably work.| | notes=The BMS-script below has not been tested, but will probably work.| | ||
bms_script=< | bms_script=<bms author="PXR" ext="mdf" games="'187 Ride or die'" platforms="'PC'" version="1.0" verbose="yes" silence="no">ImpType Standard ; | ||
Get FILENUM Long 0 ; | Get FILENUM Long 0 ; | ||
For F = 1 To FILENUM ; | For F = 1 To FILENUM ; | ||
| Line 24: | Line 24: | ||
Get FSIZE Long 0 ; | Get FSIZE Long 0 ; | ||
Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ; | Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ; | ||
Next F ;</ | Next F ;</bms><br>| | ||
programs=* [[Game Extractor|Game Extractor]]<br> | programs=* [[Game Extractor|Game Extractor]]<br> | ||
* [[MultiEx Commander|MultiEx Commander]]<br>| | * [[MultiEx Commander|MultiEx Commander]]<br>| | ||
Revision as of 07:13, 10 September 2006
Back to index | Edit this page
MFD
{{GRAFPageMisc{{ subst:#if: Archive | {{subst:!}}Archive }}{{ subst:#if: Little Endian | {{subst:!}}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 author="PXR" ext="mdf" games="'187 Ride or die'" platforms="'PC'" version="1.0" verbose="yes" silence="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
Documentation
None
Games
- 187 Ride Or Die *.mfd