memcardpro
memcardpro copied to clipboard
Playstation2 `.mc2` format of Memcard PRO2 not supported
Hi,
I just used this tool to split my PS1 games and it works flawlessly.
However splitting Playstation2 .mc2 files returns an error.
This format is not mentioned in the readme so I believe it is not currently supported.
$ memcardpro split temp MemoryCard1-?.mc2
Error: unknown memory card
Usage:
memcardpro split DIRECTORY FILE...
Flags:
-h, --help help for split
--revision-bytes force adding revision bytes to filenames
--use-flash-id use the source memory card flash ID
--use-size use the source memory card size
It's on my list to do. The PS2 format is a bit more complicated than the PS1. I have code to read images, just need to handle writing them.
Any updates on this? Currently looking for the best way to split a .mc2 I created copying files from my PS2's real memory card into per-game memory cards.