HTML MindWare: Infected Identity [v0.3.0 Public] [Subjunctive Games]

4.00 star(s) 31 Votes

NateGrey

Active Member
Aug 21, 2020
792
1,910
In the online version there still seems to be a bug where you're unable to see Trix's concert at the Hole (and unable to end the day).
 

Botopa

Member
Aug 18, 2018
296
281
Actually had that bug as well in the offline version.

On the saturday a week after you sneaked into the office enter the following into the browser console:
Code:
MindWare.addTheHoleAction(" Ask when Trix's band is playing", "TheHole-Ask-About-Trix", 0, "trix-ask-button")
Then enter the hole. You should now be able to ask when the band is playing and continue the story from there.
 

Laura2022

Newbie
Dec 25, 2021
88
141
Well, it seems like we're finally getting a setup for actual feminization content, maybe the next update will have more than 2 passages worth of content. I actually like the premise of assuming the identity of Trix's sister to get her out of jail.
 

brosephius

New Member
Jun 30, 2021
10
32
I really like the game, and i don't begrudge the slow dev time since the content itself seems really high quality, but it desperately needs a fast mode, or just removing like 90% of the forced pauses. Nearly all the passages slowly appear line. by. line. Which IMO completely diminishes the impact of that creative choice and becomes agonizing after a while.
 

Tinyfenn

Newbie
May 5, 2020
15
1
I really like the game, and i don't begrudge the slow dev time since the content itself seems really high quality, but it desperately needs a fast mode, or just removing like 90% of the forced pauses. Nearly all the passages slowly appear line. by. line. Which IMO completely diminishes the impact of that creative choice and becomes agonizing after a while.

Thats one of the reasons I am looking for a code. Hopefully it quickens things a bit. I have played this countless times on each update trying to grind for new content.
 

enabledcoomer

Newbie
Mar 26, 2021
24
46
i'm so tired of having to start from scratch

the hole is bugged out for me, i visited on sunday just after missing it the first time and she said they'll play on saturdays, then talked to trix on friday and she said it's tomorrow, but now when i go to the hole i can't watch the concert, just order beer.
 

Botopa

Member
Aug 18, 2018
296
281
Scroll up a bit and you will find a way to readd the question about trix band and with it a way to continue. It's in post #442, to lazy to turn this into a link.
 

loshad

Newbie
Jun 25, 2020
99
335
New public version is out on Patreon:

Direct link to PixelDrain download from author:

You don't have permission to view the spoiler content. Log in or register now.
 

tlocator

New Member
May 1, 2023
2
4
Just to let folks know... the code suggested for the full patreon version is wrong. it hasn't worked for me in a few versions, passwords can and do change.

However, there is a real easy way to get the same version but it does entail editing the html.

Now, for this, i used UltraEdit - i just like its interface better than notepad+, but it should hold true for any text or html editor.

Open the file in your editor (not the browser) and search for the text ($enteredCode) !
the proper line should read:

<<if MindWare.checkPassword($enteredCode) !== null>>

**some editors may replace the < and > with &lt; and &gt; so it will look like:
&lt;&lt;if MindWare.checkPassword($enteredCode) !== null&gt;&gt;
{edit} There are actually 4 blocks where this test occurs, change them all for the full Monte!
This should start at (with v0.3.0) line #41308 and end at line #75923

Now, simply remove the ! and that's it. when you start the game, just press the [unlock extra options] button and you're in!

This should work for all versions, no matter what the real code is changed to - unless the author alters the way the code is handled.
 
Last edited:

Laura2022

Newbie
Dec 25, 2021
88
141
Rather than replace multiple lines of code, just paste this in the console:
Code:
MindWare.retrieveHash=()=>{return'fe3453220bdbf91ce9081b8a200ca1f719a95978458c3e4d4142b39b8b7a6e38afcb7ff46a115582941bcef77c11ae4f5ebdcd8939e2261cb6dfc70d3913c1f1';}
Then use the code allyourcodesarebelongtous to ball out. You're well-cum.


Alternatively, use the patched html with the same code I provided.
 

Usex809

Member
Mar 25, 2023
292
270
Is it me or change log gets even more diminutive as we goes on in this game. I get that dev is going for sissy corruption but main story hardly gets new content while dev keep working on adding new functionalities, side missions, and other things. Looking at this I am very glad that games like Aura and City of Secrets and many more focused on main story first and then gradually finishing up the earlier stages.

Also, this game is going on like Seeds of Chaos if we think about it. Less focus on moving main story but more on side quests and what not. They are cool not gonna lie but feels hollow if main story does not advance even a bit for months.

All that said, congrats to dev for at least starting chapter 2 even though there is not much content for it besides new mechanics. Shop could be a big thing, if you want reference check Fresh Start which also has many shop related events.
 

Laura2022

Newbie
Dec 25, 2021
88
141
Is it me or change log gets even more diminutive as we goes on in this game. I get that dev is going for sissy corruption but main story hardly gets new content while dev keep working on adding new functionalities, side missions, and other things. Looking at this I am very glad that games like Aura and City of Secrets and many more focused on main story first and then gradually finishing up the earlier stages.

Also, this game is going on like Seeds of Chaos if we think about it. Less focus on moving main story but more on side quests and what not. They are cool not gonna lie but feels hollow if main story does not advance even a bit for months.

All that said, congrats to dev for at least starting chapter 2 even though there is not much content for it besides new mechanics. Shop could be a big thing, if you want reference check Fresh Start which also has many shop related events.
Well the dev is claiming on Patreon that they will post an update by the end of next week... We shall see.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
21,343
279,932
MindWare: Infected Identity [v0.3.0 Public] [Subjunctive Games] - Compressed

All [997 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 
Feb 1, 2017
38
35
Just to let folks know... the code suggested for the full patreon version is wrong. it hasn't worked for me in a few versions, passwords can and do change.

However, there is a real easy way to get the same version but it does entail editing the html.

Now, for this, i used UltraEdit - i just like its interface better than notepad+, but it should hold true for any text or html editor.

Open the file in your editor (not the browser) and search for the text ($enteredCode) !
the proper line should read:

<<if MindWare.checkPassword($enteredCode) !== null>>

**some editors may replace the < and > with &lt; and &gt; so it will look like:
&lt;&lt;if MindWare.checkPassword($enteredCode) !== null&gt;&gt;
{edit} There are actually 4 blocks where this test occurs, change them all for the full Monte!
This should start at (with v0.3.0) line #41308 and end at line #75923

Now, simply remove the ! and that's it. when you start the game, just press the [unlock extra options] button and you're in!

This should work for all versions, no matter what the real code is changed to - unless the author alters the way the code is handled.
This might work a bit better
Find this line (was line 12787 on my copy)
Code:
MindWare.revealSecret = function(password) {
After the curly bracket add this
Code:
return true;
So it looks like this
Code:
MindWare.revealSecret = function(password) {return true;
Explanation:
MindWare.revealSecret is a process that hashes the entered password and compares it to a hash stored in the file
The line
Code:
return hash === storedHash;
is what is doing this comparison
return means to tell the process calling this process what the result is and the"hash === storedHash" part is saying if they are exactly equal then it's true, if they are not then it's false
So what we are doing is instead of going through all those steps of checking the entered password, we put the return as the first thing to do in the revealSecret function to immediately "return true;"
That means no matter what is entered the game sees it as correct in all places the password is checked
 
4.00 star(s) 31 Votes