Skip to content
Justme488 edited this page Jul 9, 2020 · 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.

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