Page 1 of 1

How to Extract All 3 Tracks and .gdi from Triforce .chds?

Posted: Sat May 01, 2021 2:56 pm
by Zopolis4
Hi, I was wondering how I could extract tracks 1-3 (as separate files), and the .gdi file from triforce .chds. Googling gives me unclear answers, and they all either lump the tracks into a single .bin file, or seemed to involve .cue files. I know i will need to use chdman, and probably the --extractcd parameter, but I know nothing else.

Re: How to Extract All 3 Tracks and .gdi from Triforce .chds?

Posted: Sun May 02, 2021 3:19 am
by Tafoid
Zopolis4 wrote: Sat May 01, 2021 2:56 pm Hi, I was wondering how I could extract tracks 1-3 (as separate files), and the .gdi file from triforce .chds. Googling gives me unclear answers, and they all either lump the tracks into a single .bin file, or seemed to involve .cue files. I know i will need to use chdman, and probably the --extractcd parameter, but I know nothing else.

Check this post on GitHub Issues. It may have some relevant info.
https://github.com/mamedev/mame/issues/7935
Beyond that, I personally have no clues and perhaps someone else can lead you to better info.

Re: How to Extract All 3 Tracks and .gdi from Triforce .chds?

Posted: Mon May 03, 2021 12:36 am
by Zopolis4
Thank you, using

Code: Select all

chdman extractcd -i input.chd -o track.gdi
gives me the correct hashes, as the .gdi file is referring to correctly named bin and raw files, then I renamed track.gdi to disc.gdi to achieve complete accuracy.