Parasite Eve 2 HED CDF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 40: | Line 40: | ||
x bytes - data block | x bytes - data block | ||
} | } | ||
</pre> | |||
</div> | |||
=== Format Specifications (STAGE1 - STAGE3) === | |||
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | |||
<pre> | |||
// Parasite Eve 2 | |||
// CDF file format | |||
// valid for STAGE1-STAGE3 files | |||
// TODO | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 09:57, 7 May 2021
Back to index | Edit this page
HED, CDF
- Format Type : Archive
- Endian Order : Little Endian
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
}
Format Specifications (STAGE1 - STAGE3)
// Parasite Eve 2 // CDF file format // valid for STAGE1-STAGE3 files // TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- Parasite Eve 2
Compatible Programs
None.