- Sep 6, 2020
- 4
- 0
yep, I've done thatdon't forget to post the pics and videos on onlyfaps
yep, I've done thatdon't forget to post the pics and videos on onlyfaps
Ignore the payments. I never made a single payment the last time I played this game and the wife Salim thing worked with no problems at all.hiya
I need some help from you lovely people...
I've got a message from the wife where she talks about Mr Salim offers her a job stripping. This just constantly keeps coming back after it's read.
What am I missing?
Also, how do I progress the story with Kirely? I'm on step 17 and I can't work out how to proceed
View attachment 3443545
How do I advance the onlyfaps branch?
The path of feminization of the husband is not blocked by anything. Romantic relationship with niece + feminization of husband is possible.Is MC femeinization path and controlling Julia path one or the other with no ability to do both?
how do I even add the wife to onlyfaps? I haven't had any opportunity to do that :shrug:Check out the display of your wife's photos on OnlyFaps.
Messages in the evening (sometimes there is no notification of a new message).
This means you haven’t reached this context yet (my apologies for the spoiler).how do I even add the wife to onlyfaps? I haven't had any opportunity to do that :shrug:
For that if i remember correctly you need to progress Kirley path and Sola path..... after enough progress you get to add your wife and sis-in-law to OnlyFapshow do I even add the wife to onlyfaps? I haven't had any opportunity to do that :shrug:
So if you go to seduce Paul in the female form, you can still have the niece go down the BBC rabbit hole?The path of feminization of the husband is not blocked by anything. Romantic relationship with niece + feminization of husband is possible.
You can even start the bbs niece path after the first transformation of the husband, but at the same time Mr. Salim will demand repayment of the debt in the female form of the husband (do not pay the debt and wait until the wife moves along the path of working off the debt).
Try thisit seems some bugs on paula's route
Other routes are fine, but everytime paula popped up, it came with crash reports
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/new_main_niece_phone_0_2.rpy", line 5439, in script
nvlfpaul "Fuck you!"
Exception: Sayer 'nvlfpaul' is not defined.
Does this still work? If it does can someone send the exact folder contents that i need to get the date to show up. I got a messed up folder/game when i tried to do it the last time.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".
Put it inside the game directory.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')]
Open the "script.rpy" with a text editor and search for the linelabel main_menu_phone:
. And in the following line add
save the file and start you game.Code:show screen Day_of_Week
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:
andlabel fuckstagram_stage_chooser:
and in their following line addnormal patch View attachment 2939454 and View attachment 3211742 with the ability to skip the current dayCode:hide screen Day_of_Week
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 linelabel after_load:
insert/writeThen start the game and load your saved file. The day will appear in the phone screenCode:show screen Day_of_Week