Sonntag, Juli 20, 2008

X-Box Isos unter linux bearbeiten mit extract- Xiso !!!!

Da ich lange Zeit nichts passendes unter Linux für die X-Box gefunden habe um mit den Isos umzugehen bin ich jetzt doch um so zufriedener ,extract- xiso heisst das teil und erfüllt eine Menge Funktionen hier mal ein paar Sachen wie damit umzugehen ist.

To clone a DVD in the XBox drive by creating a new XBox iso on your computer's hard drive:

This assumes:

  1. The DVD is accessible as the D: drive (or /d directory) on the XBox.
  2. You want the iso on your computer's hard drive to be called "game.iso"
  3. Your XBox is on the LAN at address 192.168.1.1
  4. FTP is ENABLED in your dashboard
  5. The username and password for the dashboard ftp account are "xbox" and "xbox" respectively (if not use -u and -p options).
  • from UNIX: extract-xiso -c /d game.iso -f 192.168.1.1
  • from DOS: exiso.exe -c d: game.iso -f 192.168.1.1

To upload an XBox iso from your computer's hard drive to your XBox via FTP:

This assumes:

  1. You have created a partition on your XBox called F: (or /f directory) that you upload games to.
  2. You want the game to be uploaded into a folder called "games" on the F: partition (/f/games/)
  3. The iso on your computer's hard drive is called "game.iso"
  4. Your XBox is on the LAN at address 192.168.1.1
  5. FTP is ENABLED in your dashboard
  6. The username and password for the dashboard ftp account are "xbox" and "xbox" respectively (if not use -u and -p options).

Note that when finished the game will be on the XBox at /f/games/game/ as a folder that is the same as the name of the iso (minus the .iso extension) is created in the destination folder prior to uploading.

  • from UNIX: extract-xiso -d /f/games -f 192.168.1.1 game.iso
  • from DOS: extract-xiso -d F:\games -f 192.168.1.1 game.iso

To convert an XBox iso created with another xiso tool (such as GDFIMAGE or other) to extract-xiso format:

Q: Why do this?
A: Nearly all XBox iso creation tools make iso's that are very inefficient WHEN BURNED TO DVD (it makes no difference if you are just uploading to the xbox hard drive). If you plan to backup your game to a DVD it is a good idea to optimize the directory structure with this command before you burn it. Your games will load MUCH faster from the XBox DVD drive.

Note: This command creates an optimized COPY of the existing .iso, so you'll need some free disk space at least equal to the size of the .iso you're optimizing. When complete the optimized .iso may be not be the exact same size as the original (either a little smaller or a little larger). This is due to the way the files have to be laid out internally and it is no big deal. The DVD will still read MUCH faster in the XBox drive.

  • from UNIX or DOS: extract-xiso -r game.iso

To list the files (without extracting) in a .iso:

  • from UNIX or DOS: extract-xiso -l game.iso

To find out all the command-line options you can use:

  • from UNIX or DOS: extract-xiso (no arguments)

Wer das Tool gerne haben möchte hier ist der Download extract-xiso

Keine Kommentare: