Closed Arise closed 7 years ago
Can you please tell me, what you've done before the error occoured?
"Decryption-Code is not set!" - Means that there is no Decryption-Key (Found?), but it should not crash so please tell me your steps to reproduce that =)
Is not crashing, for every file in the folder it just throws the error. I see it in the console. In the output folder I find just the encrypted files.
Ok, figured out, it seems the game is using some other technique to encrypt the game data to protect the System.json file. After I decrypted the System.json and placing it in the folder your tool worked properly. Thanks!
Ah okay, glad you figured out on your own =) But thanks for reporting anyway
I will show a Message if the Decryption-Key was not found, so that it is less confusing - I will implement that! (Try it on my own, it just try to Decrypt no matter if the Key is missing or not...)
Is added to the next Version. It also handles non-read access on the Decryption-Key-File