• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Tool RPGM RPG Maker MV Snippet File Extractor

KapitanDupa

Member
Aug 5, 2016
425
793
Got annoyed by RoundScape Adorevia encrypted assets and implemented this stuff in C#. Maybe you will find this useful.

Apparently "encryption" used by rpgmaker MV is just 16 bytes of header and encryption of first 16 bytes of data. File format is always png so extension is known.

Encyption key you can find by opening index.html in browser and checking $dataSystem.encryptionKey in DOM storage explorer.

 
  • Like
Reactions: geriatre