bp

Newbie
Jul 2, 2017
44
33
238
I'm stuck on android , how do you switch between the different phone modes ie quest , messages ect?
 

Mommysbuttslut

Forum Fanatic
Feb 19, 2021
4,429
11,147
636
New version is for Windows 10+, is there no other way around it?
Ya, upgrade to windows 10. Ideally 11 but if you've still got 7 going then your hardware's probably too ancient to go there. No company in their right mind is going to continue supporting windows 7. Almost no one's still using it and it's a huge security liability.
Anyways it's a system requirement baked into the newer renpy versions if I'm remembering correctly. So aside from decompiling the game and then recompiling it in a legacy version, which I'd imagine would require some coding changes, you're probably not gonna get it running.
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,382
6,499
707
New version is for Windows 10+, is there no other way around it?
That's because the new releases of Renpy engine require python 3.11. And Python 3.x no longer supports Win32 executables.

Windows 7 was released in 2009, and reached end of life in 2025. It had a good run, but it's time to let it go.

Good news if you don't like the surveillance maximum direction windows 11 etc are heading: Renpy games work very well on Linux!
 
  • Like
Reactions: Ipak

JstF{kUpp

Newbie
Oct 3, 2024
22
19
38
As someone thats played this game from the first couple updates in the beginning it was and still is a great game of its own uniqueness, thanks to the dev that takes their time with the new back drop and new scenes etc but i personally haven't played in so long. I'm looking forward to play once this game is 100%

Just my 2¢
 
  • Like
Reactions: Frog8 and Monki0

Witchpact

New Member
May 5, 2017
8
20
102
I'm kinda back. Anyone else trying to create mods yet? I rewrote the base files like a year ago but I'll try repurposing some of that into an actual mod for you people.

So far it's decent. What is a bit frustrating is being unable to rewrite multiple lines without creating a modded injection and label for each one. Redneck engineering it would be:
  • Copy the ENTIRE text area, starting from the first change you want to make all the way to the last line of code to that scene.
  • Clean up some grammatical or spelling errors, make changes, whatever you need.
  • End the mod with __mod_return to stop it from repeating everything again.
  • Edit: After testing this again I'm not sure if the mod_return is working. I added TEST lines into mom_bed_events.rpy under the line 14 that gets modded in the example mod. I see the modded speech from the example mod, then I see my following TEST lines. If I add a "return" before the TEST lines, then the code properly breaks and the TEST lines are not shown. I tried:
    • return "__mod_return"
    • return "_mod_return"
    • return "mod_return"
  • Edit 2: I found something. The ModdedMenuOption.rpy file contains the logic for the __mod_return functionality. However, as far as I can tell it's only applied to 2 functions: ModdedInjectionInteractCallback and ModdedMenuOption. So when using the ModdedInjection, it's not used. I'll wait a bit to see if it's something that MetaMira can address.

Besides that, here's what I've completed so far:
Unlock all function - provides $500k, full control points and arousal, all corruption points, and (hopefully) all logic checks for content. Those content-unlocking tags are everywhere, so it's possible I missed some. Focused on the familial members since there isn't much to do at the school yet.

Threesome mod *beta - So far the modded injections have been working, as long as it's just text and functions, but not completed yet. It will be interesting to see how variables pass between files and how I can move the animation windows around. There isn't much screen real-estate after the introduction of the speech bubbles.

I can't really draw or understand the actual animation drivers yet, so for now it's just reusing what we already have. Hopefully I'll have something to share soon.
 
Last edited:

smokey5144

Newbie
Feb 25, 2022
15
2
127
I'm having some trouble with the guide (heart icon on the phone); if I try to open it it crashes the game. Anyone had the same issue and know how to fix it? I've tried reinstalling but still get the same issue.

I've attached the traceback file.
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,382
6,499
707
I'm having some trouble with the guide (heart icon on the phone); if I try to open it it crashes the game. Anyone had the same issue and know how to fix it? I've tried reinstalling but still get the same issue.

I've attached the traceback file.
The "heart icon" comes from a walkthrough package (this one I think https://f95zone.to/threads/a-very-full-house-v0-36-6-metamira.129381/post-11084472) that was created by a fan, not the game dev.

It is very out of date, more than 1 year, and not compatible with the current build.

Remove the package and you should fix your problem - delete the game folder and reinstall just the latest official game version is the easiest way.

Also, the more recent game release versions have a built-in "hint" system that is available on the phone if you active the Patron mode. The hints are not as step-by-step as the walkthrough was, but it is better than nothing.
 
  • Like
Reactions: smokey5144

smokey5144

Newbie
Feb 25, 2022
15
2
127
Thanks! I was thinking that was the patreon guide. I haven't installed any mods on this one, so it must be something from an old save. I don't think I need to uninstall anything so long as I avoid clicking on the heart. I just didn't realize the patreon guide was something else and that I needed to activate it, so I was having trouble progressing.
 
  • Like
Reactions: osanaiko

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,382
6,499
707
Can someone enlighten me on how to have full sex?
I´m so lost at this point.
Search for my posts, I explain how to get the three current scenes in a post a few-(several?) pages back.

how to get Brandon to corruption 5?
You need to get as many corruption points as the number of that level, and the count resets to zero each level acheived:
so level 1 needs 1 point, level 2 need another 2 points (total 3 so far) etc.

To get to corruption level 5, the character needs 15 total points.

If you have trouble finding the corruption points: Get the patron code (by becoming a Patron!! Or searching the source code to find the password, or hacking the code to bypass the password check, or by lurking this thread after each new each ) and unlock the Corruption Points app on the phone. That will show you the points available and hints on how to get them. If you are truly a noob and cannot work it out, search my posts in this thread and a lot of them are explained.
 

Oteca

New Member
May 20, 2017
6
5
179
Hey, I'm not sure if this has come up or not, tried searching for it, but can't seem to find an occurrance.
For Brandon (Jock), I found a 'Hint' that is not translated and there is no hint in it either. Is this by chance a mistake in code?
This also is why the points are 26 out of 27 now.
See the bottom of the screen below.

1757710023840.png

I hope someone can clarify.
Thx
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,382
6,499
707
Hey, I'm not sure if this has come up or not, tried searching for it, but can't seem to find an occurrance.
For Brandon (Jock), I found a 'Hint' that is not translated and there is no hint in it either. Is this by chance a mistake in code?
This also is why the points are 26 out of 27 now.
See the bottom of the screen below.

I hope someone can clarify.
Thx
Hmm, interesting one.

This is caused by a missing comma in the 'corruption_point_app.rpy' file on line 137 (game version 0.36.6), and that leads to the tags for "late_workout_assist" and "footjob" being combined into a single string entry in the array "jock_corruption_points".

It's kinda weird however because both of those hint entries are present separately in the Jock's "CorruptionHintCollection" object, and those two separate entries are shown in the list of hints in your screenshot (as "Mom's Workout Assistance" and "Giving Mom a Foot Rub").

I guess that the code is using the count of "jock_corruption_points" as the total number of available points, but building the list of hints primarily from the CorruptionHintCollection object's children, yet is still including the extra hint entry on the end.

Anyway, I'd expect it should be any easy fix. (paging MetaMira).

It won't change the gameplay in at all, but if you find it too annoying to withstand, you can fix it yourself by adding the a comma right on the end of line 137
Code:
136    "first_cumshot", "first_facial", "first_creampie",
137    "girl_begging_orgasm", "late_workout_distraction", "late_workout_assist", # <-- add this comma
138    "footrub", "legrub", "buttrub", "massage_orgasm", "jock_mom_yoga_tease", "sister_revealing_underwear"]
 
  • Like
Reactions: GODLYVAIN and Oteca
4.10 star(s) 66 Votes