Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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.