Good afternoon.
I'm trying to convert this translation patch of "Rondo Of Blood" for PC-Engine/Turbografx, only available for .cue+.iso+.wav format to Redump's .cue+.bin format.
https://www.romhacking.net/translations/846/
So, as part of the process I've done:
Redump's dump -> .cue+.iso+.wat -> patching
Now, I need to convert it back to Redump's format again, make the comparison and build the new patch. Any idea how I can do it? I tried using your dumping software with a virtual drive (Daemon Tools) for the patched files but no luck. I receive some error messages (I assume because the software needs a physical drive).
Regards and thanks in advance
PS. I know I don't need to convert it back to Redump's format to play it. It's simply that, tired of being manually patching the games I'm interested in, I've created a script that is able to automatically patch Redump's files.
Software to convert (.cue + .iso + .wav) to (.cue + .bin)?
Re: Software to convert (.cue + .iso + .wav) to (.cue + .bin)?
redump bin = wav just without the RIFF header.
just strip the first 22 bytes (google it and double check that - i'm going from memory here) and rename to .bin
edit.... it might actually be 44 bytes, i can't remember, anyway as i say google will help.
just strip the first 22 bytes (google it and double check that - i'm going from memory here) and rename to .bin
edit.... it might actually be 44 bytes, i can't remember, anyway as i say google will help.
Last edited by wiggy2k on Sat Mar 09, 2019 5:04 pm, edited 1 time in total.
Re: Software to convert (.cue + .iso + .wav) to (.cue + .bin)?
Alternatively....
open your cue file in ISObuster and right click each track and > extract RAW, 2352 bytes/block
and save each track as track xx.bin
open your cue file in ISObuster and right click each track and > extract RAW, 2352 bytes/block
and save each track as track xx.bin
Re: Software to convert (.cue + .iso + .wav) to (.cue + .bin)?
Thank you very much, wiggy2k, but it hasn't worked.
In IsoBuster you can right-click over the CD, the Session inside, and the Track inside the session. None of them seem to work. Somehow I get like an audio test tool.
Regards
PS. For the wav files, you need to trim 44 bytes from the beginning.
In IsoBuster you can right-click over the CD, the Session inside, and the Track inside the session. None of them seem to work. Somehow I get like an audio test tool.
Regards
PS. For the wav files, you need to trim 44 bytes from the beginning.
You do not have the required permissions to view the files attached to this post.