Destruction Derby BIN: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>WATTO No edit summary |
(No difference)
| |
Revision as of 01:37, 12 December 2005
BIN
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- uint32 {4} - File Offset
- uint32 {4} - File Size?
- uint32 {4} - Directory/File? (0/1)
- uint32 {4} - File/Directory? (0/100)
- // NOTE - Files are where the first field =1 and where second field =100 (not at the same time)
- // Directories only occur at first field =0 and second field =0
// for each file
- uint32 {4} - null
- char {X} - File Data
MultiEx BMS Script
- Acts as simple RIFF (Windows WAVE) finder