Expendable BDF
Jump to navigation
Jump to search
BDF (TYPE 5)
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {256} - Header ("BDF5 Rage Games Sound BDF Standard" + (bytes)13,10 + "BDF5 Created By Phil Scott (Rage Newcastle)" + (bytes)13,10 + nulls to fill)
// for each file
- uint32 {4} - File Offset
- uint32 {4} - File Length
- uint16 {2} - Mono/Stereo? (1)
- uint16 {2} - Sound Quality (22050)
- uint16 {2} - Unknown (1)
- uint16 {2} - Unknown (1)
- uint16 {2} - Unknown
- uint16 {2} - Unknown
- uint16 {2} - Unknown
- uint16 {2} - Unknown
- uint16 {2} - Unknown
- char {64} - Filename (null terminated)
byte {X} - File Data
MultiEx BMS
Not written yet
Notes and Comments
- There are numerous entries that are totally null
- The directory is padded to the first file offset using nulls