RPGMakerCompressor is a console-based application used to compress RPG Maker MV/MZ game assets.
It uses lossy compression with conservative parameters to reduce file size while minimizing noticeable visual and audio quality loss.
- Compresses image and audio assets
- Supports RPG Maker MV/MZ (Perhaps more in the future.)
- Designed for good compression with minimal quality loss
- Launch the application
- On first launch, required dependencies will be downloaded automatically
- Restart the application once setup is complete
- Provide the path to your RPG Maker MV/MZ game
After compression:
- Navigate to your game's
wwwfolder - Delete the original
imgandaudiofolders - Copy the compressed files from the
Outputfolder - Overwrite files if prompted
These dependencies are automatically downloaded on first launch:
- RPGMakerDecrypter (fork) - Decrypting of RPG Maker game files
- FFmpeg — Audio processing
- oxipng — PNG optimization
- pngquant — Lossy PNG compression
- Dependencies are downloaded as prebuilt binaries from their official sources
- No dependencies are bundled with the GitHub release
This project is licensed under the GPL-3.0 license. See the LICENSE file for details.