helioss555

Newbie
Jan 27, 2020
21
34
THE MAC AND PC LINKS ARE SWITCHED FOR THE NEW UPDATE BEWARE, SOMEONE MIXED THEM UP


go to the ''MAC'' tab and click any link, the file will say ''pc''

hope they fix this
 

Pinsel

Active Member
Dec 25, 2019
821
729
i think the Ren'Py save editor doesnt work anymore, do you know any alternatives?
It still works fine. I use it often.
But you have to chance a line in the renpy folder. it says on the saveditorpage or look here:
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]
 
  • Like
Reactions: Vfan12

DatGuy20

Member
Jul 14, 2017
217
236
Am I missing something? The Grand Gesture quest pops up even in a save where i chose not to fuck Kate? Also i swear even when you do Isabelle never walks in? I gotta be missing something?
 

chopee

Member
Nov 2, 2017
218
114
Hmm well I didnt play the game in a long time, just been watching the new scenes. The new scene in which Isabelle kiss Kate seems to be for the Isabelle's siding route, so I wonder, is Isabelle now a lesbian or what happens? Im a bit confused.
 

AclGrafix

Member
Feb 19, 2018
327
186
In the spirit of the Programmers' Third Virtue, I figured I could do better than that. As it turns out, technically I can, but it really wasn't worth the trouble: as of v1.14, your patch suffices for everything except two lines in the script, perhaps neither of which most players will ever see.

The attached patch fixes those two places anyway, and (if we are a certain kind of fortunate) may also fix others which have yet to be written.

(Place this file directly in the game/ folder to apply it.)

Changelog:
You don't have permission to view the spoiler content. Log in or register now.
can you add an actual downloadable file for this, no idea what to do because when I click the attachment it just opens the file in a new browser tab
 
  • Like
Reactions: Rogueleader69

ninjasamuri

Active Member
May 28, 2018
536
454
People give this game one star and then give 4 stars to a game like glamour, people are not serious lol. That is why the reviews on this site are worthless, some are overinflated and others are completely the opposite.
Eh I find the average is a good indicator, unless a game gets fucked by an incompetent initial review misrepresenting things, the majority of reviews balance out to a level, I usually feel is fair to the quality of the game described. I mean sure I think this deserves the extra half star but its not leagues away from where it belongs
 
  • Like
Reactions: RenXo111

Hampamatta

Newbie
May 15, 2023
78
257
so chapter select sets all your stats and affections and routes to 0 again. so i cant do anything with anyone. even with inceasing affection stats with commands, all sexual interactions are greyed out. so it means i have to rplay the entire game AGAIN.
 
Last edited:
  • Like
Reactions: fatpussy123

Sylaann

Member
Nov 4, 2020
298
263
Anyone ever thought of making a better gallery mod? scrolling forever just to reach the latest content is a pain ^^'
 
  • Like
Reactions: lomechip
3.80 star(s) 182 Votes