CensoredUsername / unrpyc

A ren'py script decompiler
Other
852 stars 154 forks source link

How do you get the comments during decompile? #72

Closed sdn3rd closed 6 years ago

sdn3rd commented 6 years ago

All lines starting with # are being left out

CensoredUsername commented 6 years ago

Ren'py strips out comments during compilation. They're not in the .rpyc files, so we can't restore them during decompilation.

sdn3rd commented 6 years ago

Thanks! 👍