RupertAvery / PSXPackager

A utility to convert Playstation disc images in various formats to PBP format and back
Other
230 stars 15 forks source link

Convert multiple .BIN files to a multi-disc .PBP #13

Closed Korreia closed 1 year ago

Korreia commented 2 years ago

I'm getting the following error when I try to combine multiple .bin into a single .pbp Untitled

Here is my .m3u file (I've added the .txt extention in order to upload here)

Advanced Dungeons & Dragons - Iron & Blood - Warriors of Ravenloft.m3u.txt

this is the commandline I've ran: psxpackager -i "Advanced Dungeons & Dragons - Iron & Blood - Warriors of Ravenloft.m3u"

I've tried with multiple oter game and same error: Volume is not ISO-9660

any pointers for this would be great.

RupertAvery commented 2 years ago

Hi there.

Thank you for using PSXPackager.

Advanced Dungeons & Dragons - Iron & Blood is not a multi-disc game. It is a single disc that has multiple tracks (each track is stored as a separate .bin)

For multi-track discs you should use the .CUE file as input. Use the .CUE file that came with the bins to merge multi-bin discs into one disc.

If you don't have the .CUE file, use this (rename to .CUE).. It's just a text file with information about each track.

Advanced Dungeons & Dragons - Iron & Blood - Warriors of Ravenloft (USA).cue.txt

If you have other games that are multi-track without a .cue file, try to look here:

https://github.com/opsxcq/psx-cue-sbi-collection

You may need to edit the cue file to match your filenames (or vice versa)

RupertAvery commented 2 years ago

I see now the instructions in the README can be misleading. I will update it. Thanks!

RupertAvery commented 2 years ago

Hi, if your're interested, there is a beta version of PSXPackagerGUI

https://github.com/RupertAvery/PSXPackager/releases/tag/v1.5.0