HTML MindWare: Infected Identity [v0.3.3 Hotfix] [Subjunctive Games]

3.80 star(s) 34 Votes

spammie

New Member
Feb 25, 2018
5
1
190
I am stuck at the department of records step i think. i went to the office to get trix info already on my save but i couldn't find the required info stored anywhere. do i just need to write it down myself or have i just missed a place where i could find it after the looking at the files?
 

Hunter of Darkness

New Member
Jan 18, 2021
8
13
126
I am stuck at the department of records step i think. i went to the office to get trix info already on my save but i couldn't find the required info stored anywhere. do i just need to write it down myself or have i just missed a place where i could find it after the looking at the files?
As far as I know, it's bugged right now
 
  • Like
Reactions: spammie

deMan777

Newbie
Sep 14, 2017
20
13
141
Please lower the intensity of the flashing lights. By a lot. (I, in particular refer to the dream sequences where AVA tries to influence you.)
 
  • Like
Reactions: YellowShoes

partycrasher1

New Member
Apr 11, 2023
9
1
136
Seems that at some point adding of action "Prepare to hack Department of Records" isn't triggered, so it could be mitigated with following code executed in JS console:
Code:
MindWare.addHomeAction("Prepare to hack Department of Records", "DeptRecords-Surveillance", "dept-records-hack")
how do I access the js console?
 

MrRuri

Newbie
Aug 13, 2021
63
51
77
Seems that at some point adding of action "Prepare to hack Department of Records" isn't triggered, so it could be mitigated with following code executed in JS console:
Code:
MindWare.addHomeAction("Prepare to hack Department of Records", "DeptRecords-Surveillance", "dept-records-hack")
How do you use that console ? Is it from the browser ?
 

mcv

Member
Apr 30, 2017
226
67
210
Hello there o/
How do I progress with the task " Find evidence of what happened that night " ?
And in the changelog, how to trigger those events :
  • Added: Sex with client's boyfriend
  • Added: Try Maria disguise
thank you for your help !
 

Hate_Myself

New Member
Apr 18, 2024
5
2
32
Seems that at some point adding of action "Prepare to hack Department of Records" isn't triggered, so it could be mitigated with following code executed in JS console:
Code:
MindWare.addHomeAction("Prepare to hack Department of Records", "DeptRecords-Surveillance", "dept-records-hack")
i tried it it doesnt work for me so im stuck i have the button to prepare to hack the department but when i click on it that tell me error the passage "depts-records-hack" does not exist
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,917
2,785
350
Noticed that changelog in OP was not updated.

Changelog according to tfgs :


Version 0.3.2 (Public)
  • Added: Third latex maid cleaning visit
  • Added: New hypno dreams minigame (replaces old one)
  • Fixed: Extra Options password check
  • Fixed: Phone hack interface bug
  • Fixed: ByteBunker prank job completion button not appearing after selecting hack option
  • Fixed: Extra "Prepare to hack Department of Records" button
  • Improved: Optimized Chapter 1 scripts
  • Changed: Extra Options password

Version 0.3.2 (Supporters-Only Beta 2)
  • Added: Second S.I.M.S. delivery mission
  • Added: Yuki's character storyline trigger
  • Fixed: Trix still only has a positive comment if you never touched the link at all for the whole first weekend
  • Fixed: In Erosphere, when switching between "listen attentively" and "not paying much attention", either way, music plays for a second and then stops
  • Fixed: The HiveNet site does not have the exit icon in the top right corner
  • Fixed: Roderick and Sarah quest softlocks and hardlocks
  • Improved: Options for Roderick and Sarah quest in Skip to Chapter 2 screen
  • Added: Fixes for Roderick and Sarah quest in Extra Options

Version 0.3.2 (Supporters-Only Beta 1)
  • Added: Ray dialog "What are you working on?"
  • Added: Ray dialog "Ask Ray if he's okay."
  • Added: Ray dialog "How's it going?"
  • Added: Ray dialog "Have you been taking the supplement?"
  • Added: Ray dialog "Do you need anything?"
  • Added: BrainFry action "Look what Ray is doing on his computer."
  • Added: BrainFry action "Investigate the noise in the break room."
  • Added: BrainFry action "Go to the toilet."
 

por42

Member
Sep 2, 2020
187
17
83
To unlock the extra menu @ you can paste
Code:
MindWare.revealSecret = function(password) {return true;};
into the console and input anything as the password
but how do i do this whit the file on my pc ?
 

Buffmutti

Member
Aug 27, 2021
176
133
133
but how do i do this whit the file on my pc ?
Start the game on your PC, open the console (F12) and insert the line of code, close the console and you are good to go. This "trick" works with the online and offline version of the game.
 

Cazzorine

Newbie
Feb 4, 2024
82
79
96
Idk but I laughed when the black guy was like, you actually wanna suck big black cocks, and I was like no, and he got upset like <removed> go get a boyfriend I'm here for serious hardware issues
 

FunFun67

New Member
Oct 14, 2025
13
1
3
in this case, I took this function:
Code:
MindWare.checkPassword = function(password) {
    return MindWare.revealSecret(password) ? true : null;
};
And changed it to this:

Code:
MindWare.checkPassword = function(password) {
    return true;
};
Of course, you can also just manually alter any part of the game pretty easily too,

Such as making your landlord pay you rent.
I've tried this several times and it's not working. I have no idea if I'm editing the html code properly. I'm trying it with inspect element but I'm beyond novice when it comes to coding.
 
3.80 star(s) 34 Votes