PlayStation::MemoryCard - Utilities for working with PlayStation memory card and save files
mkmcd BESLEM-99999TONYHAX tonyhax.mcs card1.mcd > out.mcd # Make a new memory card file from a raw save, mcs save, and memory card file lsmc card.mcd thps2-us.mcs BESLEM-99999TONYHAX # Print info of saves and card file raw2mcs RAWSAVE > out.mcs # Convert a raw save into a mcs save mcs2raw in.mcs # Convert a mcs save into a raw save mcsaveextract card.mcd [savesubstring] > thps2-us.mcs # Extract a save file from a card file mciconextract thps2-us.mcs > thps2-us.tim # Extract a save icon as TIM mciconextract thps2-us.mcs --gif > thps2-us.tim # Extract a save icon as GIF
Gavin Hayes, <gahayes at cpan.org>
<gahayes at cpan.org>
You can find documentation for this module with the perldoc command.
perldoc PlayStation::MemoryCard
Additional documentation, support, and bug reports can be found at the repository https://github.com/G4Vi/psx_mc_cli
This software is copyright (c) 2022 by Gavin Hayes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install PlayStation::MemoryCard, copy and paste the appropriate command in to your terminal.
cpanm
cpanm PlayStation::MemoryCard
CPAN shell
perl -MCPAN -e shell install PlayStation::MemoryCard
For more information on module installation, please visit the detailed CPAN module installation guide.