4.70 star(s) 59 Votes
Jan 17, 2021
64
63
well see thats the thing because i noticed the walkthrough is actually out of date and doesnt have all the chapter so i dont know if things needed to be replaced or that the files would merge without a problem. as for the incest patches i didnt know if i should place them in there or will that break the game.
I haven't tried out the incest patch so I can't help you on that one.
Even though the walkthrough link looks out of date I checked and at the link it seems to be the current version. I thought it was working, but I just got an error when meeting the new girl. I'm going to try to do a straight play-through then check the mods in a few days to see if everything's been sorted out.
 
  • Like
Reactions: RoughlySpecific

tigerdiamond

Well-Known Member
Mar 1, 2020
1,475
1,772
Get a traceback after checking stats.

click check stats button (everything fine)
click "return" to exit stat menu
the ui is missing
if I click to try to move forward it crashes
have to roll back to before I opened stat menu


Also, do the stats actually do anything yet? like if I cheated and save edited my stats to 99 for everyone would I get anything different? I know it's still really early, so I fully expect that they don't yet.
 
Last edited:

msleomac

Engaged Member
Feb 1, 2019
2,505
1,593
Corruption Time [v0.02] FilthySloth

Original Size Win/Linux: 1.37 GB
Original Size Mac: 1.34 GB

Compressed Size Win/Linux: 157 MB: MEGA - WORKUPLOAD
Compressed Size Mac: 123 MB: MEGA - WORKUPLOAD

This compression is unofficial. Compressing process reduces image/audio/video quality and can break the game, be aware of that.

You can find all of my Walkthrough Mods content here:

Or you can:
Thanks you are a lifesaver. Just a clarification. I saw there was some discussion about a bug and that the dev has uploaded a ver.c to fix it. Is that reflected in your compressed version and mod?
 

Darth Sidious

The Senate & Emperor of the First Galactic Empire
Donor
Sep 24, 2017
1,550
2,193
This is great shit! Really liking it, keep up the good work! (y)

You should consider getting Patreon, I have a feeling I'll be supporting you in an update or two in the future. I like the stat system and I love that Morrigan is a total slut.

Morrigan <-> Ruby > Margo > Katherine > Kiko > Mary
 

OutOfFuxs2Give

Ex-Triple A Game Developer Now Lawyer
Donor
Mar 4, 2020
198
783
This is great shit! Really liking it, keep up the good work! (y)

You should consider getting Patreon, I have a feeling I'll be supporting you in an update or two in the future. I like the stat system and I love that Morrigan is a total slut.

Morrigan <-> Ruby > Margo > Katherine > Kiko > Mary
Can't go on Patreon, or they would have to change to content but subscribestar would be ok because both Luxee's Apartment 69 and Westy's Proud Father are on there. I subbed to both after they lost their Patreon for the exact reason this would, too.
 
  • Like
Reactions: Darth Sidious

Techn0magier

Well-Known Member
Jul 2, 2017
1,188
4,171
Nice start, set this thread to "watch". Now it is time to wait for the version number to rise.
 

Malcowitz

Active Member
Feb 14, 2018
757
1,104
I wouldn't mind turning the son into a trap/tran because I'd like to have him be part of the harem and the more tits the better. I also really like the hints at pregnancy content which I hope applies to all the characters.

Also, I feel like the game works way better without the incest patch: the stepdad really becoming part of the family flows a lot better than "father suddenly decides to breed own children".

I however didn't see much use to the variables as they were presented: do they even unlock any scenes this early in the games development?
 
  • Like
Reactions: Maverick1965
Sep 27, 2017
115
119
Could anybody help with this, please?

--------------------------------------------

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/events/day4.rpy", line 42, in script
ki "Is this the [fname] household?"
KeyError: u'kiko_name'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/events/day4.rpy", line 42, in script
ki "Is this the [fname] household?"
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1384, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1158, in __call__
who = who_pattern.replace("[who]", sub(who))
File "renpy/character.py", line 1153, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'kiko_name'

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
CorruptionTime 0.02a
Mon Mar 1 21:18:10 2021
 

Darth Sidious

The Senate & Emperor of the First Galactic Empire
Donor
Sep 24, 2017
1,550
2,193
Could anybody help with this, please?

--------------------------------------------

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/events/day4.rpy", line 42, in script
ki "Is this the [fname] household?"
KeyError: u'kiko_name'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/events/day4.rpy", line 42, in script
ki "Is this the [fname] household?"
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1384, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1158, in __call__
who = who_pattern.replace("[who]", sub(who))
File "renpy/character.py", line 1153, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'kiko_name'

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
CorruptionTime 0.02a
Mon Mar 1 21:18:10 2021
Did you replace the script? Kiko is a standard name.
 

RoughlySpecific

Active Member
May 27, 2020
619
773
Could anybody help with this, please?
As far as I can tell, it’s an old error being added back in through the walkthrough mod. However, both JokerLeader and one moderator who tested it claim that this is not the case. (See the discussion over the last few pages.)

You can safely click "ignore". The error will appear until Kiko is fully introduced and her name is defined in line 91 of the code.
 
  • Like
Reactions: Wombat of Combat

Vallcry

Newbie
Aug 14, 2018
18
42
Could anybody help with this, please?

--------------------------------------------

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/events/day4.rpy", line 42, in script
ki "Is this the [fname] household?"
KeyError: u'kiko_name'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/events/day4.rpy", line 42, in script
ki "Is this the [fname] household?"
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1384, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1158, in __call__
who = who_pattern.replace("[who]", sub(who))
File "renpy/character.py", line 1153, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'kiko_name'

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
CorruptionTime 0.02a
Mon Mar 1 21:18:10 2021

It's a bug that should be patched out. If you can't get the current patched version for whatever reason, you can circumvent the bug by not choosing the still life options when going with ruby to take photographs in the park. So you take the other option where people pose for the camera.
 
  • Like
Reactions: Wombat of Combat
Sep 27, 2017
115
119
It's a bug that should be patched out. If you can't get the current patched version for whatever reason, you can circumvent the bug by not choosing the still life options when going with ruby to take photographs in the park. So you take the other option where people pose for the camera.
Ok. Thanks for the help! (y):)
 
  • Like
Reactions: Vallcry

NOXYLENE

New Member
Feb 23, 2018
4
2
Hello,
I do not understand because this game does not want to work under win 10 while all the other renpy games work.
I even disabled my antivirus but it still doesn't work.
is there a solution? Thank you.
 
4.70 star(s) 59 Votes