CensoredUsername / unrpyc

A ren'py script decompiler
Other
837 stars 149 forks source link

Silent decompilation failure? #110

Closed Divers102 closed 3 years ago

Divers102 commented 3 years ago

The game VIRTUES-v9-pc extracted the file, the scripts folder appeared and there the extracted rpy + log unrpyc.log До После unrpyc.log.txt

Cuntswell game does not allow to extract rpy files + one more log. 123 unrpyc.log.txt

Some games do not allow you to extract files, while others extract well, but there are games with extracted files.

CensoredUsername commented 3 years ago

I think there's some translation issues because I'm not sure what the actual problem is. The first game seems to have extracted fine, it just keeps all its scripts in the scrips folder. I'm somewhat confused about what happened with the second game. un.rpyc seems to have ran successfully, it just didn't find any script files. This is either due to a change in internal ren'py machinery or because the game messes with the internal API that un.rpyc is using. Could you try using normal unpacking tools (like unrpa or rpatool) to extract the rpyc files and then just run them through unrpyc as a command line tool to confirm if the problem is with the rpyc files itself or with the game code?

Divers102 commented 3 years ago

unrpyc to also throw in the games folder? and I did not understand where to throw the rpatool file, I already tried, But I have not tried it on unrpa yet.

Divers102 commented 3 years ago

I almost forgot, so I created options.rpy file empty and at the same time there was your un.rpyc file And when I started the game and then closed, after the file options.rpy was not empty.

CensoredUsername commented 3 years ago

no, check the readme for instructions on how to use unrpyc normally.

Divers102 commented 3 years ago

unrpyc also in the games folder if so? I didn't notice any action

CensoredUsername commented 3 years ago

I have no idea what you are trying to say.

CensoredUsername commented 3 years ago

Closing due to lack of (coherent) response.