iliazeus / iso2god-rs

A command-line tool to convert Xbox 360 ISOs into a Games-On-Demand file format. For Linux, Windows and MacOS.
MIT License
77 stars 6 forks source link
iso2god rust xbox-360 xbox360

iso2god-rs

A tool to convert Xbox 360 ISOs into a Games-On-Demand file format

This is an optimized rewrite of https://github.com/eliecharra/iso2god-cli, with a few extra features.

Usage: iso2god [OPTIONS] <SOURCE_ISO> <DEST_DIR>

Arguments:
  <SOURCE_ISO>  Xbox 360 ISO file to convert
  <DEST_DIR>    A folder to write resulting GOD files to

Options:
      --dry-run                  Do not convert anything, just print the title info
      --game-title <GAME_TITLE>  Set game title
      --trim                     Trim off unused space from the ISO image
  -h, --help                     Print help
  -V, --version                  Print version