Skip to content

banatic/RPGMVP-Thumbnail-Provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

RPGMVP Thumbnail Provider for Windows

Image

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.


Features

  • Generates live thumbnail previews for .rpgmvp .png_files
  • Uses standard COM thumbnail provider interface (IThumbnailProvider)

Requirements

  • Windows 10 or later (x64)
  • Administrator privileges for registration
  • RPGMVP files must be valid (with 16-byte PNG XOR header)

Installation & Uninstallation

Download the RPGMVPThumbnailProvider.dll from Releases.

Register the thumbnail provider:

regsvr32 RPGMVPThumbnailProvider.dll

Or unregister to uninstall:

regsvr32 /u RPGMVPThumbnailProvider.dll

Then delete the DLL file manually if needed.

Limitations

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.

Credits

About

A Windows Shell Extension that adds thumbnail preview support for `.rpgmvp` files — the encrypted PNG format used in RPG Maker MV and MZ.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors