Tiny Thor TPK
Jump to navigation
Jump to search
Back to index | Edit this page
TPK
- Format Type : Archive
- Endian Order : Little Endian
- Signature : TiPK
Format Specifications
// header
4 bytes (char) - signature // "TiPK"
4 bytes (uint32) - number of files
// index
num_of_files *
{
4 bytes (uint32) - file path length
x bytes (char) - file path
4 bytes (uint32) - file size
}
//file data
num_of_files *
{
x bytes - file data
}
Notes and Comments
None.
Games
List of games using this file format:
- Tiny Thor (PC) (*.TPK)
QuickBMS Script
Compatible Programs
None.