3.50 star(s) 149 Votes

abloodk

Member
Jan 10, 2020
226
140
Todays is April fool's you don't trust nobody on this day.
the april fools prank is that it is the 0.4.7 version, but without the bugfix - there are some annoying bugs on the new content since apparently some paths require you add some people to the app that are not the wife or the husband
 

1Teddy1

Well-Known Member
May 17, 2018
1,328
2,235
the april fools prank is that it is the 0.4.7 version, but without the bugfix - there are some annoying bugs on the new content since apparently some paths require you add some people to the app that are not the wife or the husband
I see what you mean because it locks up at get a job because there is no way to pass the time when you have nobody in the app.
 

Ice Pixie

New Member
Jul 22, 2018
5
11
Enable Renpy console (Google it if you don't know how).
But this solution is still a stopgap as the next time you have to talk to the same character you get stuck again and IDK what that passage name is.
 

Comisar

Member
Nov 11, 2017
172
114
Now that I was forced to start all over again I can't replicate the MC feminizations path that seems to be more complicated..
In fact with max feminizations MC just gives up on Julia and the game refuses to give the player even a chance to choose..
Am I doing something wrong?
 

Botopa

Member
Aug 18, 2018
287
269
In the new sissy path, the step where you need to buy the black dildo will just say 'progress other branches'. It runs the following checks:
Code:
if stepsis_model_line_stage > 21 and stepsis_job_line_stage > 7 and stepsis_joshua_line_stage > 4 and w_christina_line_stage > 8 and w_sharing_line_stage > 39 and julia_line_stage > 99 and (wife_company_line_stage > 12 or wife_job_line_stage > 32) and w_mark_line_stage > 24 and w_greg_line_stage > 10 and w_jenna_line_stage > 63:
as the wife lines get set to high values anyway, you need to progress your stepsis, christina and julia paths.

To fix the progression bugs (step 80 and 82) in the new sissy path, use unren to extract the rpy files and open 'script_0_2.rpy'. Goto line 8503 and add:
Code:
                                   elif fem_withoutapp_line_stage_ready == 1 and fem_withoutapp_line_stage == 80:
                                        action [Hide('messenger_users'), Jump('fem_withoutapp_messager02_1_80')]
                                   elif fem_withoutapp_line_stage_ready == 1 and fem_withoutapp_line_stage == 82:
                                        action [Hide('messenger_users'), Jump('fem_withoutapp_messager02_1_82')]
I attached the modified file to this post.

There will still be some missing picture bugs, but those can be ignored.
 
Last edited:

ErnestoQSP

Newbie
Feb 19, 2018
49
93
Okay, I finished the branch where you and your wife are not added to the app. I really like the idea that someone else is corrupting your wife and you can't control it, but it's sooooo raw. If in a regular branch sometimes you just had to skip the days, then in this branch this is the basis (it's funny that it turns out that you read the events of your sister than your own and your wife) Well, as if the transition is abrupt, there is no such stagnant corruption. I haven't figured out yet how to start a branch where I didn't add my wife, but myself.
In addition, I thought about a thing that came to mind a long time ago: It would be very cool if there was an opportunity to add mods. I don't know how feasible this is on renpy, but I think there are a lot of people here who are not motivated enough to make their own game, but they could make a small mod with content) This would brighten up the waiting time for updates. Especially if it was easy to create. Maybe a bit like the chyoa approach. It's just that since we have a sandbox, it would be a cool feature.
 

ErnestoQSP

Newbie
Feb 19, 2018
49
93
Uh how do you buy the black dildo? unless that is the end of the content for this update?
Jena will just write to you and after a few days it will be already purchased. I will also disappoint you a little because in this branch you do not need to do anything, everything is solved through conversations and no other interactions
 

JFox1991

Newbie
Jan 18, 2020
79
33
Jena will just write to you and after a few days it will be already purchased. I will also disappoint you a little because in this branch you do not need to do anything, everything is solved through conversations and no other interactions
Gotcha buuut its already been day and nothing is happening the help task just says progress through other story lines or what ever.
 
3.50 star(s) 149 Votes