NRGDEAD / Cue2cu2

Cue2cu2 is a Python program to create a CU2 sheet from an existing bin/cue set
24 stars 2 forks source link

Compatibility with PSX Disc Combining Kits #4

Closed wad11656 closed 12 months ago

wad11656 commented 12 months ago

I tried creating a PSP PSX EBOOT file of a combined (Disc1 + Disc2) Brain Dead 13 image using this tool through pop-fe-psp.exe, which can be found here. But I got the following error:

image

Since it looks like the issue is with the cue2cu2 process, I opened the issue on your github page instead of pop-fe. Do you think you could try making your code compatible with the combined psx disc kits above, and thus theoretically compatible with pop-fe? Thank you

NRGDEAD commented 12 months ago

Hmm. Cue2cu2 is really just intended to convert cue sheets to CU2, and I'm not very familiar with the programs you linked. But since there are obviously cue sheets involved at some point, can you provide both of them for this game? Then I can have a look. No guarantees, though. ;-)

wad11656 commented 12 months ago

The (unofficially) combined .cue is actually small:

FILE "braindead13.bin" BINARY
  TRACK 01 MODE2/2352
    INDEX 01 00:00:00

It's okay--I knew it was a long-shot. Thank you for your response