Descent 2 S11
S11, S22
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (DSND)
uint32 {4} - Version (1)
uint32 {4} - Number Of Files
// for each file
- char {8} - Filename (null)
- uint32 {4} - Compressed File Size
- uint32 {4} - Decompressed File Size
- uint32 {4} - Offset [+firstFileOffset]
byte {X} - File Data
MultiEx BMS Script
Not written yet
Notes and Comments
The compressed and uncompressed sizes are the same, as no compression is used
Compatible Programs