English | ็ฎไฝไธญๆ
This README provides an introduction to the Python script and HTML file for decrypting RPG Maker MV files.๐
The rpgmvp2png.py script is a tool for decrypting RPG Maker MV's .rpgmvp files to .png files.๐๐ผ๏ธ
To decrypt a single file, use the following command:
python rpgmvp2png.py examples/Fire1.rpgmvp out.png
This command will decrypt the examples/Fire1.rpgmvp file and save it as out.png.๐
To decrypt an entire directory, use the following command:
python rpgmvp2png.py examples
This command will decrypt all .rpgmvp files in the examples directory and create a directory with the same structure as the original directory in the current directory.๐โจ
The rpgmvp2png.html file is a web-based tool for decrypting .rpgmvp files.๐
Usage ๐ ๏ธ
- Choose whether to download the decrypted images as a package.
- Select one or more .rpgmvp files on the webpage.
- If the package download option is selected, a zip file containing all decrypted images will be automatically downloaded once the decryption is complete.
- If the package download option is not selected, the decrypted images will be displayed on the webpage, and each image can be saved individually.
Notes ๐
- Ensure that the uploaded files are RPG Maker MV's .rpgmvp files. Other file formats may not be decrypted correctly.
โ ๏ธ - Decrypting a large number of files or large files may take some time. Please be patient.โณ
- The decrypted images are temporarily stored in the browser. Closing the webpage or clearing the browser cache may result in the loss of images. Please save the required images promptly.๐พโ
- The code provided is for reference and learning purposes only. Please do not engage in any illegal activities. ๐โ
If you have any questions or suggestions, please don't hesitate to open an issue on the GitHub repository. Your feedback is greatly appreciated!๐๐