Abbey Games TIM: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→Games) |
imported>Ikskoks |
||
| Line 13: | Line 13: | ||
// header | // header | ||
4 bytes (char) - signature // "IRUY" | 4 bytes (char) - signature // "IRUY" | ||
4 bytes (uint32) - header size | |||
2 bytes (uint16) - version format // 0 - default | |||
// 3 - version 3 | |||
4 bytes (uint32) - number of files | |||
8 bytes (uint64) - directory listing offset | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 18:44, 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 - default
// 3 - version 3
4 bytes (uint32) - number of files
8 bytes (uint64) - directory listing offset
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