C.A.T.: Cyber Attack Team DMF: Difference between revisions

From XentaxWiki
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
 
(4 intermediate revisions by the same user not shown)
Line 29: Line 29:


   x bytes - chunk data
   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
}
}
</pre>
</pre>
Line 39: Line 47:
=== Notes and Comments ===  
=== Notes and Comments ===  


None.
* It seems that DMF archive contain a lot of '''SCO''' files.


=== Games ===  
=== Games ===  

Latest 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.