WarblGarbl

Member
Oct 10, 2017
303
275
Yea I got a prompt to wait for Mecedes to respond and fast forwarded several weeks with nothing, so might have hit a bug.
I recall having the same issue iirc, I believe there's another requirement before she gets back to you. Might be you have to learn lockpicking? The phone messages to her might give insight. Sorry, I can't recall exactly what I did to fix it but it should be possible.
 

Poison_Adrian

Real porn dev
Game Developer
Jun 19, 2017
443
1,038
I recall having the same issue iirc, I believe there's another requirement before she gets back to you. Might be you have to learn lockpicking? The phone messages to her might give insight. Sorry, I can't recall exactly what I did to fix it but it should be possible.
As I said before, there's no condition for Mercedes to text you back once you text her you have the bank receipt.
Let me get a bit technician here. The code that sets the condition for Mercedes' message is this:
Code:
if (ch59.tim > 55 or ch60.tim > 55) and not "xx61" in mr.chat and h > 13 and h < 23:
This basically means that:
  • if more than 55 minutes have passed since you texted Mercedes with one of the messages you as a player can sent to her,
  • if Mercedes has not texted you back with her next message and
  • if it is between 2 and 10 pm
you will get a new Mercedes message. There's no possible bug here: as long as you fulfill the three requirements above, you must get her message.

About spamming the button to fast forward 4 or 7 hours: there is the possibility that if you do that, you will skip certain events related with the smartphone that take place in a time span less than 4 or 7 hours. This Mercedes thing is not the case but still, I'll re-write the code a bit so that this can't occurr.
 

Woodstock_1983

Well-Known Member
Sep 16, 2020
1,927
839
Is there a time limit to complete things? Also, if we disabled the mini games, does that count towards the secondary missions?
 

Poison_Adrian

Real porn dev
Game Developer
Jun 19, 2017
443
1,038
Is there a time limit to complete things? Also, if we disabled the mini games, does that count towards the secondary missions?
There's no time limit for anything at the moment. About the mini games, the idea is that disabling them does not affect the story at all, leaving aside that bug with the green pass. Having disabled the metro mini games (the one moving a train from left to right through the tracks and the one pressing arrows to escape the police) makes 30 minutes pass automatically each time one of those should be triggered.