Argonaut DIR DAT
Back to index | Edit this page
DIR, DAT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// DIR file format
4 bytes (uint32) - number of files
num_of_files *
{
12 bytes (char) - filename // e.g. "AMERICAN.BIN"
4 bytes (uint32) - file size
4 bytes (uint32) - file offset
}
// DAT file format
num_of_files *
{
x bytes - file data
}
MultiEx BMS Script
Not written yet.
QuickBMS Script
Notes and Comments
- This file format occurs in games made by Argonaut.
Games
List of games using this file format:
- Harry Potter and the Sorcerer's Stone / Harry Potter and the Philosopher's Stone (PS1) (*.DIR / *.DAT)
Compatible Programs