Maybe.Force enable rollback not working ... ...I'm guessing this is one of those games where its set to force disable rollback after every line of text?
I have updated my tool, the SKIP now works, but you need to be careful. Either this game is short, or at some point, if the skip button is pressed, the game ends. Regarding rollback, there is a Back on the menu bar. The game says that they have severely limited the mouse's capabilities, so that's the only way.Force enable rollback not working in https://f95zone.to/threads/big-brother-renpy-remake-story-v1-0-fix-10-porngodnoob.108701/
I've tried unren 0.91 and also the 0.12 version by VepsrP
I'm guessing this is one of those games where its set to force disable rollback after every line of text?
Your best path would be to mark the version here as depreciated, as it has not been updated in quite some time and no longer works with many newer games and more recent versions of RenPy and include a link in the OP to VepsrP updated version, which is continuing the work done here and is being actively maintained.Yes, I can manhandle things, but prefer not to.
Would rather come up with clear OPs in either both threads, so that anyone can understand the relationship between them, OR to merge threads. To that point, knowing the direction and goals of the newer thread would be helpful.
1) How about reading the post DIRECT above yours?I try to unren ... with UnRen-0.91, but this error occured :
...
Anybody knows what can I do to solve this error ? Thx.
I have already added a new unrpyc to my version of the tool, everything should work like clockwork.1) How about reading the post DIRECT above yours?
2) Ask the game developer why he releases his game with a nightly version(7.5.0) of renpy? (still in development...possible unstable... incompatible with "some" tools...)
You can try as Regardie mentioned in his post. But, there is no guarantee the UnRen version from VepsrP works with this renpy, so dont get your hopes up.
Good news:I try to unren My_Cute_Roommate_2-0.4.0430-win with UnRen-0.91, but this error occured :
Extracting _decomp.cab...
Searching for rpyc files...
+ Decompiling "CDS.rpyc" - 3076 bytes
Decompiling H:\.sysdata\!!ok\My_Cute_Roommate_2-0.4.0430-win\game\CDS.rpyc to H:\.sysdata\!!ok\My_Cute_Roommate_2-0.4.0430-win\game\CDS.rpy...
Error while decompiling H:\.sysdata\!!ok\My_Cute_Roommate_2-0.4.0430-win\game\CDS.rpyc:
Traceback (most recent call last):
File "H:\.sysdata\!!ok\My_Cute_Roommate_2-0.4.0430-win\unrpyc.py", line 171, in worker
tag_outside_block=args.tag_outside_block, init_offset=args.init_offset, try_harder=args.try_harder)
File "H:\.sysdata\!!ok\My_Cute_Roommate_2-0.4.0430-win\unrpyc.py", line 135, in decompile_rpyc
ast = read_ast_from_file(in_file)
File "H:\.sysdata\!!ok\My_Cute_Roommate_2-0.4.0430-win\unrpyc.py", line 109, in read_ast_from_file
data, stmts = magic.safe_loads(raw_contents, class_factory, {"_ast", "collections"})
File "../decompiler/magic.py", line 599, in safe_loads
encoding=encoding, errors=errors).load()
File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/pickle.py", line 864, in load
File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/pickle.py", line 1223, in load_build
File "H:\.sysdata\!!ok\My_Cute_Roommate_2-0.4.0430-win\unrpyc.py", line 53, in __setstate__
(_, self.source, self.location, self.mode) = state
ValueError: too many values to unpack
Anybody knows what can I do to solve this error ? Thx.
I think he's talking about the menu bar at the bottom of the screen. If this is it, then no way.What quick menu did you men?
This UnRen is for a year or more deprecated and errors in recent RenPy apps. Try UnRen v0.12/0.13 by another user/dev.so i try to use unren in lates astral lust update and this is what i got
2) Yes, but its not possible for now. There will be some work needed to get this, because the dev did see it fit to waste hours of time to develop his own archiv version. Its way more complex as the usual archive changes of other devs, but not impossible complicated. Even if he try'd to make it so....but instead of an rpa file, it has something else called "data.extra" any idea how to extract that format?
Because comments are not saved into the rpyc files. So when trying to generate the rpy from the rpyc, that info is nowhere to be found. If you happen to have both rpy and rpyc and still use unren, those original rpy will be overwritten with the ones created from the rpycwhy does this unpacker remove comments from the code?