GRAF:Micro Machines 2 SFX: Difference between revisions
Jump to navigation
Jump to search
imported>Mr.Mouse |
imported>Mr.Mouse |
(No difference)
| |
Revision as of 08:54, 24 May 2005
Choose archive extension:
SFX
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- uint32 {4} - Unknown
- uint32 {4} - File Length
- char {X} - Filename
- byte {1} - null Filename Terminator
byte {X} - File Data
MultiEx BMS Script
SavePos FILESTART 0 ; Do ; GoTo FILESTART 0 ; SavePos FILEOFF 0 ; Get DUMMYL Long 0 ; Get FILESIZE Long 0 ; Math FILESTART += FILESIZE ; Get FILENAME String 0 ; Log FILENAME FILEOFF FILESIZE 0 0 ; While NotEOF <> 0 ;