CensoredUsername / unrpyc

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

When I try to unpack the game, an error pops up. #163

Closed Memfivosfey closed 4 months ago

Memfivosfey commented 1 year ago

Good day.

Sorry, this may have been the problem before. But when I start the game, it does not unpack the RPYC files, it writes an error.

here is the traceback.txt file, https://disk.yandex.com/d/9yzjVDkpMWllSA

the file is just too big.

Here, https://disk.yandex.com/d/I6tMnomJMZpQCg

I posted some files from the game, from the "renpy" folder, which the error points to.

and some files from the "game" folder that can't be unpacked.

I beg you, tell me how to unpack this game. Or advise where to find a solution. I would be very grateful.

madeddy commented 1 year ago

Apps with RenPy newer as v7.4.x versions, such as 7.5+ and 8.0+, are not supported yet by "unrpyc".

If you want you can try updated unrpyc (test-)forks like this here: https://github.com/VepsrP/UnRen-Gideon-mod- OR my variant to find here: https://github.com/madeddy/unrpyc/tree/py3_v1.1.8

No guarantee! Good luck.

rado84-github commented 1 year ago

Good day.

Sorry, this may have been the problem before. But when I start the game, it does not unpack the RPYC files, it writes an error.

here is the traceback.txt file, https://disk.yandex.com/d/9yzjVDkpMWllSA

the file is just too big.

Here, https://disk.yandex.com/d/I6tMnomJMZpQCg

I posted some files from the game, from the "renpy" folder, which the error points to.

and some files from the "game" folder that can't be unpacked.

I beg you, tell me how to unpack this game. Or advise where to find a solution. I would be very grateful.

Rpyc files are not archives, you can't unpack them. You can only unpack rpa files (which stands for RenPyArchive) but you need rpatool for that, not unrpyc.

CensoredUsername commented 8 months ago

un.rpy seems to not be loadable in ren'py 8 for now. Duplicate of #92

CensoredUsername commented 4 months ago

These files are decompileable now with unrpyc on the dev branch, but I still need to update un.rypc so for now you can only use the command line tool.

CensoredUsername commented 4 months ago

Should be working in the last un.rpyc release as well, so closing 🎉