- Nov 11, 2022
- 40
- 127
For my Mac people out there:
You must be registered to see the links
No real changes between B2 and B4. I'm really waiting on E6.anyone got PC version?
I converted it to windows. (it's possible it has bugs, I haven't played through it yet)anyone got PC version?
You can also just go to the save file. Right click and check the "unblock" box at the bottom of the first tab.Hi, i notice in some newer RenPy version games like this one, you can not longer modyfy your saves with the savegame editor.
After ediding, the game says, the save is not create on this Pc and even after you say "Yes" it wont load.
So, i did find out, in the game file, where you can find the exe. There is a other file "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.
I am not sur what you mean. In the file settings?You can also just go to the save file. Right click and check the "unblock" box at the bottom of the first tab.
This doesn't work for me. Still get's the same error and is being send back to the load menu.
I think you mean game folder and renpy folder. Savetoken.py is a file. game and renpy are folders. Pretty confusing when you mix them up.So, i did find out, in the game file, where you can find the exe. There is a other file "renpy".
Open it, search for the "savetoken.py" open it with the simple texteditor, and then look for this:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_ep5.rpy", line 1467, in script
if gallery:
File "game/script_ep5.rpy", line 1467, in <module>
if gallery:
NameError: name 'gallery' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_ep5.rpy", line 1467, in script
if gallery:
File "C:\Install\Sex games\The_Builder-E5B4\The_Builder\renpy\ast.py", line 2133, in execute
if renpy.python.py_eval(condition):
File "C:\Install\Sex games\The_Builder-E5B4\The_Builder\renpy\python.py", line 1153, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Install\Sex games\The_Builder-E5B4\The_Builder\renpy\python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script_ep5.rpy", line 1467, in <module>
if gallery:
NameError: name 'gallery' is not defined
Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
The Builder E5B4
Wed Sep 6 20:07:12 2023
Yeah sry. i am not so good in english. But i hope it worktI think you mean game folder and renpy folder. Savetoken.py is a file. game and renpy are folders. Pretty confusing when you mix them up.