-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging a two-disk game to one pbp #50
Comments
Sorry for the delay! You should just put the .cue file. The .cue file references one or more .bin files per disc (a .bin can either be data or audio - the .cue is a text file that says what sector the .bin is located in a disc) |
Command line seems to have issues, but GUI is working fine for me. Potentially, I just don't know enough about what I need for a command line... $ psxpackager.exe -i "Driver 2.m3u" Input : Driver 2.m3u Processing started: 12:29:14 at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult 1 result, Action 1 action)at PSXPackager.Program.Main(String[] args) $ cat Driver\ 2.m3u $ cat "Driver 2 (USA) (Disc 1).cue" $ cat "Driver 2 (USA) (Disc 2).cue" |
This doesn't seem to be an issue with the processing code. It looks as if its with the Console displaying the progress. What OS / shell are you running it on? |
Windows 11 Consider me surprised that choice of terminal affects this. I'm usually more comfortable with command line utilities, and I had intended to wrap the call in a loop in a bash script. However, when I experienced the issue, I took a look at the gui, and found you'd already created a batch mode that served my purposes nicely(even looks like it might be parallelized, nice touch!) |
Great to hear. In case I'd ever want to fix or workaround this, it seems to be related to dotnet/runtime#28625 (comment) I actually thought of parallelization in the CLI, it's just that displaying parallel updates would have been challenging. |
Hi there!
I tried to convert Abe's Exoddus to PBP format using your utility, but unfortunately without success so far.
The game consists of two disks (cue + bin). Thus, four files in total need to be merged.
Following your instructions, I created an m3u file with the following lines, which I saved in the files directory:
The PBP file was created, but it doesn't work on my PS Vita. Apparently, I did something wrong.
Could you please help me figure out how to create a valid PBP file ? I would appreciate any help in this matter.
Viacheslav
The text was updated successfully, but these errors were encountered: