Xbox 360:Game Extraction

From ConsoleMods Wiki
Jump to navigation Jump to search

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

extract-xiso

Extract-xiso is an old yet decently trustworthy application that has the ability of either extracting the contents from Xbox & Xbox 360 ISOs, or repackaging an Xbox ISO to be in "XISO" format.

GUI (Windows)

KilLo445's GUI

  1. Download the latest extract-xiso-gui and extract it to somewhere on your computer. This is a GUI frontend for extract-xiso, which is normally a terminal/command line application.
  2. Click the "Browse" button and select the ISO.
  3. On the drop down menu, change it to Extract. Now you can click the big Go! button to start the conversion.
    • If you want the ability to convert original Xbox "Redump" ISOs to be compatible with ISO2GOD, select Rewrite instead.
  4. Once finished, you can now copy the game folder to your Xbox 360 with USB or FTP.

Huge's GUI

  1. Download Extract XISO GUI and extract the contents to a folder somewhere on your comuter.
  2. Click Extract XISO and select the the game you want to extract.
    • If you want the ability to convert original Xbox "Redump" ISOs to be compatible with ISO2GOD, select Rewrite XISO instead.
  3. Once finished, you can now copy the game folder to your Xbox 360 with USB or FTP.

Swizzy's GUI

  1. Download Exiso GUI from the link provided here and extract the contents to a folder somewhere on your computer.
  2. Select Extract ISO as your operation.
  3. Add your game by clicking the Open button. You can also change where the game is extracted to by clicking the Save button below it.
  4. Once you are ready, click Ok in the bottom left to start the extraction.
  5. Once finished, you can now copy the game folder to your Xbox 360 with USB or FTP.

XBOX360 ISO Extract by somski

Unlike other GUI front ends for extract-xiso, this provides support for batch extraction.

  1. Download XBOX360 ISO Extract from the link provided here.
  2. Input the directory where all of your ISOs are kept, and enter the directory where you want the ISOs to be extracted to.
    • Keep in mind that this tool expects each ISO in your ISO directory to each be inside their own folders individually. If you store each ISO file in one folder, the app will just try to extract the game files for every game you select direct into the output folder rather than creating an individual folder for the game.
  3. Select the ISOs you want to extract, and click the Go! button.
  4. Once finished, you can now copy the game folder to your Xbox 360 with USB or FTP.

Command Line (Windows, Linux, & MacOS)

  1. Download and install the latest version of extract-xiso. You can optionally add it to your PATH so you don't have to always point to the binary in the command line.
  2. Run the tool like this to extract here:
    • ./extract-xiso [optional output path] <path to image>
    • You can also drag and drop your ISO file or output directory into the command line to easily fill in the file paths.
    • If you want the ability to convert original Xbox games to be compatible with ISO2GOD, replace -x with -r instead.
  3. Once finished, you can now copy the game folder to your Xbox 360 with USB or FTP.

Other GUI Apps

Xbox Image Browser

This is a simple Windows app that just acts as a file browser for XGD ISOs used for the orignal Xbox and Xbox 360. It can be quite useful if you want to install patched executibles or only need to extract specific files from a game, like if you want to take out the Content folder from a DLC installation disc.

  1. Download and execute Xbox Image Browser 2.9.0.350.
  2. Click "File → Open" and select the ISO image file.
  3. Right-click the content and choose "Extract" as shown below.
    Xbox Image Browser.jpg
  4. Select the output directory for your extracted files.
  5. Once finished, you can now copy the game folder to your Xbox 360 with USB or FTP.

Velocity

Extracting from ISO

Velocity is a multi-purpose tool for managing Xbox 360 content, but it can also browse the file system of GDFX/XGD ISOs.

  1. Download a binary of Velocity from this GitHub page.
  2. Click "File → Open" and select the ISO image file.
    • Velocity ISO.png
  3. Select the ISO you want to extract.
  4. Click Extract All Files and enter the directory of where you want the game files to reside in. Make sure you're selecting the folders you want the game itself to be in, not the directory where you are keeping all of your game folders.

xdvdfs

This tool is only compatible with original Xbox ISOs, NOT Xbox 360 ISOs! Use one of the other methods listed on this page to extract Xbox 360 ISOs.

xdvdfs is a more robust and modern equivilent of extract-xiso, and it features many options of managing Xbox ISO images. This guide will just focus on using it to extract or convert games for use with an Xbox 360.

Web Browser (Chromium Web Browser)

This is the easiest method of extracting & rebuilding games with xdvdfs, as it provides the user with a nice GUI.

Unfortunately, this will not work on non-Chromium web browsers like Safari or Firefox due to them not implimenting the file system API. Brave is a notible exception to this, but it can be easily turned back on with a flag.

Simply go to xiso.antangelo.com, click the tab labeled Unpack, and follow the on-screen instructions.

  • You can also use pack or compress instead if you would like to make the ISO compatible with ISO2GOD.

Command Line (Windows, Linux, & MacOS)

  1. Download the latest binary for xdvdfs for your operating system.
    • On a Windows machine, you can optionally add it to your PATH so you don't have to always point to the binary in the command line.
  2. Run the following command for extracting the content from an ISO:
    • xdvdfs unpack <path to image> [optional output path]
      • You can also replace unpack with pack or compress if you would like to make the ISO compatible with ISO2GOD.