- Jan 3, 2020
- 339
- 86
Anyone know how I can see all the photos I received, and still receive, being that play on mobile?
That makes sense, thanks for the clarification.You won't be losing the cheats. Wilson's mod will be split.
The "information and hints" part will be added directly to the game, so it won't be needed any more as a mod.
All stat cheats, inventory, etc., so all you know from Wilson's mod will not be a direct part of the game, but will continue in its current form as a mod.
It's probably that. I had forgotten the sext system was reworked.I think it's possible that the new way to determine which sexts a girl sends may have screwed up Joy's sexts.
The new sexting system is really working great, though, so hopefully, it just needs a tweek.
what type of crashes do you get? do you get an error message or does the game just close it by itselfI can no longer even start this game,every menu option leads to a crash,i'm on win 10 pro,4gb ram,Intel R Core i5-2520M CPU @2,50 GHz,anyone knows what might be the problem?
I can no longer even start this game,every menu option leads to a crash,i'm on win 10 pro,4gb ram,Intel R Core i5-2520M CPU @2,50 GHz,anyone knows what might be the problem?
Try the resolution fix :You must be registered to see the links
It was a resolution related problem,MonsieurX helped me,thanks though for bothering.what type of crashes do you get? do you get an error message or does the game just close it by itself
I am not positive of what to search sorry if someone has answered this already, but can someone tell me how to change the background pics in the upgraded bedroom.
Providing of course that you 'unlock' them first with your Favor Points.Girls achievement pictures, there are the options to set wallpapers and save pictures settings => accessible via the the remote icon app on your phone.
Yes it is normal for her to stop coming to your room for nightmares as the game progresses.Can anyone tell me if it's normal for Yvette to stop coming to my room because of nightmares?
Are you certain of this ? I think I got Yvette nightmare visit recently. I will try to trigger it again.Yes it is normal for her to stop coming to your room for nightmares as the game progresses.
No, I am not 100% certain. However, once I achieved both endings it stopped occurring. At least not regularly, not even once a month.Are you certain of this ? I think I got Yvette nightmare visit recently. I will try to trigger it again.
I tried to trigger Yvette night visite again, tried for 2 weeks, no luck.No, I am not 100% certain. However, once I achieved both endings it stopped occurring. At least not regularly, not even once a month.
The cooldown period is 5 days. The code hasn't been changed in 0.1.9, but the more often she visited, the less likely it becomes.I tried to trigger Yvette night visite again, tried for 2 weeks, no luck.
I am sure that I got the scene again after completing both achievements but it was before 0.1.9.0.
# --- check event: bad dream ---
$ l_event_seen_times = int(yvette.get_event_seen_times("Bad_dream")) * 2
if l_event_seen_times == 0:
$ l_event_seen_times = 2
if yvette in list_of_characters and yvette.rsm[0].affection >= 80 and yvette.rsm[0].love >= 40 and renpy.random.randint(1,l_event_seen_times) == 1 and actions_left >= 12:
if yvette.get_action_allowed("event_bad_dream") == True:
if l_event_seen_times == 0:
$ l_event_seen_times = 2
elif l_event_seen_times > 6:
$ l_event_seen_times = 6