Tiny Thor TPK: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == TPK == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
 
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == TPK == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
 
(No difference)

Latest revision as of 05:14, 11 June 2023

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.