- Nov 13, 2022
- 3,408
- 11,494
use this:i think the Ren'Py save editor doesnt work anymore, do you know any alternatives?
You must be registered to see the links
use this:i think the Ren'Py save editor doesnt work anymore, do you know any alternatives?
if you just one time play, yesWithout a walkthrough, is there a chance I'll miss the scenes?
It's not possible to get all of the scenes in one playthrough, but to answer your question: Yes, if you don't make the right choices you will miss scenes, even ones that aren't exclusive to specific routes, and there are some scenes that are more complicated than choosing different dialogue options (EX.Without a walkthrough, is there a chance I'll miss the scenes?
when i played, just followed the missions, so i am not sure, but are there any "hidden" scene like the one your example? where the game not tell you, you have choice?It's not possible to get all of the scenes in one playthrough, but to answer your question: Yes, if you don't make the right choices you will miss scenes, even ones that aren't exclusive to specific routes, and there are some scenes that are more complicated than choosing different dialogue options (EX.).You don't have permission to view the spoiler content. Log in or register now.
The game is too long and convoluted for any sane person to be willing to make a guide on all of it, let alone one of any decent quality, so the best advice I can offer is use the scroll wheel/rollback to check what happens shortly after every choice before you make your "final" decision, but even then you may find yourself barred from accessing content down the line because of the decisions you've made.
Seems to be if you betray her, since it's themed around apologizing to her.This quest is after you choose to help Isabelle or betray her?
Workupload tooThe Win/Linux file says Mac.zip on pixeldrain, and the Mac link on pixeldrain says PC.zip
It still works fine. I use it often.i think the Ren'Py save editor doesnt work anymore, do you know any alternatives?
my solution was this:
In the game folder, where you can find the exe. There is a other folder "renpy".
Open it, search for the "savetoken.py" open it with the simple texteditor, and then look for this:
def verify_data(data, signatures, check_verifying=True):
"""
Verifies that `data` has been signed by the keys in `signatures`.
"""
for i in signatures.splitlines():
kind, key, sig = decode_line(i)
if kind == "signature":
if key is None:
continue
if check_verifying and key not in verifying_keys:
continue
try:
vk = ecdsa.VerifyingKey.from_der(key)
if vk.verify(sig, data):
return True
except Exception:
continue
return False
chance the last entry to "True" save , restart the game and then your edited save will work. Testet this with the
The Builder [Ep.5 B2] [LewdRobotics]