Bone TTARCH
From XentaxWiki
Contents
TTARCH
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Number Of Directories (These seem to be redundant)
// for each directory
- uint32 {4} - Directory Name Length
- char {X} - Directory Name
uint32 {4} - Number Of Files
// for each file
- uint32 {4} - Filename Length
- char {X} - Filename
- uint32 {4} - null
- uint32 {4} - File Offset (relative to the start of the file data)
- uint32 {4} - File Length
uint32 {4} - Data Offset
uint32 {4} - Data Length
byte {X} - File Data
MultiEx BMS
Not written yet
Notes and Comments
Original file format analysis by Counting Pine.
The files inside this archive are xor'ed with 0xFF, however it appears that parts of the files may be xor'ed with a different value. This is most visable with the .dds images where areas of the image appear corrupted. For more information see this thread.
Supported by Programs