C.A.T.: Cyber Attack Team DMF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == DMF == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...") |
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == DMF == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...") |
(No difference)
| |
Revision as of 10:54, 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
}
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.