OMG! Yes!
I haven't played this game a few updates. Time to go back to my lovely Alice..
Now looking forward to the scenes with MC mother. She is the second best woman in this game for me, and her body..
Thanks for reply!
Waiting for mod to be updated and I start playing.
So out of 3 choices in the Brenda scene, I see none that allows MC to stay on top. Is this a save/route issue or it didn't occur to the dev that some players might want to keep MC's asshole virgin?
So out of 3 choices in the Brenda scene, I see none that allows MC to stay on top. Is this a save/route issue or it didn't occur to the dev that some players might want to keep MC's asshole virgin?
So out of 3 choices in the Brenda scene, I see none that allows MC to stay on top. Is this a save/route issue or it didn't occur to the dev that some players might want to keep MC's asshole virgin?
So unless I/we are missing something in the update that is supposed to be after these scenes, then so far the only way to get them is to do a fresh start of the game.
So unless I/we are missing something in the update that is supposed to be after these scenes, then so far the only way to get them is to do a fresh start of the game.
It was points based but the requirements have been changed as of 0.4.1 as some people had been struggling to meet the requirements
Further details in the changelog in the op
Now it just requires that you have more points for alice affection, aiko ps and mel femdom
Other routes will be in the next update
which code?
I mean, I didn´t want to watch some futa/trans scene with Brenda and suddenly, the game triggered that anal scene!
I think I need to start a new game from the begginning avoiding some errors like that...
which code?
I mean, I didn´t want to watch some futa/trans scene with Brenda and suddenly, the game triggered that anal scene!
I think I need to start a new game from the begginning avoiding some errors like that...
I apologize for my imprecision. My intention is only to help, never to make someone feel bad or to mislead.
The new build catches the non-updated paths and redirects them to the "next update" message. It still has the problem with bypassing the password for trifecta content though. The culprit is:
Once that line is removed or commented out, there will still be a problem with Brenda path saves from 0.3.3 because the variable StayedwithBrenda was not declared/set in 0.3.3. The player will have to load a save before the choice to visit Brenda or replay from the beginning. Replaying might be a good idea anyway if point value requirements for the other paths were adjusted.
Dev could also add a question to the very beginning of the file before the if-elif-else chain to the effect of: "Did you stay with Brenda? Yes or No?" declaring and setting the variable StayedwithBrenda to the appropriate value.
I have attached an edited chaptertwo.rpy file here if anybody cares to look at it or use it. (I added a question to set the StayedwithBrenda variable for those loading a 0.3.3 save and commented out the jump Trifectabrenda statement that was bypassing the password code.)