Bone TTARCH: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
(No difference)
|
Revision as of 12:17, 11 December 2005
TTARCH
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Number of directory strings (These seem to be redundant)
// For each dir string
- uint32 {4} - Length of dir string
- char {X} - Directory string
uint32 {4} - Number of files
// For each file
- uint32 {4} - Length of filename
- char {X} - Filename
- uint32 {4} - Null
- uint32 {4} - File offset
- uint32 {4} - File length
uint32 {4} - Archive data offset
uint32 {4} - Archive data length
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.