Tool RPGM RPG Maker MV Snippet File Extractor

KapitanDupa

Member
Aug 5, 2016
425
791
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