Zopolis4
Posts: 2
Joined: Sat May 01, 2021 12:56 pm

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

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.
User avatar
Tafoid
Posts: 351
Joined: Thu Nov 06, 2014 12:50 pm
Location: USA
Contact: Website

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

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.
Zopolis4
Posts: 2
Joined: Sat May 01, 2021 12:56 pm

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

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.

Return to “MAME Discussion”