Xbox 360:ISO Extraction: Difference between revisions

From ConsoleMods Wiki
Jump to navigation Jump to search
(Created page with "Category:Xbox360 This guide will walk you through extracting an ISO image of Xbox 360 DVD. Extracted files can be used to play your game from the external drive. ==Requir...")
 
No edit summary
Line 2: Line 2:
This guide will walk you through extracting an ISO image of Xbox 360 DVD. Extracted files can be used to play your game from the external drive.
This guide will walk you through extracting an ISO image of Xbox 360 DVD. Extracted files can be used to play your game from the external drive.


==Requirements==
==Extracting the ISO on Windows==
# Download and execute [https://files.insanenutter.com/digiex/Xbox_Image_Browse_v2.9.0.350.zip Xbox 360 Image Browser 2.9.0.350].
# Click "File -> Open" and select the ISO image file.
# Right click on the root directory and choose "extract".
#* See [https://digiex.net/attachments/imagebrowser2-jpg.3422/ the image] to clarify.
# Select the output directory for your extracted files.
# This tool can also extract original Xbox games.


* A Windows PC
==Extracting the ISO on Linux==
* [https://digiex.net/attachments/isoextract-rar.7679/ XBOX360 Iso Extract] (v0.6)
# Download and install [https://github.com/XboxDev/extract-xiso/releases extract-xiso].
* Xbox 360 disc ISO image
# Run the tool like this to extract here.
 
#* `./extract-xiso -x game.iso`
==Extracting the ISO==
# Run the tool like this to extract into a folder.
# Download and execute XBOX360 Iso Extract.
#* `./extract-xiso -x -d ./gamedir game.iso`
# Click "choose ISO-Folder" and select the folder containing the ISO image file.
# This tool can also extract original Xbox games.
# Click "choose destination" and select the output directory for your extracted files.
# Click "go" button in bottom-right corner.
# Wait for the extraction to finish. Extraction should be finished when the progress bar has reached max right and the log window indicated that "<Filepath>.iso finished".

Revision as of 07:50, 21 March 2023

This guide will walk you through extracting an ISO image of Xbox 360 DVD. Extracted files can be used to play your game from the external drive.

Extracting the ISO on Windows

  1. Download and execute Xbox 360 Image Browser 2.9.0.350.
  2. Click "File -> Open" and select the ISO image file.
  3. Right click on the root directory and choose "extract".
  4. Select the output directory for your extracted files.
  5. This tool can also extract original Xbox games.

Extracting the ISO on Linux

  1. Download and install extract-xiso.
  2. Run the tool like this to extract here.
    • ./extract-xiso -x game.iso
  3. Run the tool like this to extract into a folder.
    • ./extract-xiso -x -d ./gamedir game.iso
  4. This tool can also extract original Xbox games.