Difference between revisions of "CDF"

From Game Research Wiki
Jump to navigation Jump to search
Line 4: Line 4:


Parasite Eve 2 data archive format. PlayStation games are tricky to reverse since the game may not use the file's positions to access data but rather the physical disks sectors. Which means the original disk image would be needed to extract data properly. :T
Parasite Eve 2 data archive format. PlayStation games are tricky to reverse since the game may not use the file's positions to access data but rather the physical disks sectors. Which means the original disk image would be needed to extract data properly. :T
Notes:
Comparing all STAGE*.CDF files...
Location: 8224
{| class="wikitable"
!colspan="15"|Disk 1 (SLUS-01042)
|-
! LBA !! Name !! Description
|-
| 0000023 || SYSTEM.CNF ||
|-
| 0000024 || PE_DISK.01 ||
|-
| 0000025 || SLUS_010.42 || Program
|-
| 0000204 || INIT.BS || "Published by..." image.
|-
| 0000210 || STAGE0.HED || Header?
|-
| 0000214 || STAGE0.CDF || Data archive
|-
| 0030255 || STAGE1.CDF || Data archive
|-
| 0075564 || STAGE2.CDF || Data archive
|-
| 0100127 || STAGE3.CDF || Data archive
|-
| 0117576 || INTER0.STR || Intro video
|-
| 0225526 || DUMMY.DMY || Dummy data?
|}

Revision as of 23:36, 25 July 2016

Used in the following games:

  • Parasite Eve 2 (PSX)

Parasite Eve 2 data archive format. PlayStation games are tricky to reverse since the game may not use the file's positions to access data but rather the physical disks sectors. Which means the original disk image would be needed to extract data properly. :T


Notes:

Comparing all STAGE*.CDF files...

Location: 8224

Disk 1 (SLUS-01042)
LBA Name Description
0000023 SYSTEM.CNF
0000024 PE_DISK.01
0000025 SLUS_010.42 Program
0000204 INIT.BS "Published by..." image.
0000210 STAGE0.HED Header?
0000214 STAGE0.CDF Data archive
0030255 STAGE1.CDF Data archive
0075564 STAGE2.CDF Data archive
0100127 STAGE3.CDF Data archive
0117576 INTER0.STR Intro video
0225526 DUMMY.DMY Dummy data?