Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iliazeus/iso2god-rs
- Owner: iliazeus
- License: mit
- Created: 2022-08-01T12:21:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T17:00:10.000Z (2 months ago)
- Last Synced: 2024-12-23T22:08:03.464Z (11 days ago)
- Topics: iso2god, rust, xbox-360, xbox360
- Language: Rust
- Homepage:
- Size: 319 KB
- Stars: 106
- Watchers: 4
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 formatThis 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 toOptions:
--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
```