CensoredUsername / unrpyc

A ren'py script decompiler
Other
864 stars 157 forks source link

Support for v7.0? #73

Closed hanakou closed 5 years ago

hanakou commented 6 years ago

v7.0 has introduced a "new layered image system," and so anything that's defined under the "layeredimage" statement is not decompiled. Only "init layeredimage [name_of_image]:" is detected. What comes after the init block is blank/empty.

Reference: https://www.renpy.org/dev-doc/html/layeredimage.html#layered-images https://www.renpy.org/doc/html/changelog.html

CensoredUsername commented 6 years ago

Thanks for the notification! I'll investigate the necessary changes.

CensoredUsername commented 5 years ago

As of v1.0.11 we should support all ren'py 7.0 features.