por12

Active Member
Nov 22, 2020
743
1,112
good game
flow of the story is good,love the levels and the art is not top notch but gets the message done

writing makes me want to take my eyes out and destroy them forever tough
managed to read till level 4 and stopped there
one more time the characters repeated how much they loved eachother while foreplay,blowjob and anal and would have puked

cant wait for perverted uncle dlc too
 

BloodyFace

Well-Known Member
Jul 5, 2019
1,564
2,475
some problem to invite them (m e s) to watch a night movie (lv 7 to 8)
date nights?
Check what the built-in Walkthrough says.
It guides you through mandatory events.
You don't have permission to view the spoiler content. Log in or register now.
-
ThtsMyScrtCapImAlwysHorny Could you maybe upload a save where the error occurs?
Unfortunately, I don't have any with everything maxed out.

Edit: I maxed them out real quick (Donna&Rose & Hazel)
Everything is still working for me. <.<
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

BloodyFace

Well-Known Member
Jul 5, 2019
1,564
2,475
I tried downloading the 7.9 to 8.0 update from MEGA, but my game has gone to 0.7.7 not .8.
Yeah, sorry about that.
The version number got changed in the full build, but not in the patch file.
It is 0.8.0 regardless of what the main menu is saying.

The game functions as intended, don't worry. :)
 
  • Like
Reactions: Anillegalgoat

ThtsMyScrtCapImAlwysHorny

Well-Known Member
Aug 5, 2021
1,528
3,693
Hmm, that is very, very strange.

Something that we are certainly going to look into before the release of the upcoming 0.8.1 update so it still can be fixed this year.
Thank you for doing the research :)
I've found the problem. I thought I'd try fulfilling Donna's level-up condition to see if the bug persisted past that point, and in the course of looking for the condition, I found this section of code in game/Functions/Helper.rpy:

Code:
     elif self.who in ["Donna", "Rose"]:
                if Donna.Relationship == 1:
                    if not SchoolIntroPlayed:
                        return ("I should go to the college.", "- Visit the college and play the intro.")
                    elif not NeighborIntroPlayed1:
                        return ("Maybe I should check in on the new neighbors.", "- Visit the neighbors and play the intro.")
                    elif not NeighborIntroPlayed2:
                        return ("Maybe I should visit the neighbors again.", "- Visit the neighbors and continue the intro.")
                    elif self.who == "Donna" and Donna.AffectionP < 100:
                        return ("I should spend more time with her.", "- Raise Donna's affection to the max.")
                    elif self.who == "Rose" and Rose.AffectionP < 100:
                        return ("I should spend more time with her.", "- Raise Rose's affection to the max.")
                    elif Donna.AffectionP == 100 and Rose.AffectionP == 100:
                        return ("I should visit them again.", "- Visit the neighbors in their living room at 12AM.")
                else:
                    return ("In Development", "")
So, Donna and Rose have to level up together, but it has no instruction for what to display if one of their affection bars is full and the other isn't. I went ahead and added these lines, and sure enough it fixed the bug:

Code:
                    elif self.who == "Donna" and Donna.AffectionP == 100 and Rose.AffectionP < 100:
                        return ("I should spend more time with Rose.", "- Raise Rose's affection to the max.")
                    elif self.who == "Rose" and Rose.AffectionP == 100 and Donna.AffectionP < 100:
                        return ("I should spend more time with Donna.", "- Raise Donna's affection to the max.")
Oh, and since it looks like the earthy goddess at the center of this mess only goes to level 2 so far, you can pay me for the free QA work by moving her to the front of the line for an update. :p
 

BloodyFace

Well-Known Member
Jul 5, 2019
1,564
2,475
I tried but it's locked only up to LVL 6 is viewable
View attachment 1545059
Yeah, you can reach level 7 via cheats, but the gallery cheat only unlocks previous galleries.
(Galleries prior to the level you're currently in)

The easiest way would be to set Affection to 100%, play the mandatory events (Date Nights, Lingerie & Cosplay).
Then play the level up to level 8 and unlock the previous gallery from there.

Unfortunately, all my saves are for testing and somewhat weird. They wouldn't help you much. :/

Edit: Nubian king I made a save for you at level 8.
You need to replay the level up event from the gallery - level 8 content & diary are still locked.
Name is "Player" though :D
 
Last edited:

ThtsMyScrtCapImAlwysHorny

Well-Known Member
Aug 5, 2021
1,528
3,693
While we wait for the official update, here's the file I edited to fix the Donna/Rose level up helper bug. To install, clip off the numbers and underscore the forum adds to the front of the filename and make sure it's saved as a .rpy, drop it into the game/Functions folder, and overwrite.
 

BloodyFace

Well-Known Member
Jul 5, 2019
1,564
2,475
While we wait for the official update, here's the file I edited to fix the Donna/Rose level up helper bug. To install, clip off the numbers and underscore the forum adds to the front of the filename and make sure it's saved as a .rpy, drop it into the game/Functions folder, and overwrite.
Thank you for your effort. :)
We'll make sure to fix the bug in the upcoming update, 0.8.1.

Edit: Works like a charm :)
 
Last edited:

ThtsMyScrtCapImAlwysHorny

Well-Known Member
Aug 5, 2021
1,528
3,693
Exactly how many people feel about porn games in general, porn in general, and certainly incest.

Your attitude is shared by millions of people that would prefer if this game you like didn't exist at all because they think it is disgusting.
Right on. It's not my thing either*, but we're all into one kind of fucked up shit or another here, so who are any of us to judge? Let he who has not fapped to something that would creep the fuck out of his IRL friends and neighbors if they ever found out cast the first stone.

*(Well, not when it's from the viewpoint of the one being taken from anyway; when it focuses on the one being taken and their internal conflict, or on the taker, and the one being taken from is barely even in the story, then it's pretty hot.)
 

Omik

Newbie
Oct 21, 2019
42
41
A request to the game developer to add the ability to rename the characters during the game with the possibility of more than three letters.
 
  • Like
Reactions: Dansiman

tobigoku

Newbie
May 28, 2018
71
21
Has copy and paste the 8.0 Update to my 7.9 Game and played from my last Savegame.
But when I will buy Moms Lingerie this Error Message comes.
At Sisters Lingerie not, but can't give Sister her Lingerie.
And at Rose and Donnas Event in the Living Room the same error screen appears. Error.jpg
 
  • Like
Reactions: Xendal

Xendal

Newbie
Nov 27, 2018
94
38
Has copy and paste the 8.0 Update to my 7.9 Game and played from my last Savegame.
But when I will buy Moms Lingerie this Error Message comes.
At Sisters Lingerie not, but can't give Sister her Lingerie.
And at Rose and Donnas Event in the Living Room the same error screen appears. View attachment 1545463
I got the same error, and the level up of Donna and Rose does not trigger.
 
Feb 21, 2020
112
108
this game is so slow .. and worst of all is that there are no scenes with the family .. if it were not for the mod it would be Zzz
now that there is no mod, reaching the end of this game would be a feat ... your friend will be cold every 30 minutes XD
 
Last edited:
  • Haha
Reactions: megadick

yukare

Newbie
Jul 16, 2017
46
151
Getting this error when I try to use the helper button:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Neighbor/NHome.rpy", line 5, in script
    $ renpy.pause(hard=True)
  File "game/Neighbor/NHome.rpy", line 5, in <module>
    $ renpy.pause(hard=True)
  File "game/Screens/Helper.rpy", line 2, in execute
    screen gameHelper():
  File "game/Screens/Helper.rpy", line 2, in execute
    screen gameHelper():
  File "game/Screens/Helper.rpy", line 23, in execute
    for i in ["M", "S", "G", "C", "J", "T", "SI", "LA", "DO", "RO", "KE", "LU", "HA", "EV"]:
  File "game/Screens/Helper.rpy", line 24, in execute
    fixed:
  File "game/Screens/Helper.rpy", line 26, in execute
    vbox:
  File "game/Screens/Helper.rpy", line 30, in execute
    text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000"
  File "game/Screens/Helper.rpy", line 30, in <module>
    text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000"
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "game/Neighbor/NHome.rpy", line 5, in script
    $ renpy.pause(hard=True)
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Neighbor/NHome.rpy", line 5, in <module>
    $ renpy.pause(hard=True)
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/Screens/Helper.rpy", line 2, in execute
    screen gameHelper():
  File "game/Screens/Helper.rpy", line 2, in execute
    screen gameHelper():
  File "game/Screens/Helper.rpy", line 23, in execute
    for i in ["M", "S", "G", "C", "J", "T", "SI", "LA", "DO", "RO", "KE", "LU", "HA", "EV"]:
  File "game/Screens/Helper.rpy", line 24, in execute
    fixed:
  File "game/Screens/Helper.rpy", line 26, in execute
    vbox:
  File "game/Screens/Helper.rpy", line 30, in execute
    text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000"
  File "game/Screens/Helper.rpy", line 30, in <module>
    text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000"
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Sweet Affection 0.7.7
Tue Dec 14 05:21:31 2021
I think this was triggered by filling Donna's affection bar, or maybe meeting Hazel; the first time it happened was after I had done both of those two things.

EDIT: as you can see, it still thinks it's version 0.7.7, even though I've installed the subsequent patches to bring it up to 0.8.0; I'll try a fresh install from the full 0.8.0 zip and see if that fixes it.

EDIT 2: nope, didn't fix it.
I have this error too in 0.8.0
 

BloodyFace

Well-Known Member
Jul 5, 2019
1,564
2,475
Has copy and paste the 8.0 Update to my 7.9 Game and played from my last Savegame.
But when I will buy Moms Lingerie this Error Message comes.
At Sisters Lingerie not, but can't give Sister her Lingerie.
And at Rose and Donnas Event in the Living Room the same error screen appears. View attachment 1545463
I got the same error, and the level up of Donna and Rose does not trigger.
I have this error too in 0.8.0
A very kind user of the forum coded a fix for that.
You can download it here.

We're going to fix that bug officially in update 0.8.1.
this game is so slow .. and worst of all is that there are no scenes with the family .. if it were not for the mod it would be Zzz
now that there is no mod, reaching the end of this game would be a feat ... your friend will be cold every 30 minutes XD
I think you're in the wrong thread.

There is no mod for Sweet Affection and there are countless interactions between them.
Maybe check again. :)
 
3.00 star(s) 115 Votes