Martian Gothic: Unification DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 17: | Line 17: | ||
4 bytes (uint32) - file offset | 4 bytes (uint32) - file offset | ||
4 bytes (uint32) - file size | 4 bytes (uint32) - file size | ||
} | |||
x bytes - padding | |||
// data | // data | ||
Revision as of 22:19, 20 July 2021
Back to index | Edit this page
DAT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// DAT file format
// info array
num_of_files *
{
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
}
x bytes - padding
// data
num_of_files *
{
x bytes - file data
x bytes - padding // "XXXXX..."
}
MultiEx BMS Script
Not written yet.
QuickBMS Script
Notes and Comments
None.
Games
List of games using this file format:
- Martian Gothic: Unification (PS1) (*.DAT)
Compatible Programs
None.