VN Ren'Py The Builder [S2 Ep. 8.1] [LewdRobotics]

3.60 star(s) 29 Votes

SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
18,120
147,471
The Builder [Ep.5 B4 - HAREM EDITION]

COMPRESSED:

Win/Linux:

-

Mac:

-
 
Last edited:

Pinsel

Active Member
Dec 25, 2019
821
728
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 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.
 
Last edited:

motseer

Engaged Member
Dec 17, 2021
2,326
5,236
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.
You can also just go to the save file. Right click and check the "unblock" box at the bottom of the first tab.
 
  • Like
Reactions: Pinsel

yilkin

dl.rpdl.net
Donor
Feb 23, 2023
8,741
4,752
TheBuilder-EP5B4
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Sossi0

Member
Feb 17, 2021
186
131
Since the game is based purely on pregnancy, is there a chance it will have multiple pregnancies (twins/triplets ecc.)?
 

Piratefishes

Active Member
Jul 24, 2022
589
516
If I wanted to see everything, wich stats should I have at the end?
(Got the gallery, not sure, if that means that I got all)
 

Pinsel

Active Member
Dec 25, 2019
821
728
You can also just go to the save file. Right click and check the "unblock" box at the bottom of the first tab.
I am not sur what you mean. In the file settings?

edit: Oh i think i know. You mean the "save" file/ordner, not the save file like 1-4
 
Last edited:

MasterGamer1234567890

Active Member
Oct 25, 2022
579
514
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 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. :)
 
  • Like
Reactions: Pinsel

MasterGamer1234567890

Active Member
Oct 25, 2022
579
514
Hit the below error. Ignore let's you continue.

Code:
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
 

Maviarab

Conversation Conqueror
Jul 12, 2020
7,991
17,715
Wwell, it seemed interesting...but fuck me, if one more of these stupid bitches calls me #boy' again...I'ma throw their dumb asses into the damn fjord.
 
3.60 star(s) 29 Votes