GD-ROM Dumping Guide

From Redump Wiki

(Difference between revisions)
Jump to: navigation, search
(Dumping the HD Area)
(Method 2: DiscImageCreator)
Line 50: Line 50:
* Remove the top off the drive
* Remove the top off the drive
* Insert the GD disc and run: '''DiscImageCreator.exe close [DriveLetter]'''
* Insert the GD disc and run: '''DiscImageCreator.exe close [DriveLetter]'''
-
* Then run the dumping command: '''DiscImageCreator.exe gd [DriveLetter] foo.bin [DriveSpeed(0-72)] /c2''' (Note: " /c2" is for compatible Plextors only)
+
* Then run the dumping command: '''DiscImageCreator.exe gd [DriveLetter] foo.bin [DriveSpeed(0-72)] /c2''' (Note: " /c2" is only for compatible Plextors.)
* Dump multiple times until you get an error-free dump (check the Command Prompt output after DiscImageCreator finishes dumping)
* Dump multiple times until you get an error-free dump (check the Command Prompt output after DiscImageCreator finishes dumping)

Revision as of 23:23, 31 August 2022

This is a step-by-step guide designed to be easy to follow so that you can make reproducible, good dumps of your GD-Roms and GD-Rs to the Redump standard.

Note: Some GD-Roms will NOT dump with this method, and require a TOSEC-style SD Card dump for the HD area which then has to be "fixed" to meet redump spec. If the game is a single track in the HD area, then the TOSEC-style dump will be equal a redump dump for HD area, LD area still needs Plextor dumping. See GD-Rom SD Card Dumping Guide.

NOTE: A work in progress video dumping tutorial guide is available here.

Contents

What are GDs?

GDs (Gigadiscs) are the type of optical media used by the Sega Dreamcast as well as the Sega NAOMI, Sega NAOMI 2, Sega Chihiro and Triforce arcade systems. The disc contains two distinct areas, a Low Density (LD) Area and a High Density (HD) Area, physically separated by a ring. To get a good dump, you need to extract both Areas from the disc.

If you have any of the officially released discs for the Dreamcast or any of the above mentioned arcade systems, you are pretty much guaranteed to have a GD. The Dreamcast did however support loading of MIL-CDs, which lead to a number of unlicensed software being pressed on regular CD-Roms. Check for the GD-ROM logo on the disc or check the reflective side of the disc for a visible LD/HD Area divide if you are unsure.

Tools

First you need to make sure you have the necessary equipment. To dump a GD you need:

Dumping the LD Area

The LD Area should be dumped with MPF using this guide: Disc Dumping Guide (MPF).

The LD Area is a standard CD-Rom, so it will be the only data to display on the disc when browsing the disc in Windows Explorer.

Dumping the HD Area

To dump the HD Area of the GD-Rom, the Swap Disc method is used. The Swap Disc method has two options:

  • Prepare a Drive for Top Removal as seen here - the most reliable method. Afterwards, set the top back onto the drive with screws removed, this allows for easy top removal after the startstop (DCDumper) / stop (DiscImageCreator) step.
  • Pin Eject method - which isn't reliable.

Method 1: DCDumper

One of the two ways to dump the HD Area is with DCDumper.

  • Insert the Audio Trap Disc to an HD Area compatible drive.
  • In command line, cd (change directory) to the "VGPC GD-Rom Dumping Kit" folder.
  • Run startstop [DriveLetter] 1
  • Remove the top off the drive.
  • Insert the GD-Rom and put the drive top back on.
  • Run dcdumper [DriveLetter] -c446261 -df -ft -t0 -p20
  • It will take several "PASS"es to get all matches, this is fine. If you need to stop (sometimes there is no progress for 30mins) and restart the dumping process, it will continue where it left off - so don't delete progress if you have to stop it.
  • When the HD Area dump completes, you'll convert it to it's final form. Run ice.exe dense.bin 44990 > gamename.txt This will produce a bunch of files starting with "Track 03" and going as high as however many tracks were on the HD section of the disc (sometimes there will only be one, sometimes it will go up to Track 98).

If dcdumper fails to run with an error complaining about MSVCP100.DLL being missing, install the Microsoft Visual C++ 2010 Redistributable Package (x86) to fix this issue.

Method 2: DiscImageCreator

The other way to dump the HD Area is with DiscImageCreator

  • Insert the Audio Trap Disc to an HD Area compatible drive
  • In command line, cd (change directory) to the folder containing "DiscImageCreator.exe"
  • Run DiscImageCreator.exe stop [DriveLetter]
  • Remove the top off the drive
  • Insert the GD disc and run: DiscImageCreator.exe close [DriveLetter]
  • Then run the dumping command: DiscImageCreator.exe gd [DriveLetter] foo.bin [DriveSpeed(0-72)] /c2 (Note: " /c2" is only for compatible Plextors.)
  • Dump multiple times until you get an error-free dump (check the Command Prompt output after DiscImageCreator finishes dumping)

Submitting your dump info

Personal tools