The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PlayStation::MemoryCard - Utilities for working with PlayStation memory card and save files

SYNOPSIS

    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

AUTHOR

Gavin Hayes, <gahayes at cpan.org>

SUPPORT AND DOCUMENTATION

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

LICENSE AND COPYRIGHT

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.