CensoredUsername / unrpyc

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

can't decompile rpyc files #107

Closed fisch123456 closed 3 years ago

fisch123456 commented 3 years ago

rpyc Hi I would like to ask you how can I decompile rpyc files.I tried everything that is stated in your readme list.-get rpyc in the same directory.But it still failed.Is there necessarz to compile all program in visual studio or python or have in directory clear renpy?I downloanded this a year before and it worked but I forgot how to do it again.Even when I have rpyc it shows me error when I want to play. eror

The game is doki doki. Please help me. Thanks for reply.

CensoredUsername commented 3 years ago

I'm not sure what went wrong there but it doesn't seem like an issue from the unrpyc side. The game itself is giving an error, it can't find the file "lecturehall.jpg", which is probably stored in one of the archives of the game. That's weird, because un.rpyc doesn't actually mess with that at all.

Try doing a clean reinstall of the game. Then validate that it works without un.rpyc present. Then try again with un.rpyc present once.

fisch123456 commented 3 years ago

I did it, thank you