- Nov 28, 2023
- 293
- 293
Is MC femeinization path and controlling Julia path one or the other with no ability to do both?
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
Off course it works.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.
It said in order to get it to show up on a save/load game then i have to change two files in that folder. This is what i getOff course it works.
I do not understand why it seems so difficult to you.
You open the folder named "game", edit the file named "script.rpy" and create another file named "patchdate.rpy" (following the instructions).
How can you mess up a folder when you edit only one file in that folder? ???