there is nothing random about it.. it has a very well explained in-universe reason..Is there any specific reason for the mom and sister change their hair color? Not that they seem bad, but it was so random...
Was it? I don't recall a specific reason besides going to a new city.there is nothing random about it.. it has a very well explained in-universe reason..
If I remember correctly it was because they were all depressed or something after the attack by the bandits and the mother suggested it to try and get them back on track and ti chase away the trauma and depression that had befallen them. So they could feel like they moved on.Was it? I don't recall a specific reason besides going to a new city.
go the the game folder and just paste it thereAfter extracting the main game, where should I place the incest patch?
short story: it was to better cope with almost getting r*ped by the bandits and their brother beeing in a coma. like a fresh start in a new cityWas it? I don't recall a specific reason besides going to a new city.
Yeah I get it now, but still the models changed quite a bit. But I dunno, maybe it was me who got fond of their models I guess. Light green color on hair also isn't my favorite, so that maybe explains it too.short story: it was to better cope with almost getting r*ped by the bandits and their brother beeing in a coma. like a fresh start in a new city
Yeah I don't get this either. Why put fiction within fiction? I get that from MC's POV, having sex and dreaming about it are completely different things, but to the player... it's the same exact thing.Once again expressing my loathing for dream sequences that spoil sex with the main characters near the start of the game. Completely kills off the pacing of this game. Like reading the last chapter of a book before chapter 2. On top of that the girls just randomly decide to take baths with you with no build up and yea its an avalanche from there.
Easier to just enable console and change the values of the variables with something like *statname* += 1 Or something.There are save editors for this. And you need to edit the Savetoken file in the Renpy folder. 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
change the last entry to "True" save , restart the game and then your edited save work.
You must be registered to see the links