Starbreeze Studios XCD XWC XTC
Choose archive extension:
XWC, XTC
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {16} - Header (MOS DATAFILE2.0 + null)
uint64 {8} - null
uint32 {4} - Unknown
byte {20} - null
// OPTIONAL PADDING
// Read the first few bytes - if it doesn't match the padding then
// the padding doesn't exist and you just move on to the loop following
byte {X} - Padding to offset 2048 (padded using repeats of 1234567890123456)
// for each file
- uint32 {4} - Unknown (768)
- uint32 {4} - Unknown (36864)
- uint32 {4} - Length (excluding all header data - ie the length of the file data only)
- uint32 {4} - Unknown (1)
- uint32 {4} - Unknown
- uint32 {4} - Unknown (36864)
- uint32 {4} - null
- byte {X} - File Data
MultiEx BMS Script
Not written yet