- Nov 4, 2017
- 241
- 408
Hey,
I made a tool to decrypt files from the Pixel Game Maker MV engine (not to be confused with RPG Maker MV).
PGM games are characterized by a main executable called "player.exe" and a file "Resources/data/project.json"
PGM encrypted files start with the ascii string "enc" (65 6E 63)
To use the tool run the target game, wait for it to boot to the main menu, then run extract.bat
A subfolder called "extracted" will be created in the target-game folder with the decrypted files placed inside
I've confirmed it works for RJ340338
Let me know if you encounter any issues
(but please read the readme.txt troubleshooting section first)
Edit: F95 has decided to mark the download as a virus. It's not but you would expect me to say that regardless. Main argument I can make is that I've posted multiple tools on this site by now and ruining my rep to infect a few people doesn't seem worth it.
I made a tool to decrypt files from the Pixel Game Maker MV engine (not to be confused with RPG Maker MV).
PGM games are characterized by a main executable called "player.exe" and a file "Resources/data/project.json"
PGM encrypted files start with the ascii string "enc" (65 6E 63)
To use the tool run the target game, wait for it to boot to the main menu, then run extract.bat
A subfolder called "extracted" will be created in the target-game folder with the decrypted files placed inside
I've confirmed it works for RJ340338
Let me know if you encounter any issues
(but please read the readme.txt troubleshooting section first)
Code:
Changelog:
2022-01-21 Initial Release
2022-01-22 Fixed issue that caused tool to be dependant on an exact dll build version
2022-05-06 (v2.1) Minor change to GenericInjector.exe to make it more reliable
Last edited: