-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorectly decompile *.rpyc files from Ren'py v6.99.14.1 game #70
Comments
Based on some preliminary analysis, this game mods the ren'py engine quite heavily by introducing a new AST node in it's early script files, without using the normal API for those ( I can push the necessary patches to at least parse the files correctly to a separate branch, but reversing how their custom ASTs work is a lot of work that will be only applicable to this specific game so I'm not too interested in it. |
I've pushed the necessary changes to not make decompilation fail completely to the innocent_witches branch. However a significant amount of work is still necessary to fully decompile the scripts due to the ast modding. |
Thank you for pointing out this mistake. |
Hear is a sample: http://www107.zippyshare.com/v/lQeTHGEP/file.html
Only some of the files have the problem, take a look at the files in \game\characters\
The text was updated successfully, but these errors were encountered: