darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,842
8,642
In my case all of the above are false. Which begs the question how do you know for sure you completed all of Sara's events? Is that when you have 'all seen / total 36/36' in the phone for her? You are on holiday so probabldy don't want to go into that now, but I can provide a save to check when needed.
Was the same in my save game. Don't know why or with what version this could happen. I will fix it with the save game update to 0.4.0.
If Sara has 36/36, all of Mia's values should be True. If you set them with the console, you will still miss the achievements for Mia.
I can post the codes to get those tomorrow.
I loaded a save game before the checkup and did the checkup. After that all variables were okay. So this must have been a problem of an earlier version or some specific circumstances that were not present in my save game.
In any case, I will provide an automatic fix for all of Mia's stuff with 0.4.0
 

UnfinishedSentenc

Active Member
Jan 5, 2023
668
981
Well, this game is far too much of a hassle. It's like having a wife who wants eight hours of foreplay every time you want to get laid. That's grounds for divorce. So ... I better get some stool softener, because this one's gonna be a hard pass.
 

yankeeInKy

Well-Known Member
Mar 1, 2020
1,941
6,434
Faye? Can we get a cat?

Faye: A cat?

Ah huh. Especially this one.



Heather: What the Hell you listening to? Sounds like he stepped on a Lego!!
 

BDMick

Member
Nov 26, 2017
217
874
Well, this game is far too much of a hassle. It's like having a wife who wants eight hours of foreplay every time you want to get laid. That's grounds for divorce. So ... I better get some stool softener, because this one's gonna be a hard pass.
Well, it is obvious you should be doing things differently. I have sex six times in one day on average and the girls are always happy to spread their legs for me.

Here is a basic training course for you that will lead to sex with certain girls within two game days. That should tell you how to proceed in general:
The fast track

And here are more advanced training courses:
How to have sex 9 times in one day
How to have sex 10 times in one day
How to have sex 11 times in one day
How to have sex 15 times in one day (the ultimate achievement)
How to have 5 sex scenes with Amy in one day
How to have 7 sex scenes with Amy in one day

Have fun! If not, it's not the girls' fault :)
 

zapallbugs

Engaged Member
Jul 10, 2018
2,304
2,645
Was the same in my save game. Don't know why or with what version this could happen. I will fix it with the save game update to 0.4.0.
If Sara has 36/36, all of Mia's values should be True. If you set them with the console, you will still miss the achievements for Mia.
I can post the codes to get those tomorrow.
I loaded a save game before the checkup and did the checkup. After that all variables were okay. So this must have been a problem of an earlier version or some specific circumstances that were not present in my save game.
In any case, I will provide an automatic fix for all of Mia's stuff with 0.4.0
I flipped the mentioned variables and you were right Mia's achievements are 0/2. Which is odd as my own registration shows that at some point I was at 2/2. That also means that Mia must have been visible in the phone, how could I otherwise know it was 2/2, right? So apparently something went wrong after that but I have no idea when.

Edit: I would suspect that a release level-up init after the checkup reset everything related to Mia when it shouldn't have.
Edit2: I went into my collection of saves and loaded a 3.6.0 into 3.8.1 code and Mia is there at 2/2. But loading a 3.7.0 save she is gone, so the problem happened going from 3.6.0 to 3.7.0. I don't have the level-up code from that time anymore, but you probably have.
Edit3: I narrowed it down further. I found a 3.6.1 save and Mia is gone there too. So it likely happened during update from 3.6.0 to 3.6.1. At least the level-up is the only logical place where I expect a reset of a girl to be. It makes no sense anywhere else in the game I think.
Edit4: restoring Mia will take some work. She's completely wiped. After flipping the variables in 3.8.1 checking on her finds everything gone in the phone. No access to subdermal (there was in 3.6.0) and when asking the doctor no possibility to get Mia's subdermal either.
 
Last edited:

Resef

New Member
Mar 4, 2020
4
1
*bump*
So I have been having an issue with the Android version, it doesn't seem to open correctly all the time. It goes to the startup loading the game splash screen, but once it loads and is about to go to the disclaimer screen it mostly just goes to a black screen and never loads from there. Sometimes it does get to the disclaimer screen quickly and I can play the game if the disclaimer loads but it feels like a craps shoot if the game loads or not. Anyone else seeing this behavior?
 

sfcpres

Member
Mar 29, 2019
265
660

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,842
8,642
I flipped the mentioned variables and you were right Mia's achievements are 0/2. Which is odd as my own registration shows that at some point I was at 2/2. That also means that Mia must have been visible in the phone, how could I otherwise know it was 2/2, right? So apparently something went wrong after that but I have no idea when.

Edit: I would suspect that a release level-up init after the checkup reset everything related to Mia when it shouldn't have.
Edit2: I went into my collection of saves and loaded a 3.6.0 into 3.8.1 code and Mia is there at 2/2. But loading a 3.7.0 save she is gone, so the problem happened going from 3.6.0 to 3.7.0. I don't have the level-up code from that time anymore, but you probably have.
Edit3: I narrowed it down further. I found a 3.6.1 save and Mia is gone there too. So it likely happened during update from 3.6.0 to 3.6.1. At least the level-up is the only logical place where I expect a reset of a girl to be. It makes no sense anywhere else in the game I think.
Edit4: restoring Mia will take some work. She's completely wiped. After flipping the variables in 3.8.1 checking on her finds everything gone in the phone. No access to subdermal (there was in 3.6.0) and when asking the doctor no possibility to get Mia's subdermal either.
One one hand I have checked the code and couldn't find anything that would reset Mia. On the other hand, I also have save games that have the same problems with Mia.
But for me after setting her values to True, I could go to the doctor and get her quest. Probably because I have just changed her values using teh console.
Check if you have done her "eh sperm quest". Try this in the console:
player.get_quest_state("enhanced_hl_sperm", mia)
If it returns 100
input the following in the console to reactivate her subdermal hacking:
mia.monitoring_sub_dermal_hacked = True

To get her quest back, type (only do this if: sara.get_event_seen("lab_ac1_bloodsample") returns True):
mia.add_event_seen("lab_ac1_bloodsample")
mia.add_event_seen("lab_ac1_MRI")

I have also added those lines of code to the save game patcher for 0.4.0.
 

zapallbugs

Engaged Member
Jul 10, 2018
2,304
2,645
One one hand I have checked the code and couldn't find anything that would reset Mia. On the other hand, I also have save games that have the same problems with Mia.
But for me after setting her values to True, I could go to the doctor and get her quest. Probably because I have just changed her values using teh console.
Check if you have done her "eh sperm quest". Try this in the console:
player.get_quest_state("enhanced_hl_sperm", mia)
If it returns 100
input the following in the console to reactivate her subdermal hacking:
mia.monitoring_sub_dermal_hacked = True

To get her quest back, type (only do this if: sara.get_event_seen("lab_ac1_bloodsample") returns True):
mia.add_event_seen("lab_ac1_bloodsample")
mia.add_event_seen("lab_ac1_MRI")

I have also added those lines of code to the save game patcher for 0.4.0.
Thanks, that all worked. Now I only need to get her hacking level back from 1 to 3. 1693322295687.png 1693322364301.png
 
  • Like
Reactions: luisar018

Sparhawker

Active Member
Mar 23, 2022
898
251
So, I've just updated to the 3.8.1 from the 3.6.1 and was a bit put out to see a whole bunch of things being removed or re-set. As it's been a long while since I saw or did those things it makes it a little difficult to re-do them as was suggested. I'll just have to accept they are not going to affect the rest of the game play (or deal with it later if they do).
A couple of questions have come to mind though.
1) how do I increase the 'favor' stats? And what is it for anyway?
2) how do I find Miriam? I can usually find her sister easily enough, but I don't see them on the list of rooms available to visit and I don't know what she does or where she (Miriam) does it.

thanks
 

Monsieur X

Engaged Member
May 26, 2018
2,530
3,370
A couple of questions have come to mind though.
1) how do I increase the 'favor' stats? And what is it for anyway?
2) how do I find Miriam? I can usually find her sister easily enough, but I don't see them on the list of rooms available to visit and I don't know what she does or where she (Miriam) does it.

thanks
Favor is the ingame currency, give sperm samples to the doc or play poker with Joy (she sends invits).
Miriam : you can't visit her in her room yet, she is the beach life guard, you can find her there.
If not already done, hack Miriam sub dermal implant.
 

MrD812

Well-Known Member
Oct 24, 2021
1,517
2,252
MarsUltor ; good thing that I only wrote about....... :ROFLMAO: :ROFLMAO:
Depends...well, like to think You do NOT wear "Depends"(not a vision i wish to see EVER)... Butt,
What kind of Fecal matter last nites feast like, was there Pineapple with HAWT-Sauce on Yummi's Pizza?
The flow of excrement from a Holiday Island Special Pizza may have varied results of different um....

Not to sound shitty butt, should we pull out the excrement chart?
 

Sparhawker

Active Member
Mar 23, 2022
898
251
Favor is the ingame currency, give sperm samples to the doc or play poker with Joy (she sends invits).
Miriam : you can't visit her in her room yet, she is the beach life guard, you can find her there.
If not already done, hack Miriam sub dermal implant.
for 'favor' though, each girl has a different amount in their statistics, so I'm not clear how collecting company favor equates to upgrading the favor in a girls stats (like we do for things like Lust, Affection or Love)
 

Evil13

Engaged Member
Jun 4, 2019
3,788
16,215
for 'favor' though, each girl has a different amount in their statistics, so I'm not clear how collecting company favor equates to upgrading the favor in a girls stats (like we do for things like Lust, Affection or Love)
Favor isn't a stat. It's literally a currency. You get Favor, you can by items for yourself or items to help you with the girls (like sunscreen).
 
4.00 star(s) 237 Votes