GDX-X / PFS-BatchKit-Manager

Manage your PlayStation 2/PSX DESR HDD
159 stars 12 forks source link

Not a Playstation CD-ROM/DVD-ROM #14

Closed VinnMac closed 2 years ago

VinnMac commented 2 years ago

Hello! And thanks for this wonderful PFS BatchKit Manager i'm having this issue when i try to transfer a modified ps2 rom:

Sem título

VinnMac commented 2 years ago

Yes, these ISOs are ps2 games :(

israpps commented 2 years ago

the disc image has no proper playstation filesystem

VinnMac commented 2 years ago

in winhiip it works

israpps commented 2 years ago

in winhiip it works

winhiip is crap

Try opening the image on ultraiso and make sure it has the UDF checkbox marked on the image properties.

That's the great mistake of game modders.

They rebuild the iso from scratch, and forget about this

GDX-X commented 2 years ago

I tried it does not recognize the image I tried to rebuild with ultraISO I still get the same error. I will see to find a solution

GDX-X commented 2 years ago

After some testing, I noticed that in the SYSTEM.CNF file cdrom is on 1

BOOT2=cdrom1:\SLUS_216.42;1

you must then modify the SYSTEM.CNF and replace cdrom1: by cdrom0: so that it is recognized as a PS2 game

the steps to do it

1) Extract the files from the iso

2) Edit the SYSTEM.CNF

3) Replace cdrom1: by cdrom0:

4) Download ultraiso

5) In ultraiso Do File > New > PS2 DVD Image and fetch the SYSTEM.CNF file of the iso you extracted Note: PS2 CD IMAGE is only for games that does not exceed 1gb

6) Do File > Save as

israpps commented 2 years ago

After some testing, I noticed that in the SYSTEM.CNF file cdrom is on 1

BOOT2=cdrom1:\SLUS_216.42;1

you must then modify the SYSTEM.CNF and replace cdrom1: by cdrom0: so that it is recognized as a PS2 game

the steps to do it

  1. Extract the files from the iso
  2. Edit the SYSTEM.CNF
  3. Replace cdrom1: by cdrom0:`
  4. Download ultraiso
  5. In ultraiso Do File > New > PS2 DVD Image and fetch the SYSTEM.CNF file of the iso you extracted Note: PS2 CD IMAGE is only for games that does not exceed 1gb
  6. Do File > Save as

this cdrom1:/ crap could be talked in hdldump issues to see if we can add support 4 them