https://github.com/bucanero/ps2vmc-tool
PS1/PS2 VMC memcard manager tools
https://github.com/bucanero/ps2vmc-tool
ps1 ps2 save-manager
Last synced: 8 months ago
JSON representation
PS1/PS2 VMC memcard manager tools
- Host: GitHub
- URL: https://github.com/bucanero/ps2vmc-tool
- Owner: bucanero
- License: gpl-3.0
- Created: 2023-12-12T13:38:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-10T12:08:43.000Z (12 months ago)
- Last Synced: 2025-06-10T13:21:00.297Z (12 months ago)
- Topics: ps1, ps2, save-manager
- Language: C
- Homepage: http://www.bucanero.com.ar
- Size: 9.39 MB
- Stars: 23
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PS2VMC Tool
[](https://github.com/bucanero/ps2vmc-tool/releases)
[](https://github.com/bucanero/ps2vmc-tool/blob/main/LICENSE)
[](https://github.com/bucanero/ps2vmc-tool/actions/workflows/build.yml)
[](https://github.com/bucanero/ps2vmc-tool/actions/workflows/build-win.yml)
[](https://twitter.com/dparrino)
PS2VMC Tool is a command-line application for managing PS2 virtual memory cards directly from the PC.
## Usage
```
PS2VMC-TOOL v1.1.2
Copyright (C) 2023 - by Bucanero
based on ps3mca-tool by jimmikaelkael et al.
Usage:
./ps2vmc-tool []
Available commands:
--mc-info, -i
--mc-free, -f
--mc-image, -img
--ecc-image, -ecc
--mc-format
--list, -ls
--extract-file, -x
--inject-file, -in
--make-directory, -mkdir
--remove-directory, -rmdir
--remove, -rm
--file-crosslink, -cl
--psv-import, -pi
--psu-import, -pu
--psu-export, -px
```
---
# PS1VMC Tool
PS1VMC Tool is a command-line application for managing PS1 virtual memory cards directly from the PC.
## Usage
```
PS1VMC-TOOL v1.0.0
Copyright (C) 2024 - by Bucanero
based on MemcardRex by ShendoXT
Usage:
./ps1vmc-tool []
Available commands:
--mc-info, -i
--mc-free, -f
--mc-format
--list, -ls
--remove, -rm
--icons
--raw-image, -raw
--gme-image, -gme
--vgs-image, -vgs
--vmp-image, -vmp
--inject-save, -in <.MCS/.PSV/.PSX/.RAW/.PS1 input filepath>
--extract-save, -x
--arx-export, -arx
--mcs-export, -mcs
--psv-export, -psv
```
## Building the source code
```
make
```
## Credits
- PS1VMC Tool - Based on [MemcardRex](https://github.com/ShendoXT/memcardrex) by [ShendoXT](https://github.com/ShendoXT)
- PS2VMC Tool - Based on ps3mca-tool by [jimmikaelkael](https://github.com/jimmikaelkael)
```
* ps3mca-tool - PlayStation 3 Memory Card Adaptor Software
* Copyright (C) 2011 - jimmikaelkael
* Copyright (C) 2011 - "someone who wants to stay anonymous"
```
## License
This software is licensed under GNU GPLv3, please review the [LICENSE](https://github.com/bucanero/ps2vmc-tool/blob/main/LICENSE)
file for further details. No warranty provided.