Wow, that title looks technical. Or possibly the title of a dos program.
I’m eagerly awaiting the arrival of my PSIO cartridge, coming soon to a Sony Playstation near me. Literally, the PSX is sitting to my right on my desk. I’ve been preparing my backup images for it, and was immediately met with quite a challenge. My backups are in redump.org‘s multiple bin/cue format, and PSIO requires one binary file, a CU2 file for multiple track discs, and a MULTIDISC.LST file for multiple disc games, all in a directory for each game. Seems like quite a task to prepare my 98 game collection for quick and easy transferring to my PSIO.
So, I started doing it manually and thought it would be easier to create a program to do it for me. So, I did. A few hours later, it’s working quite well.
This
Turns this
Into this
And before you crucify me, this
Simply tell the program where your extracted redump files are and click the “Go” button. Nothing complicated.
One large caveat is that this program really only works when starting with well formatted, redump files. I have done no testing for any files put in any other format.
The speed bottleneck for this program is when merging bin files. The speed is dependent on how quickly your hard drive can copy data.
I wrote this program using Visual Studio 2015 in C#. I didn’t pay attention to Framework targets or anything so I apologize if you have to install a new framework. I really just wrote this for myself and decided to share it for others getting a PSIO cartridge.
I take no responsibility for any havoc this program wreaks on your backup files. Use at your own risk.
Binary: rd2psio_v1.zip
Awesome work man, Thanks for the upload.
you just saved me tons of time thanks!