Destruction Derby BIN
Jump to navigation
Jump to search
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