uuksu / RPGMakerDecrypter

Tool for extracting RPG Maker XP, VX and VX Ace encrypted archives.
MIT License
197 stars 42 forks source link

Pokemon Uranium decrypt problem #10

Closed uuksu closed 1 year ago

uuksu commented 1 year ago

Yo! I'm so happy to see that a decompiler exists, unfortunately i have the same problem, i used it for pokemon uranium

Originally posted by @POPOharicot in https://github.com/uuksu/RPGMakerDecrypter/issues/8#issuecomment-1614911261

uuksu commented 1 year ago

Hey @POPOharicot!

I split your comment as a new issue. Could you provide me a link of the game you're trying to decrypt and describe the problem you're experiencing?

POPOharicot commented 1 year ago

here :https://pokemonuranium.co/ Capture d’écran 2023-06-30 190002

thank you for being quick

POPOharicot commented 1 year ago

it doesn't work either for the game: To the moon, same error "invalid input file" maybe it's because both games are rpg maker xp games

uuksu commented 1 year ago

Good news, this is pretty easy to fix. Just rename Uranium.rgssad to Game.rgssad and try again :) The decrypter tries to determinite the version of the archive from the filename and it just fails because it has a different. Maybe there could be a better way to determinite the version or at least there could be better error message.

Could you try that it works if you do the renaming and maybe test the To the moon with a same tactic if it has differently named RGSSAD file?

POPOharicot commented 1 year ago

OK, that was actually the problem, thank you very much.

uuksu commented 1 year ago

Great! Glad things worked out nicely. I'll close this issue now.