After applying your patch, I still can't decompile the .rpyc files to .rpy files using UnRen-forall v9.4.bat. If you have time, could you please take a look? Thank you very much! Here are the error messages:
Error while decompiling D:\LustTheoryS3-v0.6.0-cracked\game\audio.rpyc:
Traceback (most recent call last):
File "D:\LustTheoryS3-v0.6.0-cracked\unrpyc.py", line 350, in worker
return decompile_rpyc(filename, args.clobber, args.dump, decompile_python=args.decompile_python,
File "D:\LustTheoryS3-v0.6.0-cracked\unrpyc.py", line 313, in decompile_rpyc
raw_contents = script.Script.read_rpyc_data(object, in_file, 1)
File "D:\LustTheoryS3-v0.6.0-cracked\renpy\script.py", line 636, in read_rpyc_data
res = self.fuze_tea(f, slot)
AttributeError: type object 'object' has no attribute 'fuze_tea'
I assume you already succeeded in unpacking the .rpa archives since you can access the .rpyc files, am I right?
If so, then go
You must be registered to see the links
, download the un.rpy v. 2.0.2 and copy it in the game folder among the .rpyc files.Then go up one folder, launch the .exe, and select "new game" or load from a save.
The .rpy decompiled files should now be in the
game folder.Let me know if it works.