Hi,

For PSX, I used an old version of MPF (2.6.3) and recently moved to the latest version.
Now, the default program is Redumper (and not Disc Image Creator anymore).

The issue I have, is that DIC used to create the .sub file and from it, with psxt001z.
My issue is that Redumper does not produce a .sub file anymore.

How can I then produce a SBI file ?
In the submission info, I see the SubIntention Data but don't know how to turn it into a SBI file...

CS

PSX discs that need it have it on their disc page: http://redump.org/disc/592/ links to http://redump.org/disc/592/sbi/
And you can download the entire SBI pack here: http://redump.org/sbi/psx/
If you also want to manually create an SBI from a log file, it can be done by extracting the bytes in the SubIntention Data section of the log, and then using an LSD->SBI converter.

Thanks !

I wanted indeed to create it myself and I recall I had to use that psxt001z program to make the.sbi from the .sub.
This is probably why I could generate working .sbi but that were different from the ones on the site.

I'll give it a try !

I've the SubIntention Data section from a recent dump and now I need to find how to make it a lsd file.
Now searching for some documentation about this.

Strip all the non-hex text in the SubIntention data, and then paste those hex bytes into a hex editor, and save it as a .lsd file

Thanks, will try !