A command-line tool to convert Xbox 360 and original Xbox ISOs into an Xbox 360 compatible Games-On-Demand file format. For Linux, Windows and MacOS.
Find a file
2025-08-10 13:21:24 +05:00
.devcontainer add basic devcontainer configuration 2025-04-04 09:54:47 +00:00
.github/workflows test aarch64 linux ci builds 2025-08-10 13:21:24 +05:00
examples run cargo clippy and cargo fmt 2025-03-24 14:18:56 +05:00
src change CLI flag defaults 2025-05-03 11:46:28 +05:00
.gitignore update .gitignore 2024-10-12 19:46:27 +05:00
Cargo.lock change CLI flag defaults 2025-05-03 11:46:28 +05:00
Cargo.toml change CLI flag defaults 2025-05-03 11:46:28 +05:00
LICENSE add LICENSE 2023-01-11 12:09:05 +06:00
README.md update readme 2024-10-13 13:54:30 +05:00

iso2god-rs

A tool to convert Xbox 360 and original Xbox ISOs into an Xbox 360 compatible 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>  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 <TITLE>  Set game title
      --trim                Trim off unused space from the ISO image
  -j, --num-threads <N>     Number of worker threads to use
  -h, --help                Print help
  -V, --version             Print version