Agent Armstrong DIR

From XentaxWiki
Revision as of 11:41, 12 June 2023 by imported>Ikskoks (Created page with "{{GRAFPageHeader}} == DIR == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.