Abbey Games TIM: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 14: Line 14:
4 bytes (char) - signature // "IRUY"
4 bytes (char) - signature // "IRUY"
4 bytes (uint32) - header size
4 bytes (uint32) - header size
2 bytes (uint16) - version format  // 0 - default
2 bytes (uint16) - version format  // 0 - version 0 (default)
                                   // 3 - version 3
                                   // 3 - version 3
4 bytes (uint32) - number of files
4 bytes (uint32) - number of files
Line 22: Line 22:
8 bytes (uint64) - file registry offset
8 bytes (uint64) - file registry offset
4 bytes (uint32) - file registry compressed size
4 bytes (uint32) - file registry compressed size
8 bytes (uint64) - hash table offset
4 bytes (uint32) - hash table compressed size
8 bytes (uint64) - bucket table offset
4 bytes (uint32) - bucket table compressed size
16 bytes - directory listing MD5 before compression
</pre>
</pre>
</div>
</div>

Revision as of 19:31, 21 September 2022

Back to index | Edit this page

TIM

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : IRUY / YURI


Format Specifications

// header
4 bytes (char) - signature // "IRUY"
4 bytes (uint32) - header size
2 bytes (uint16) - version format  // 0 - version 0 (default)
                                   // 3 - version 3
4 bytes (uint32) - number of files
8 bytes (uint64) - directory listing offset
4 bytes (uint32) - directory listing uncompressed size
4 bytes (uint32) - directory listing compressed size
8 bytes (uint64) - file registry offset
4 bytes (uint32) - file registry compressed size
8 bytes (uint64) - hash table offset
4 bytes (uint32) - hash table compressed size
8 bytes (uint64) - bucket table offset
4 bytes (uint32) - bucket table compressed size

16 bytes - directory listing MD5 before compression

Notes and Comments

  • This file format occurs in games made by Abbey Games.

Games

List of games using this file format:

  • Godhood (*.TIM) (PC)
  • Renowned Explorers: International Society (*.TIM) (PC)
  • Reus (*.TIM) (PC)

QuickBMS Script

Compatible Programs