GRAF:187 Ride Or Die MFD: Difference between revisions
Jump to navigation
Jump to search
imported>Mr.Mouse m (187 Ride Or Die moved to GRAF:187 Ride Or Die) |
imported>Dinoguy1000 No edit summary |
||
| Line 1: | Line 1: | ||
{{ | {{GRAFPageHeader}} | ||
== MFD == | |||
{{GRAFPageMisc|date_posted=22:27, 26 Oct 2005 (EST)}} | |||
date_posted=22:27, 26 Oct 2005 (EST)| | === Format Specifications === | ||
{{GRAFPageFormat|1=uint32 {4} - Number Of Files | |||
{{Blue| // for each file }} | |||
: uint32 {4} - | : uint32 {4} - {{Red| '' File ID? '' }} | ||
: uint32 {4} - File Offset | : uint32 {4} - File Offset | ||
: uint32 {4} - File Length | : uint32 {4} - File Length | ||
{{Blue| // for each file }} | |||
: byte {X} - File Data | : byte {X} - File Data | ||
: byte {X} - | : byte {X} - {{Red| '' 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 ; | Get FILENUM Long 0 ; | ||
For F = 1 To FILENUM ; | For F = 1 To FILENUM ; | ||
| Line 24: | Line 29: | ||
Get FSIZE Long 0 ; | Get FSIZE Long 0 ; | ||
Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ; | Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ; | ||
Next F ;</bms> | Next F ;</bms> | ||
* | === Supported by Programs === | ||
* {{ProgramSupportMexcom}} | |||
* {{ProgramSupportGameExtracter}} | |||
}} | |||
=== Links === | |||
None | |||
=== Games === | |||
* 187 Ride Or Die *.mfd | |||
=== See Also === | |||
None | |||
{{GRAFPageFooter}} | |||
[[Category:PC | [[Category:PC]] [[Category:Almost Done]] [[Category:BMS_New]] | ||
Revision as of 00:15, 4 December 2006
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
Games
- 187 Ride Or Die *.mfd
See Also
None