A Windows Shell Extension that adds thumbnail preview support for .rpgmvp .png_ files — the encrypted PNG format used in RPG Maker MV and MZ.
View RPGMVP image thumbnails directly in Windows Explorer.
- Generates live thumbnail previews for
.rpgmvp.png_files - Uses standard COM thumbnail provider interface (
IThumbnailProvider)
- Windows 10 or later (x64)
- Administrator privileges for registration
- RPGMVP files must be valid (with 16-byte PNG XOR header)
Download the RPGMVPThumbnailProvider.dll from Releases.
Register the thumbnail provider:
regsvr32 RPGMVPThumbnailProvider.dllOr unregister to uninstall:
regsvr32 /u RPGMVPThumbnailProvider.dllThen delete the DLL file manually if needed.
Only .rpgmvp files following the standard encrypted PNG format are supported.
Corrupt or nonstandard RPGMVP files will not generate thumbnails.
No support for context menu preview or animated thumbnails.
- Decryption logic inspired by Petschko/RPG-Maker-MV-Decrypter
