C.A.T.: Cyber Attack Team DMF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 47: | Line 47: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* It seems that DMF archive contain a lot of '''SCO''' files. | |||
=== Games === | === Games === | ||
Revision as of 11:12, 16 October 2021
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
- It seems that DMF archive contain a lot of SCO files.
Games
List of games using this file format:
- C.A.T.: Cyber Attack Team (XBOX classic) (*.DMF)
Compatible Programs
None.