GRAF:Actua Soccer MAD
From XentaxWiki
Back to index | Edit this page
Contents
MAD
- Format type: Archive
- Endianness: Little-endian
Format Specifications
// for each file
- char {16} - Filename (null)
- uint32 {4} - File Offset
- uint32 {4} - File Length
Notes and Comments
The BMS Script posted below requires MexCom 4.0
MultiEx BMS Script
<bms author="Mr.Mouse" games="'Actua Soccer','Actua Soccer 2','Actua Soccer 3'" platforms="'PC','PC','PC'" version="1.0" ext="MAD" verbose="no"> ImpType Standard ; SavePos FILESTART 0 ; GetDString FILENAME 16 0 ; Get DUMMYL Long 0 ; GoTo FILESTART 0 ; Math DUMMYL /= 24 ; For T = 1 To DUMMYL ; GetDString FILENAME 16 0 ; SavePos FOO 0 ; Get FILEOFF Long 0 ; SavePos FSO 0 ; Get FILESIZE Long 0 ; Log FILENAME FILEOFF FILESIZE FOO FSO ; Next T ; </bms>
Supported by Programs
Links
None