Page 1 of 1

SBI

Posted: Wed Jan 14, 2026 6:40 pm
by ClaudeSpeed
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

Re: SBI

Posted: Wed Jan 14, 2026 6:57 pm
by Deterous
PSX discs that need it have it on their disc page: https://redump.info/disc/592/ links to https://redump.info/disc/592/sbi/
And you can download the entire SBI pack here: https://redump.info/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.

Re: SBI

Posted: Wed Jan 14, 2026 11:44 pm
by ClaudeSpeed
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 !

Re: SBI

Posted: Thu Jan 15, 2026 12:24 pm
by ClaudeSpeed
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.

Re: SBI

Posted: Thu Jan 15, 2026 6:54 pm
by Deterous
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

Re: SBI

Posted: Fri Jan 16, 2026 5:46 am
by ClaudeSpeed
Thanks, will try !