UMD DAX Dumper Beta 0.2 by Dark_AleX

This tool can make a backup of your umd in DAX, ISO or GZIP format.

Options:

- "Dump to". Selects the destination directory, which can be one of:

* ms0:/ISO - Dumps to the memory stick.
* usbhostfs0:/ISO - Dumps to the PC via USB
* nethostfs0:/ISO - Dumps to the PC via wifi

- Format: DAX, ISO or GZIP (note: gzip format is not supported by any loader, you'll have to 
  decompress the gzip file with whatever compression tool like WinRAR)

- Compression level: it selects the compression level for DAX or GZIP format. 9 is better but 
  slower, 1 is faster but worse, 6 is the compromise between speed and compression.

- Split size. Select the size of each part, or No split if you want to dump the full umd 
  to a single file.

Dumping via USB

- To dump via USB you need the file usbhostfs.prx of psplink, which is not included.
  Copy it to the same directory that the program.

To install the drivers in the PC, follow this tutorial (and ignore all daxziso specific things like
configuring the ini file):

http://forums.maxconsole.net/showthread.php?t=20414

Dumping via WIFI

- To dump via WIFI, you'll have to start in the PC side the program nethostfs included in the 
  PC folder. (Linux users: compile the source code) 
  Note: the program uses the port 7513.

- In the program directory (/PSP/GAME/__SCE__UMDDAXDUMPER), modify the file ip.txt with the 
  address of your computer.

Note: currently dumping via WIFI is not very stable. 


  
Notes:

* The split size is not supported yet for gzip format (you'll have to dump the full UMD at once
for this format).

* To join the parts in windows, open a console and type something like this example:

  copy /b myumd.iso.dax.0000 + myumd.iso.dax.0001 + myumd.iso.dax.0002 myumd.iso.dax

* In the dax format, the first fragment (0000) will be written the last and it will have 
  usually only a few kilobytes.

* To activate the USB Mass Storage drivers, you have to press select before dumping.
  DONT'T DO IT if you wanna dump via USB.


Changelog:

0.2

- The dumping via USB is now done in the same way than dax ziso. So, no need to start the program
  under psplink.

- Added the posibility of dumping via WIFI (not very stable at the moment)

0.1

- Initial release.
