Skip to content
Justme488 edited this page Feb 19, 2021 · 9 revisions

Game Converter

Shell script GUI single or batch game format converter for chdman and ciso.

Features:

  • single or batch convert cue, gdi, or toc to chd (option of chdman v4 or v5)
  • Single or batch convert chd to gdi/bin/raw (creates gamename folder)
  • Single or batch convert chd to bin/cue (creates gamename folder)
  • Single or batch convert iso to cso (with compression options)
  • Single or batch convert cso to iso
  • Will not overwrite files or folders, if they already exist
  • Will delete incomplete file if you start a conversion, and cancel before it's finished.
  • Creates a shortcut in your menu - Menu > Accessories > Game Converter

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.