TimmyT Posted September 18, 2022 Share Posted September 18, 2022 (edited) Hello everyone, I'm using Duckstation to emulate my PSX games. When I import CUE/BIN files into Launchbox everything works properly. After the import is finished I can directly start the games without any issues. However, this isn't the case with CCD/IMG/SUB files as I get this error message from Duckstation: Afaik .cue and .ccd files are necessary for multi disk games to work properly because they have seperate files for each disk. Launchbox seems to recognize the .ccd file as the main file and is telling Duckstation to launch that file which doesn't seem to work. It looks to me as though Duckstation doesn't support loading .ccd files. Can anyone recommend a program that converts CCD/IMG/SUB to CUE/BIN or what's the best way to go about it? Regards Edited September 18, 2022 by TimmyT Quote Link to comment Share on other sites More sharing options...
DeadVoivod Posted September 23, 2022 Share Posted September 23, 2022 You should try with chdman if it converts your ccd/sub to .chd, which is probably the best format. I'm using .pbp for PSX games, but I think Duckstation is not supporting .pbp files yet. Put chdman.exe in a folder and use it with a batch (for ccd): for /r %%i in (*.ccd) do chdman createcd -i "%%i" -o "%%~ni.chd" Then try to run it once it's created to see if it works. I also suggest to merge your games with different .track files into one single file using CDMage, looks a lot cleaner that way. After that you can also convert them to .chd files using the same method with (*.cue) instead. It involves a lot of work, but once you're done you will be glad you did it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.