sayniiv

New Member
Nov 10, 2019
5
0
Boring pics, boring waifus, boring texts. Then camera zooming i can't skip it. It's fun only first 1-2 hours.
 

biggiemac

Newbie
Nov 20, 2019
29
99
Think I found a bug in v0.3.0.0 Beta. Amy's max love is stuck at 75 (affection is at 100) and can't seem to proceed to next quests (implant, trophies). Have already done all the quests including winning arm wrestling, getting her the ros and orange dress. And have tried to stay in the room all the time for about a whole week with Amy not on reception or room cleaning duty.

Don't know if anyone has any suggestions. BTW, am sure I have not changed max love settings for Amy in the companion mod because that option does not exist in the mod :)
 

SiJa

Engaged Member
Feb 21, 2018
2,128
23,899
Think I found a bug in v0.3.0.0 Beta. Amy's max love is stuck at 75 (affection is at 100) and can't seem to proceed to next quests (implant, trophies). Have already done all the quests including winning arm wrestling, getting her the ros and orange dress. And have tried to stay in the room all the time for about a whole week with Amy not on reception or room cleaning duty.

Don't know if anyone has any suggestions. BTW, am sure I have not changed max love settings for Amy in the companion mod because that option does not exist in the mod :)
Just tested it...works fine.
Although I had to play poker with Jenn first...my save was before getting the orange dress.
You need to follow the details in the quest if you hover your mouse over the top line, which gives you a hint...
You don't have permission to view the spoiler content. Log in or register now.
;)
 

Bantry

Forum Fanatic
Oct 24, 2017
5,344
13,240


On an Island, Somewhere in the Pacific ...

This Ain't Rounders

(***disclaimer***)
( This is FAN FICTION / FAN EDITED and no way represents any actual story from the game )
(Any similarity to any future story-line is coincidental)
 
  • Wow
Reactions: junior366

biggiemac

Newbie
Nov 20, 2019
29
99
Just tested it...works fine.
Although I had to play poker with Jenn first...my save was before getting the orange dress.
You need to follow the details in the quest if you hover your mouse over the top line, which gives you a hint...
You don't have permission to view the spoiler content. Log in or register now.
;)
THanks. I tried that already. As mentioned in my message "
And have tried to stay in the room all the time for about a whole week with Amy not on reception or room cleaning duty." Also, when I hover over the open tasks and quests, I see the same screenshot as yours except, no orange hint box. There are only the yellow text that says sub-quest fulfilled, but missing the orange text that gives the next hint...
 

Monsieur X

Engaged Member
May 26, 2018
2,523
3,355
THanks. I tried that already. As mentioned in my message "
And have tried to stay in the room all the time for about a whole week with Amy not on reception or room cleaning duty." Also, when I hover over the open tasks and quests, I see the same screenshot as yours except, no orange hint box. There are only the yellow text that says sub-quest fulfilled, but missing the orange text that gives the next hint...
Random idea: are you playing the compressed version ? Maybe that's why you don't have the hint box.
 
  • Like
Reactions: Henry73au

biggiemac

Newbie
Nov 20, 2019
29
99
Random idea: are you playing the compressed version ? Maybe that's why you don't have the hint box.
THat's a good suggestion. Thing is, I do have the orange text hint box for some quests but not others. The ones I don't have the orange text hint are Amy (used to have, but now stuck and no hints as described), Sara, Daniela, and the 'find out why on island' quest. I still see the hints for others like unravel mercede's secret, and Joy gives small quests to keep girls happy.

I have a feeling that the underground lab quest conflicted or messed up some parameters for Amy's quest. This is why we see all the ones related to both of these being the only ones affected. Is there a way to reset the quest counters so that the program thinks I have not done the underground lab quest yet?
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,834
8,593
Think I found a bug in v0.3.0.0 Beta. Amy's max love is stuck at 75 (affection is at 100) and can't seem to proceed to next quests (implant, trophies). Have already done all the quests including winning arm wrestling, getting her the ros and orange dress. And have tried to stay in the room all the time for about a whole week with Amy not on reception or room cleaning duty.

Don't know if anyone has any suggestions. BTW, am sure I have not changed max love settings for Amy in the companion mod because that option does not exist in the mod :)
Open the console and type this:
player.get_quest_state("Love_affection_max_levels", amy)

If it returns 10 or higher,
type this in the console:
player.set_quest_state("Love_affection_max_levels", amy, 9)

The problem is not caued by the lab events, but by making some of Amy's events and appointments that are part of her quest line repeatable.
Some checks were missing, so the quest_state counter got increased.
 
Last edited:

biggiemac

Newbie
Nov 20, 2019
29
99
Open the console and type this:
player.get_quest_state("Love_affection_max_levels", amy)

If it returns 10 or higher,
type this in the console:
player.set_quest_state("Love_affection_max_levels", amy, 9)

The problem is not caued by the lab events, but by making some of Amy's events and appointments that are part of her quest line repeatable.
Some checks were missing, so the quest_state counter got increased.
That worked like a charm! The counter was 18 before changing :)

Should also say, really great game! Great quest lines that are interesting and great renders!
 

gam2000

Well-Known Member
Apr 12, 2021
1,229
1,065
Open the console and type this:
player.get_quest_state("Love_affection_max_levels", amy)

If it returns 10 or higher,
type this in the console:
player.set_quest_state("Love_affection_max_levels", amy, 9)
...
I am running 3.01. Just to see what I would get, I loaded the game (after two weeks off), loaded the last save, typed in that "get" command, and got a "-1" as return value. What does that mean?
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,834
8,593
I am running 3.01. Just to see what I would get, I loaded the game (after two weeks off), loaded the last save, typed in that "get" command, and got a "-1" as return value. What does that mean?
It means the quest hasn't been started yet.
But you really shouldn't just type in random commands. It's the fastest way to bork your save game and get inconsistencies.
 

gam2000

Well-Known Member
Apr 12, 2021
1,229
1,065
But you really shouldn't just type in random commands. It's the fastest way to bork your save game and get inconsistencies.
OK. But it wasn't random. It was the command that you suggested in an earlier post.
Thanks. I enjoy the game.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,344
13,240
I am running 3.01. Just to see what I would get, I loaded the game (after two weeks off), loaded the last save, typed in that "get" command, and got a "-1" as return value. What does that mean?
OK. But it wasn't random. It was the command that you suggested in an earlier post.
Thanks. I enjoy the game.
Not to nitpick, but you clearly stated:
Just to see what I would get, I loaded the game (after two weeks off), loaded the last save, typed in that "get" command, and got a "-1" as return value.
That was a decision on your part to change the game's parameters from what was happening in your original post. Once changed, you entering the code became a 'random' event.
 

gam2000

Well-Known Member
Apr 12, 2021
1,229
1,065
Not to nitpick, but you clearly stated:
Just to see what I would get, I loaded the game (after two weeks off), loaded the last save, typed in that "get" command, and got a "-1" as return value.
That was a decision on your part to change the game's parameters from what was happening in your original post. Once changed, you entering the code became a 'random' event.
OK. I understand what you mean. But, it was a "get" command, not a "set" command. Reading status should have been fine. However, I am severely chastised and won't do it again.
 

sayniiv

New Member
Nov 10, 2019
5
0
Sooo now you've voiced your opinion you won't be back here, right?
I don't know)) After all, it was funny 2 hours. Let me explain my claim (and practice my English, so mark my mistakes, to help me improve).
Text has too many descriptions. It good for book. But in this case text and pics convey same info. So i just spending time reading about something that i already had seen. I'm fast reader, so slow zooming interrupt my reading, which is frustrating. And this camera movements don't bring any new info.
Most eyecathing trait for every girl is same. So in my mind they became: busty girl 1, busty girl 2... busty girl N and one big girl. There are no heart beyond those breasts)). And texts don't help with characterization because contain too much unnecessary infornation.
Main problem IMHO is text. There are too many descriptions, so they eat text from actions and personalization.
 
4.00 star(s) 231 Votes