Redump2CDI: Difference between revisions

From dreamcast.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
This is a beta version.
This is a beta version.


* Download: [[:File:Redump2cdi-0.1.0-2023-09-23.zip|Redump2CDI TEST/BETA 0.1.0 2023-09-23]] (Windows x86_64, Mac x86_64/aarch64, Linux x86_64 binaries included)
* [[:File:Redump2cdi-0.9.0-2024-03-30.zip|Redump2CDI TEST/BETA 0.9.0 2024-03-30]] (Windows/macOS/Linux/FreeBSD binaries provided)
* [[:File:Redump2cdi-0.1.0-2023-09-23.zip|Redump2CDI TEST/BETA 0.1.0 2023-09-23]]


To use, run like so:
To use, run like so:
  redump2cdi -i "My Favorite Game (Unl).cue" -o myfavgame.cdi
  redump2cdi -i "My Favorite Game (Unl).cue" -o myfavgame.cdi
==Changelog==
* 0.9.0: Added support for processing MODE1/2352 tracks. These aren't used in Dreamcast images, but support for these tracks was requested as it helps this utility be useful for converting other systems' images, too.
* 0.8.0: Largely refactored code. Not publicly released.
* 0.1.0: Initial release.

Revision as of 14:18, 30 March 2024

Redump2CDI is a utility created by darc to convert Redump Dreamcast CD-ROM images to DiscJuggler format. The Redump image format is a non-standard form of BIN+CUE image that cannot be burned or mounted with much existing software, so conversion is convenient for non-archival purposes.

Redump2CDI is intended only for Redump Dreamcast CD-ROM images. It is not intended to convert GD-ROM images or old schoool non-selfboot BIN+CUE Dreamcast files.

This is a beta version.

To use, run like so:

redump2cdi -i "My Favorite Game (Unl).cue" -o myfavgame.cdi

Changelog

  • 0.9.0: Added support for processing MODE1/2352 tracks. These aren't used in Dreamcast images, but support for these tracks was requested as it helps this utility be useful for converting other systems' images, too.
  • 0.8.0: Largely refactored code. Not publicly released.
  • 0.1.0: Initial release.