Only Sex scene I know of with Jennifer is as you say, when new room came in.ok I seem lost on Jennifer, I thought only sex scene was when the new room came in. I hear there is another one. What do I need to do do to trigger this? Thank you
Have a look in your phone at the trophies section for Aly to find which ones to achieve with her.I'm still stuck with Aly with the photo teenager quest... I've the first gold price but I can't realize the second one... pffff...
hmm ok then Ill quit looking haha.Only Sex scene I know of with Jennifer is as you say, when new room came in.
She visits you in your room and continues the transformation story line.
Hope this helps.
Once or twice I have saved at the beginning of a scene only to go back and the scene is different. I *think* it has to do with the randomness of some events where I saved *before* the randomness was calculated.There is no real error, the save was for a scene and now when I load it that scene is no longer the same options. It changes to something else that doesn't have the same scene
Maybe, maybe not. My understanding how Renpy saving/load works is this: on load it can't go back to the same byte location in the .rpyc as that may be a different point in the current .rpyc. It can only go back to the last label it passed before the save was made and then execute forward from there until it encounters a stop point, like displayed text or a button to hit. Everything between the label and the stop point is executed, including maybe a random statement. This behaviour also explains why a save can become unusable. If that last label is not in the current .rpyc Renpy has no idea where to go and it fails.Once or twice I have saved at the beginning of a scene only to go back and the scene is different. I *think* it has to do with the randomness of some events where I saved *before* the randomness was calculated.
Hope fully you have been saving early and often. Load a save from an earlier point.OK, so I gather from darkhound1's Patreon page that if you get the arm wrestling with Amy before the massage, you're hosed. I'm in that boat, though at this point I've only wrestled her once. Is there anything I can do?
No, I'm talking about the Faye sexting achievement that is in the last update. I don't even know how to extract images.It's not a bug, the image cannot be seen right now. Maybe you stop extracting the images and try to "guess" what is and what is not
Try to keep your focus on one or two girls at a time.Loved the game the first time i played it, maybe 2 years ago? I appreciate all the effort the guy puts in this game but, i have to say i dont enjoy it as much anymore. The last 3-4 updates my save file gets a shit ton of errors and, to me, there's too many possibilities. Never sure what to do with the whole pills and doctor assignment thing. The girls are awesome tho, 10/10. But the sandbox thing feels a bit messy.
Based on my understanding, you described it really well.Maybe, maybe not. My understanding how Renpy saving/load works is this: on load it can't go back to the same byte location in the .rpyc as that may be a different point in the current .rpyc. It can only go back to the last label it passed before the save was made and then execute forward from there until it encounters a stop point, like displayed text or a button to hit. Everything between the label and the stop point is executed, including maybe a random statement. This behaviour also explains why a save can become unusable. If that last label is not in the current .rpyc Renpy has no idea where to go and it fails.
Yep, that is a good one you mention.When in a stacked situation on return the same problem arises as on the initial load of a save. If the return point isn't there anymore it is oops time. Even just recompiling the rpy where the return point is located can bork things. For a return a binary return point is required, you just can't go back to the previous label in that case.Based on my understanding, you described it really well.
I have changed files and created new ones, rearanging the code for 0.2.0. This probably made it a lot worse compared to previous updates.
A save bet is to create a save when not inside a scene/event/appointment. So when you are in your room or any other location and nothing special is going on and you have the menu on the right visible.
Saving from there poses the least problems for Renpy. If you want to be sure, don't save when in the new player room, because it is kind of a scene in itself. Use another lcoation.
In addition to the logic described above (finding the "where do I have to continue" for renpy), there is also the problem of where to return to.
My game is modular, and every scene/even/etc. is inside a "function" that is called. You leave the function with a "return" statement. Most scenes can be called from various places. Since the "stack management" in Renpy can't be byte/address oriented, it's adding call from <origin> to every call statement so that it knows where to return to. These <origins> are auto generated when you compile teh game for release. So if something is different, or the <origin> doesn't exist any more, when coming upon a "return" statement, Renpy doesn't know where to return to.
That's why some saves cannot be loaded and you get an error about missing or unknown "return" or don#t know where to return to or similar.
Darkhound will fix the bug in the next update...OK, so I gather from darkhound1's Patreon page that if you get the arm wrestling with Amy before the massage, you're hosed. I'm in that boat, though at this point I've only wrestled her once. Is there anything I can do?
The blue dress.I wanted to thanks all advices I've received.
But now... I'm now again stucked lol !
I can't find the right moment to achieve "following amy in the ladies room in the night bar"... I obtained the blowjob but now I tried many times but nuts !
Thanks !