Download Print this page

Microsoft Xbox Manual page 2

Hide thumbs Also See for Xbox:

Advertisement

Last update: 2024/01/03 15:14
it may cause an error prompt to appear when the official BIOS attempts to access it due to it being
unsigned.
If using a dummy image, you can install a custom dashboard into it such as NevolutionX. This is not
necessary but may improve the user experience.
ROMs
Place your Xbox ROMs in /userdata/roms/xbox/.
ISO files must be in the XISO format. It is not directly compatible with the original disc image, only the
game partition. It is possible to extract the game partition of an original disc image with
on a
Windows
or
Linux
If using an image dump of the entire disc (usually the case with Redump), run the command
extract-xiso -r game-redump.iso
to rewrite the filesystem structure of the image. The resulting game-redump.iso can
immediately be used with xemu, with the original version being renamed to game-
redump.iso.old.
If using a folder with just the game's contents (usually the result from an FTP transfer from the
original Xbox), run the following:
extract-xiso -c game-folder
The resulting game-folder.iso image can immediately be used with xemu.
For example, if creating the Halo 2 game for use with xemu from a folder containing just the game's
extracted files:
extract-xiso -c halo-2
The following batch script can be used to automate the process. Put this in the same directory as
extract-iso.exe and the game's ISO:
iso-to-xiso.bat
for
/r %%i in
In case the Github link is down, you can also download an older version of it from the
author's
Sourceforge
https://wiki.batocera.org/
PC:
(*.iso)
do
extract-xiso.exe -r
page.
systems:xbox https://wiki.batocera.org/systems:xbox?rev=1704291243
"%%i"
extract-xiso
Printed on 2024/02/12 00:57

Advertisement

loading