Agent Armstrong DIR: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == DIR == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...") |
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == DIR == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...") |
(No difference)
| |
Latest revision as of 11:41, 12 June 2023
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.