GRAF:187 Ride Or Die MFD: Difference between revisions
Jump to navigation
Jump to search
imported>Dinoguy1000 No edit summary |
imported>PXR No edit summary |
||
| Line 14: | Line 14: | ||
: byte {X} - File Data <br> | : byte {X} - File Data <br> | ||
: 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= | notes=The BMS-script below has not been tested, but will probably work.| | ||
bms_script= | bms_script=<pre>ImpType Standard ; | ||
programs=* [[Game Extractor|Game Extractor]]<br>| | 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 ;</pre><br>| | |||
programs=* [[Game Extractor|Game Extractor]]<br> | |||
* [[MultiEx Commander|MultiEx Commander]]<br>| | |||
documentation=None| | documentation=None| | ||
games=* 187 Ride Or Die *.mfd | games=* 187 Ride Or Die *.mfd | ||
}} | }} | ||
[[Category:PC]] [[Category:Archive]] [[Category:Almost Done]] [[Category: | [[Category:PC]] [[Category:Archive]] [[Category:Almost Done]] [[Category:BMS]] | ||
Revision as of 13:52, 21 April 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
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 ;
Supported by Programs
Documentation
None
Games
- 187 Ride Or Die *.mfd