Parasite Eve 2 HED CDF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 85: | Line 85: | ||
* [https://drive.google.com/file/d/1M28Ar9IORNZlYxuu7W8VZ_Nv5cH-E_1R/view?usp=sharing PE2 extractor + source code] | * [https://drive.google.com/file/d/1M28Ar9IORNZlYxuu7W8VZ_Nv5cH-E_1R/view?usp=sharing PE2 extractor + source code] | ||
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Parasite%20Eve%202/Parasite_Eve_2_CDF_HED_Tool.py Parasite_Eve_2_CDF_HED_Tool.py] | |||
<br/><br> | <br/><br> | ||
Revision as of 20:17, 8 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
// unknown entries (120 bytes)
num_of_entries *
{
40 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
x bytes - padding
}
Format Specifications (STAGE1 - STAGE3)
// Parasite Eve 2
// CDF file format
// valid for STAGE1-STAGE3 files
// global TOC (2048 bytes)
num_of_entries *
{
4 bytes (uint32) - ID
4 bytes (uint32) - file size in sectors
// real_size = size * 2048
}
x bytes - padding
MultiEx BMS Script
Not written yet.
Notes and Comments
- Files inside archive may be compressed with custom LZSS compression.
Games
List of games using this file format:
- Parasite Eve 2
Compatible Programs