3.40 star(s) 151 Votes

Gorond

Member
Aug 27, 2020
144
74
hey guys i have a question about the greg route. Why doesn't she sending the photos and videos to husband? Was there a decision somewhere where i went wrong?
 

Zer0zero

Member
Oct 26, 2017
272
293
Add the day on the phone.

create a txt file. Add the following code and to rename it to "patchdate.rpy" or "whatever_you_want.rpy".
Code:
init python:


    def which_day(day=0):

        global days
        day_num = (current_day % 7)
        day_name = ('Sat', 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri')
        day = day_name[day_num]
        return day
        print which_day()


screen Day_of_Week:
    zorder 101
    text which_day()  size 36 color "#ffffff80" xpos 63 ypos 25
#### If you want to add a button to skip the current day when clicked, replace the "#" symbol from the following 3 lines with an empty space symbol ####
#   textbutton("NextDay") xalign 0.5 ypos 5:
#           if can_skip_time == 1:
#                action [SetVariable('current_time', 0), Jump('Next_Day')]
Put it inside the game directory.
Open the "script.rpy" with a text editor and search for the line label main_menu_phone:. And in the following line add
Code:
    show screen Day_of_Week
save the file and start you game.

ps. If you do want the day to appear only in the main phone open again the "script.rpy" and search for the line
label messager_stage_chooser: and label fuckstagram_stage_chooser: and in their following line add
Code:
    hide screen Day_of_Week
normal patch View attachment 2939454 and View attachment 3211742 with the ability to skip the current day

edit: added a zip with the files already patched for c0.3.0. Extract and add them inside the "game" folder.
edit2: it is compatible with old saves (since the current_day is already defined as a flag inside the game).
To continue/import an old save and have the day appear on the phone you must open the file "script_0_2.rpy" with a text editor and after the line label after_load: insert/write
Code:
     show screen Day_of_Week
Then start the game and load your saved file. The day will appear in the phone screen
Does this still work?
 

waterorc

New Member
Dec 22, 2021
1
0
anyone know the name of the girl (or video) in the video where she has light blue nightgown riding a ginger guy? It's the one hypno scene about maternal love
 

thokai

Member
Feb 1, 2021
337
414
Some news about v. 0.5.0
Hello everyone,
I decided to write a post about the upcoming update. It won't be a long one; we'll only share the most important information.
  • The release date is scheduled for 07.30 for the highest tier.
  • The main content will focus on the branches that won the poll. I chose several winning branches:
    • The feminisation branch in the niece's storyline;
    • The main character's daughter's branch;
    • The cuckold (netorare/netorase) branches in which the husband and wife were not added to the app;
    • Jenna and the wife's lovers' branch;
    • The branch with the secret character (not included in the poll but will be added).
Anyway, I will provide the exact information and the number of steps in each branch later, closer to the release date.
At the moment, a little more than half of the work has been completed (14k lines of dialogue, to be exact). About 30 videos and about 150 images have been added.
So, that's it. We hope you will like the new update. We're doing our best to make it enjoyable for you.

Source: from yesterday, 'cause it hasn't been posted yet.
 
Last edited:

thokai

Member
Feb 1, 2021
337
414
What is the best way to make money? Should I invest directly in the electronic store at the beginning?
You'll get 10k by default each day (you don't even have to click on the map to go to work) and you'll get flooded with even more throughout either the FemMC+Salim branch (both "AddWife NTR on" and "noAddWife NTR on Cuck" routes) and the Sissy route's main branch.
Buying the electronic store right away gives you a bit of additional passive income and buying a company is needed for some branches to progress, so nothing wrong with it.

But at the end of the day, money has absolutly no meaning in the game, you don't need it for anything and not paying the MC's debt doesn't end the game.
If you're interested in the wife having to work for Salim at his strip club you better not pay the debt to begin with, but if you don't care about that content you can also click the "End Content" button for the "Salim and the Debt" and Wife+Salim branches if you don't want to get bothered with their messages.
 
  • Like
Reactions: Fungamer80

thokai

Member
Feb 1, 2021
337
414
V0.5: "Added The main character's daughter's branch"

Didn't we already had enough branches
The branch isn't new, it was added with the current update, it will just continue.
And, yes, the dev will add new branches and characters for as long as Patreons are requesting and paying for it. A lot of the current characters are already at the "regular gangbangs"-stage and there is little left to do exept cycling them through the same events over and over.
The only option to relive the escalation stages is by implementing new characters.
The overarching story of the game was abbandond long ago.
 
  • Like
Reactions: Urfin jus

CheLoco3142

New Member
Nov 15, 2022
2
4
Is it likely that the game is completely broken? Since my save, many lines have disappeared, I am up to date with the objectives met and nothing happens. I start a new game and too many lines disappear, are not activated or it is impossible to complete them
 
3.40 star(s) 151 Votes