This repository contains a collection of bash scripts designed for converting various game files on your Android or ChromeOS device using Termux. These scripts help manage and optimize your ROMs efficiently.
-
Convert ROMs to CHD using createcd
- Converts BIN/CUE, ISO, and GDI ROM files to the CHD format using the
createcd
tool.
- Converts BIN/CUE, ISO, and GDI ROM files to the CHD format using the
-
Convert ROMs to CHD using createdvd
- Converts BIN/CUE and ISO files to the CHD format using the
createdvd
tool.
- Converts BIN/CUE and ISO files to the CHD format using the
-
Convert Xbox 360 ISO to XEX
- Converts Xbox 360 ISO files to the XEX format.
-
Convert Xbox 360 XEX to ZAR
- Converts Xbox 360 XEX files to the ZAR format.
-
Convert Xbox 360 ISO to XEX to ZAR
- Converts Xbox 360 ISO files to XEX format, and then converts XEX files to ZAR format in a single process.
-
Convert Xbox 360 ISO to GOD
- Rewrites Xbox 360 ISO files using xiso, and then converts the rebuilt ISO files to GOD format in a single process.
For detailed setup instructions and usage examples, please refer to the markdown files located in each script's folder. These markdown files provide all the necessary information to get the scripts up and running on your Termux environment.
Check Android Automated folders for scripts to automate the setup and script creation on android. Please read the accompanying markdown notes in the folders for further information.
To install all the conversion scripts in one easy step, use the setup_complete.sh
script in "Android Automated Complete".
Happy converting!