morkt / GARbro

Visual Novels resource browser
MIT License
2.29k stars 242 forks source link

RPG maker games #107

Closed Shisha22s closed 6 years ago

Shisha22s commented 6 years ago

https://github.com/uuksu/RPGMakerDecrypter https://github.com/Petschko/RPG-Maker-MV-Decrypter Can you add this algorithms into your project? :)

morkt commented 6 years ago

available in recent pre-release.

Shisha22s commented 6 years ago

Tool can't decrypt .rpgmvp files into .png Example http://dropmefiles.com/r0bRw Check RPG-Maker-MV-Decrypter https://github.com/Petschko/RPG-Maker-MV-Decrypter Your tool work's nice for RPG Maker XP, RPG Maker VX, RPG Maker VX Ace but not for rpg MV. This is a simple MV game: https://drive.google.com/open?id=1ctqefboZEofhYAJ1iNcoXoZmv_eI2jO6

galtgendo commented 6 years ago

Well, this is quite annoying to implement and - TBH - the javascript implementation is misleading.

Until/Unless upstream changes it, the simplest implementation is that Qt one, that's floating around.

There's a catch though: until/unless upstream changes it, decryption key is unique for each game and found in www/data/System.json. That is, of course, if the engine user didn't Enigma-pack their work, then you need to unpack that first.

morkt commented 6 years ago

i'm not interested in implementing RPG maker archives anymore.