This Photoshop plugin adds support for opening and saving .rpgmvp
.png_
image files — the encrypted PNG format used in RPG Maker MV/MZ.
- Open
.rpgmvp
.png_
files directly in Photoshop - Save
.rpgmvp
.png_
files directly in Photoshop - Automatic decryption, encryption of header.
- Download the
rpgmvp_plugin.8bi
binary from Releases. - Copy the
.8bi
file into your PhotoshopPlug-ins
folder:- e.g.,
C:\Program Files\Adobe\Adobe Photoshop 2023\Plug-ins
- e.g.,
- Restart Photoshop.
Only RGB/RGBA PNGs are supported. (palette/grayscale unsupported)
The write (export) feature is experimental and may cause unintended behavior, including overwriting game assets.
Use at your own risk.
I am not responsible for any damage, corruption, or loss resulting from use of this plugin.
Editing files from multiple projects simultaneously is not recommended —
the plugin temporarily stores the original encrypted header in memory, and concurrent modifications may lead to corrupted headers or data loss.
- Decryption logic inspired by Petschko/RPG-Maker-MV-Decrypter