Archiv der Kategorie: Emulation

WII join splitted ISO dump files from CleanRip homebrew

If you have only the possibility to use a FAT32 formatted USB drive to rip the ISO files CleanRip will split them to separate chunks.

For later use with the Dolphin emulator or maybe with a Batocera Linux they have to be joined together again. See following example:

cat RQJP7D.part{0..4}.iso > Crash.iso

As you can see you can join the files with the cat command back to one large iso file. Change filenames to your situation ;o)

Happy ripping/backup-ing your GameCube or Wii games.

Batocera XBOX convert ISO <>XBE folder

Needed Windows console tool is:

extract-xiso.exe

Use following commands to convert to needed files:

./extract-xiso.exe -x ./gamename.iso

Option -x will convert a iso image to an game folder with XBE files.

./extract-xiso.exe -c ./gamenamefolder

Option -c will convert a XBE game folder back to iso image

Note: not tested yet in fact i have no Windows ;o)

Update: extract-xiso can easily compiled from source. Just look into the XboxDev/extract-xiso github repository.