MindWare.addTheHoleAction(" Ask when Trix's band is playing", "TheHole-Ask-About-Trix", 0, "trix-ask-button")
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.
i did try that, but it didn't seem to workScroll 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.
MindWare.retrieveHash=()=>{return'fe3453220bdbf91ce9081b8a200ca1f719a95978458c3e4d4142b39b8b7a6e38afcb7ff46a115582941bcef77c11ae4f5ebdcd8939e2261cb6dfc70d3913c1f1';}
Well the dev is claiming on Patreon that they will post an update by the end of next week... We shall see.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.
This might work a bit betterJust 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 < and > so it will look like:
<<if MindWare.checkPassword($enteredCode) !== null>>
{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.
MindWare.revealSecret = function(password) {
return true;
MindWare.revealSecret = function(password) {return true;
return hash === storedHash;