Agent Armstrong DIR

From XentaxWiki
Jump to navigation Jump to search

Back to index | Edit this page

DIR

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : KotJCo01Dir


Format Specifications

// header
12 bytes (char) - signature // "KotJCo01Dir "
4 bytes (uint32) - number of entries


//entry table 
num_of_entries *  
{ 
   16 bytes (char) - entry name 
   4 bytes (uint32) - file offset
   4 bytes (uint32) - file size
}


//file data
num_of_entries *
{
   x bytes - file data
}

Notes and Comments

None.

Games

List of games using this file format:

  • Agent Armstrong (PC) (*.DIR)

QuickBMS Script

Compatible Programs

None.