- Dec 1, 2019
- 355
- 247
Recently I'm trying to unpack a Chinese game that made with RPG Maker MV.
At first I can use the EnigmaVBUnpacker 0.58 to unpack the *.exe, though it say my disc not enough space to extract, event though the original *exe file is only 1.3Gb, but it's require 10Gb space to unpack:
And then it's start to create some ridiculous files, 1.2GB each:
There are total 1020 files like that, each file I must wait really long for it to complete, then when it use all my disc space, it continue unpack corrupt files 0KB, so they all corrupted.
Fortunately I figure a way to solve this, I create fake files with same name of those ridiculous files, at 0KB and make them read only, so EnigmaVBUnpacker won't able to create those mp4 files anymore, I think those files are not really exist in the game, just EnigmaVBUnpacker can't recognize them and then create them.
First question is does anyone have similar problem? And how to solve it? It's take too much time to create 1020 fake files, I don't wanna do that again in future.
Then, the game unpacked, other files look normal. File encrypted:
But I can use Petschkos RPG-Maker MV & MZ-File Decrypter to Decrypt them. I open RPGMaker MV and create new project, replace those Decrypted file in their place. But now the problem is RPGMaker MV show error that it can't read the json files:
Of course not only Actor.json, it can't read any json files. Compare how normal json file and this game json file look by Notepad++:
So I think maybe the json files also get encrypted, but I can't figure out how to decrypt them. Petschkos tool can't detect Decrypt code:
I tried detect the picture file and got the code but it not work with the json files:
So, can anyone help me solve this problem?
At first I can use the EnigmaVBUnpacker 0.58 to unpack the *.exe, though it say my disc not enough space to extract, event though the original *exe file is only 1.3Gb, but it's require 10Gb space to unpack:
And then it's start to create some ridiculous files, 1.2GB each:
There are total 1020 files like that, each file I must wait really long for it to complete, then when it use all my disc space, it continue unpack corrupt files 0KB, so they all corrupted.
Fortunately I figure a way to solve this, I create fake files with same name of those ridiculous files, at 0KB and make them read only, so EnigmaVBUnpacker won't able to create those mp4 files anymore, I think those files are not really exist in the game, just EnigmaVBUnpacker can't recognize them and then create them.
First question is does anyone have similar problem? And how to solve it? It's take too much time to create 1020 fake files, I don't wanna do that again in future.
Then, the game unpacked, other files look normal. File encrypted:
But I can use Petschkos RPG-Maker MV & MZ-File Decrypter to Decrypt them. I open RPGMaker MV and create new project, replace those Decrypted file in their place. But now the problem is RPGMaker MV show error that it can't read the json files:
Of course not only Actor.json, it can't read any json files. Compare how normal json file and this game json file look by Notepad++:
So I think maybe the json files also get encrypted, but I can't figure out how to decrypt them. Petschkos tool can't detect Decrypt code:
I tried detect the picture file and got the code but it not work with the json files:
So, can anyone help me solve this problem?