bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.34k stars 134 forks source link

script decompiler isn't working #135

Closed beatrixwashere closed 1 year ago

beatrixwashere commented 1 year ago

System information

Debian 11

Issue description

any time i try to decompile a .gde file with the latest bytecode version, i get this error: /path/to/file (Encryption Error)

Steps to reproduce

not exactly sure, i just try decompiling and it throws an error

Recovery log

gdre_export.log

Minimal reproduction project

scrabdackle: https://store.steampowered.com/app/1578720/Scrabdackle/ discord tag: queenbea#7979

nikitalita commented 1 year ago

GDE files are encrypted. You need to retrieve the encryption key and set the decryption key in the settings in order to decompile them. We don't provide instructions on how to retrieve the encryption key.