C.A.T.: Cyber Attack Team DMF
Back to index | Edit this page
DMF
- Format Type : Archive
- Endian Order : Little Endian
- Signature : DMF1
Format Specifications
// DMF file format
// little endian
num_of_chunks *
{
4 bytes (char) - signature // "DMF1"
4 bytes (uint32) - chunk header size
num_of_offsets *
{
4 bytes (uint32) - some offset
}
4 bytes - nulls
4 bytes - unknown
x bytes - chunk data
}
//footer
4 bytes (uint32) - size of the footer
num_of_entries *
{
32 bytes (char) - filename + padding // e.g. "OP_title_in000b1.SCO"
4 bytes (uint32) - entry ID
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- C.A.T.: Cyber Attack Team (XBOX classic) (*.DMF)
Compatible Programs
None.