Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drryanhuang/rpgmvp2png
Decrypt RPG Maker MV's .rpgmvp files to .png images easily! đđŧī¸
https://github.com/drryanhuang/rpgmvp2png
rpgmvp-file
Last synced: about 2 months ago
JSON representation
Decrypt RPG Maker MV's .rpgmvp files to .png images easily! đđŧī¸
- Host: GitHub
- URL: https://github.com/drryanhuang/rpgmvp2png
- Owner: DrRyanHuang
- License: gpl-3.0
- Created: 2024-04-17T06:23:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T08:47:44.000Z (9 months ago)
- Last Synced: 2024-10-14T20:48:00.677Z (3 months ago)
- Topics: rpgmvp-file
- Language: HTML
- Homepage: https://drryanhuang.github.io/rpgmvp2png/rpgmvp2png.html
- Size: 4.36 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | [įŽäŊä¸æ](./README_cn.md)
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!đđ