Parasite Eve 2 HED CDF: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == HED, CDF == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format S...")
imported>Ikskoks
Line 6: Line 6:




=== Format Specifications ===  
=== Format Specifications (STAGE0.HED) ===  


<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
Line 25: Line 25:


x bytes - padding  // 0xFF 0xFF...
x bytes - padding  // 0xFF 0xFF...
</pre>
</div>
=== Format Specifications (STAGE0.CDF) ===
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
// Parasite Eve 2
// STAGE0.CDF file format
num_of_blocks *
{
  x bytes - data block
}
</pre>
</pre>
</div>
</div>

Revision as of 09:19, 7 May 2021

Back to index | Edit this page

HED, CDF


Format Specifications (STAGE0.HED)

// Parasite Eve 2
// HED file format

// header
128 bytes - unknown


num_of_entries *
{
   4 bytes (uint32) - entry ID
   4 bytes (uint32) - offset in sectors
                      // real_offset = offset * 2048
}

x bytes - padding  // 0xFF 0xFF...


Format Specifications (STAGE0.CDF)

// Parasite Eve 2
// STAGE0.CDF file format

num_of_blocks *
{
   x bytes - data block
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Games

List of games using this file format:

  • Parasite Eve 2

Compatible Programs

None.