Bone TTARCH: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO |
imported>Ikskoks No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 40: | Line 40: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
* [http://quick.mixnmojo.com/software.php#bonettarch Bone Ttarch Dumper]<br> | * [http://quick.mixnmojo.com/software.php#bonettarch Bone Ttarch Dumper]<br> | ||
<br><br> | |||
[[Category:XOR encryption]] | |||
[[Category:File Format]] | |||
Latest revision as of 14:17, 4 April 2021
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