Starbreeze Studios XCD XWC XTC: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks m (Ikskoks moved page The Chronicles of Riddick XWC XTC to Starbreeze Studios XCD XWC XTC) |
imported>Ikskoks |
||
| Line 34: | Line 34: | ||
</b></tt> | </b></tt> | ||
=== | === QuickBMS Script === | ||
* [http://aluigi.altervista.org/bms/darkness_xcd.bms darkness_xcd.bms] | |||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 20:44, 8 June 2022
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