Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iliazeus/iso2god-rs

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.
https://github.com/iliazeus/iso2god-rs

iso2god rust xbox-360 xbox360

Last synced: 4 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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]

Arguments:
ISO file to convert
A folder to write resulting GOD files to

Options:
--dry-run Do not convert anything, just print the title info
--game-title Set game title
--trim Trim off unused space from the ISO image
-j, --num-threads Number of worker threads to use
-h, --help Print help
-V, --version Print version
```