What's new

RPG-Maker-MV File-Decrypter


T4ke

Lurker
Joined
Jul 15, 2009
Messages
313
Reputation score
270
So I found this handy script that decrypt all this pesky .rpgmvp files. It makes working with RPG Maker MV translation a little bit easier to deal with. Especially if graphics needs to be extracted.



Credits go to:
who wrote it.

At the moment it displays all encrypted files in the browser. If someone more tech savy could enable it to just save all encrypted files in an output folder, it would be much more comfortable to use.

Personal Note for some complimentary Tools:


 
Last edited:
Re: RPG-Maker-MV File-Decrypter

I can understand using this for translating, but
just extracting CG and skipping gameplay seems kinda unfair to the creators.

Guess it comes down to a morale choice.
 
Re: RPG-Maker-MV File-Decrypter

just extracting CG and skipping gameplay seems kinda unfair to the creators.
If the "game" in question is just a CG dispatching system with standard RPGM gameplay, then it's not worth playing.
You can argue that by actually playing game you can enjoy its story. But if the game is in Japanese that is laughable.
Just an opinion.
 
Re: RPG-Maker-MV File-Decrypter

If the "game" in question is just a CG dispatching system with standard RPGM gameplay, then it's not worth playing.
You can argue that by actually playing game you can enjoy its story. But if the game is in Japanese that is laughable.
Just an opinion.

Well, you can use Machine Translators to enjoy the story (somewhat).
But yes, I can agree if the game is just "Go here, Get CG23" and that is that.
Least have something more then just CG Collection imo.
 
Re: RPG-Maker-MV File-Decrypter

Well, you can use Machine Translators to enjoy the story (somewhat).
But yes, I can agree if the game is just "Go here, Get CG23" and that is that.
Least have something more then just CG Collection imo.
Yup. I think that h-games should be really hentai games, where h-elements are introduced at gameplay level, and not just "ordinary games" with CG hunt.
Glad that we share this point of view, more or less ;)
That is why I always unpack resources in RPGM and Wolf games and take a quick look at how they are made. Sadly, something interesting appears quite rarely :(
 
Re: RPG-Maker-MV File-Decrypter

I can understand using this for translating, but
just extracting CG and skipping gameplay seems kinda unfair to the creators.

Guess it comes down to a morale choice.

For me, extracting CG is mostly useful to figure out if I missed a scene or where I could find said missing scene.
 
Re: RPG-Maker-MV File-Decrypter

As of standalone *.rpgmvp decrypter, I could make one. But I'm not sure that I will find enough time and motivation to do it.

If you, reader of this post, are interested, I can provide you with little aid:
In this post I described how encryption algorithm work. It's the same for encrypted music files or anything else.

is my shitty C++ Qt code I used to decrypt this game.

Good luck :)
I suggest modifying game files in-place and just removing encryption. If my assumptions are correct you will just need to set correct extension for decrypted files (for example *.png for images) and set encryption flags in system.js to false.
 
Re: RPG-Maker-MV File-Decrypter

hooo, look like better that the one i used, i just used directly the decrypt fonction from the source code of MV :D

and yeah yugifan3 ^^ i'm prety on the same wave than you on that, exept for translation or dev research purpose, that cheat ^^
 
Re: RPG-Maker-MV File-Decrypter

Oh, I have a quick and easy rpgmvp unpacker that can do it.
I just choose not to share it publicly because of reason i state.
 
Re: RPG-Maker-MV File-Decrypter

hooo, look like better that the one i used, i just used directly the decrypt fonction from the source code of MV :D
No, I think for RMMV JS is the way to go. Decrypter can even be made as a plugin for game itself.
I'm just not proficient at JavaScript and used a tool that was at hand.
 
Re: RPG-Maker-MV File-Decrypter

Oh, I have a quick and easy rpgmvp unpacker that can do it.
I just choose not to share it publicly because of reason i state.
And what about your fellow translators who don't know how to code?

If there is anything truly unfair that is pirating h-games leaving their authors without profit. That is unfair, hands down.
But this little decrypting software does not help piracy in any way.
 
Re: RPG-Maker-MV File-Decrypter

And what about your fellow translators who don't know how to code?

If there is anything truly unfair that is pirating h-games leaving their authors without profit. That is unfair, hands down.
But this little decrypting software does not help piracy in any way.

lol course i can share it then. It's a bit complicated , but easy to use once get the hang of it.
 
Re: RPG-Maker-MV File-Decrypter

Comes now in form of a handy Java Tool. Never fear .rpgmvp files again!

 
Back
Top