HTML Accidental Mind [v3.4] [Myscra]

4.70 star(s) 40 Votes
Feb 22, 2018
317
387
you need to do the first group meeting, for setup the lounge. [IIRC]
I've done "Contact the Ladies," and they say we should meet up early in the morning between Thursday and Sunday. But whenever I try to invite them and hover over the group meet up option, it says I need a lounge or meeting place. Dora doesn't have an option for that when I call her.
 

Fulminato

Well-Known Member
Oct 17, 2017
1,171
809
I've done "Contact the Ladies," and they say we should meet up early in the morning between Thursday and Sunday. But whenever I try to invite them and hover over the group meet up option, it says I need a lounge or meeting place. Dora doesn't have an option for that when I call her.
i don't know exactly because the only time i played that part you can build the lounge as soon you got the base.
care to share a save for checking?
 

Fulminato

Well-Known Member
Oct 17, 2017
1,171
809
Sure, I reckon. Meanwhile, I'm going to start over and play through it again. That usually fixes things.
i checked the html and reported the bug
the quickest way to fix your side it's open the html with notepad++ or similar program [NOT notepad] and go to the line 70778
Code:
<<if $base.tags.includes("LOUNGE") is false and $base.buildList.includes("LOUNGE") is false and $harem.story gte 3>>\
and change the last 3 with 2

Code:
<<if $base.tags.includes("LOUNGE") is false and $base.buildList.includes("LOUNGE") is false and $harem.story gte 2>>\
 
Feb 22, 2018
317
387
i checked the html and reported the bug
the quickest way to fix your side it's open the html with notepad++ or similar program [NOT notepad] and go to the line 70778
Code:
<<if $base.tags.includes("LOUNGE") is false and $base.buildList.includes("LOUNGE") is false and $harem.story gte 3>>\
and change the last 3 with 2

Code:
<<if $base.tags.includes("LOUNGE") is false and $base.buildList.includes("LOUNGE") is false and $harem.story gte 2>>\
Thanks for reporting it; I don't have discord.
 

taler

Well-Known Member
Oct 5, 2017
1,491
1,138
Feel like this writer is cooking something that could be good... but it's not good yet.
 

cantwakeup111

Member
Mar 3, 2018
242
423
Not sure if playing through the game again fixes it but loading up a previous save locks me from building the Lounge in any base and i can't get the "gather the harem" option. i tried adding the lounge tag via dev console and the fix Fulminato suggested but still nothing

if it's any help, it probably has to do with my Harem story being 0. No clue how to even get it going though so yeah.
 
Last edited:

Fulminato

Well-Known Member
Oct 17, 2017
1,171
809
Not sure if playing through the game again fixes it but loading up a previous save locks me from building the Lounge in any base and i can't get the "gather the harem" option. i tried adding the lounge tag via dev console and the fix Fulminato suggested but still nothing

if it's any help, it probably has to do with my Harem story being 0. No clue how to even get it going though so yeah.
for the harem quest you need at least amita at level 1 i think, and having goint to the event where you can tell your power to blaire
for frocing the building of the louge write in browser console
Code:
SugarCube.State.variables.base.buildList.push("LOUNGE");
SugarCube.State.variables.base.tags.push("LOUNGE")
 
  • Like
Reactions: cantwakeup111

cantwakeup111

Member
Mar 3, 2018
242
423
for the harem quest you need at least amita at level 1 i think, and having goint to the event where you can tell your power to blaire
for frocing the building of the louge write in browser console
Code:
SugarCube.State.variables.base.buildList.push("LOUNGE");
SugarCube.State.variables.base.tags.push("LOUNGE")
i've finished all the available Amita quests and have told blaire my power but the harem.story variable is still 0 in my save. no clue why that's happening. i did successfully "build" the lounge via console and set harem.story to 2 but still nothing.

i'll just replay it at some point ig
 
Oct 8, 2020
460
485
i've finished all the available Amita quests and have told blaire my power but the harem.story variable is still 0 in my save. no clue why that's happening. i did successfully "build" the lounge via console and set harem.story to 2 but still nothing.

i'll just replay it at some point ig
Could you upload your saves? Before and after editing? Just curious.
 

jmccity

New Member
Oct 18, 2017
6
2
I do wish there were at least a few images included in the game even if it is only like an ai headshot/bodyshot for each character. It makes it a lot easier to have a mental picture for scenes
 
Oct 8, 2020
460
485
I do wish there were at least a few images included in the game even if it is only like an ai headshot/bodyshot for each character. It makes it a lot easier to have a mental picture for scenes
There's nothing stopping you from doing that yourself and having them open in a window off to the side. I for one would find the inclusion of AI art to make for a worse experience.
 
4.70 star(s) 40 Votes