---------------------------------------------------------------------------
* How to backup your PS2 memory card with the adaptor
---------------------------------------------------------------------------
1. copy memcard as binary image:
ps3mca-tool -img memcard.img
2. add ECC info to dump:
ecc_check.exe memcard.img memcard.ps2
3. myMC v2.6
---------------------------------------------------------------------------
* ps3mca-tool - PlayStation 3 Memory Card Adaptor Software
* Copyright (C) 2011 - jimmikaelkael <jimmikaelkael@wanadoo.fr>
* Copyright (C) 2011 - "someone who wants to stay anonymous"
---------------------------------------------------------------------------
This project aim to create a PC command line tool for the PlayStation 3 Memory Card Adaptor allowing users to manage their PS2 memory cards and more, like building a FMCB like hack directly from the PC.
---------------------------------------------------------------------------
* Windows prerequisites for using the adaptor
---------------------------------------------------------------------------
Download the drivers: ps3mca-windrv.
Unpack it, to your desktop for example. Connect your Memory Card Adaptator to your computer, and when Windows ask yourself to install driver for this device, point it to the folder where you extracted the drivers.
---------------------------------------------------------------------------
* Note to Linux OSes users
---------------------------------------------------------------------------
libusb provides the possibility to code usb drivers from userspace, so in order to access your device, the program needs to be run with root permissions.
The linux build provided in this package is i686-linux-gnu build, depending on you distribution you'll may need to rebuild the binary from the sources available on our git repository.
---------------------------------------------------------------------------
* How to format your memory card with the adaptor
---------------------------------------------------------------------------
Windows users:
- double-click the mc-format.bat file to execute it.
Linux users:
- execute the mc-format.sh script with root permissions.
---------------------------------------------------------------------------
* How to install the hack with the adaptor
---------------------------------------------------------------------------
Windows users:
- double-click the full-install.bat file to execute it.
Linux users:
- execute the full-install.sh script with root permissions.