J..D

Naughty Attic Gaming
Donor
Game Developer
Apr 19, 2019
739
5,019
When i try to download the apk i always get an error (i have over 15GB of space left) someone who can help me pls
Post from our Patreon progress Report.

Unfortunately, we haven't been able to solve the Android problems completely though.
We will produce a build that should work for most Android devices, but some of them will have issues installing them.
If you come across those issues, there is unfortunately nothing that we can do about that right now.
And we will advise playing Sweet Affection through an Emulator on Android (Joiplay, for example)

We are going to do everything in our power to solve those problems as soon as we can, but until then, we have to ask for your patience on that matter.


You can ask someone from F95 to make a F95 android build that "might" work, but that is F95 business, not ours ;)

So yeah, I deleted the old install, downloaded 0.8.0, installed fresh, started a new game, speedran to Hazel (didn't break the helper menu) then to a full meter on Donna (broke the helper menu - so now we've narrowed down the trigger). Looks like either the problem is in 0.8.0, or it was caused by my error in installing the previous versions and is somehow still hanging around. I'm gonna try and rule out the latter possibility by completely erasing my saves, including from the AppData folder, deleting the game, and starting from a clean install yet again. I'll let you know how that goes.

EDIT: okay, after having burned my saves to the ground I can now confirm the error is still present in a 100% clean install of 0.8.0.


I tested this, and yeah, editing Helper.rpy to remove Hazel and Donna DID allow the screen to pop up again with their entries blank... which obviously isn't a viable solution.
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 :)

some problem to invite them (m e s) to watch a night movie (lv 7 to 8)
Please read this post.
https://f95zone.to/threads/sweet-af...ghty-attic-gaming.15780/page-200#post-7127764
 
  • Like
Reactions: abczzz

por12

Active Member
Nov 22, 2020
541
798
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,401
2,024
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,401
2,024
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,317
3,187
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,401
2,024
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:
  • Love
Reactions: Nubian king

ThtsMyScrtCapImAlwysHorny

Well-Known Member
Aug 5, 2021
1,317
3,187
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,401
2,024
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,317
3,187
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
40
39
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
60
19
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
37
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
106
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
3.20 star(s) 108 Votes