Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bucanero/ps2vmc-tool
PS1/PS2 VMC memcard manager tools
https://github.com/bucanero/ps2vmc-tool
ps1 ps2 save-manager
Last synced: 7 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T16:54:20.000Z (8 months ago)
- Last Synced: 2024-03-14T18:19:50.682Z (8 months ago)
- Topics: ps1, ps2, save-manager
- Language: C
- Homepage: http://www.bucanero.com.ar
- Size: 9.36 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PS2VMC Tool
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 ShendoXTUsage:
./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.