Skip to content
Justme488 edited this page Jun 28, 2020 · 9 revisions

Game Converter

This is a shell script with zenity to convert game formats:

  • .cue, .gdi, or .toc to .chd
  • .chd to a folder containing .gdi/.bin/.raw
  • .chd to a folder containing .bin/.cue
  • .iso to .cso (with compression levels)
  • .cso to .iso

It supports single, and batch convertsion.

Needed dependents:

  • ciso (Tool to convert Sony PSP iso to ciso)
  • libsdl1.2debian (Simple DirectMedia Layer library)
  • Zenity (Program to display GTK+ dialogs)
  • chdman V4 (0.145) (Included) (Needed for some Sega Dreamcast)
  • chdman V5 (0.221) (Included)

Special thanks to the people who helped me with this:

  • KickMeElmo - Getting me interested in shell scripts and compiling from source.
  • DanTheMan827 - Helping with code and formatting.
  • KMFDManic - Sharing his wealth of knowledge with various game formats, and giving me some really good ideas.
Clone this wiki locally