you collect what is needed and hit the t-meter option on the left, i thinkHow do you upgrade the T_Meter from one version to the next?
I came across the same issue, but thank god its plain htmlı can't increase mc's lust after find & spent 300 lust point on ep.1 . I need help.
The problem with this is it breaks the game. I'm stuck on Episode 1 Quest 7 and I'm going to where its telling me to go but nothing is happening. I'm stuck.I came across the same issue, but thank god its plain html
- Save your game
- Open up the .html file with a text editor and search for
window.forwardDay = function(){
should be line 646 for ep 1 and 2 and line 666 for ep 3
- then place the following code in the next line:
variables().mc.stats.knowledge += 1000;
variables().mc.stats.money += 3000;
variables().mc.stats.love += 1000;
variables().mc.stats.lust += 1000;
variables().mc.stats.stamina += 1000;
- save the edited file, refresh browser, go to sleep: get money, love, lust, stamina and knowledge. Grind eliminated
No it doesn't break the game, as its already broken per default. You would have got stuck on Quest 7 anyway as described here:The problem with this is it breaks the game. I'm stuck on Episode 1 Quest 7 and I'm going to where its telling me to go but nothing is happening. I'm stuck.
Not sure what you want to tell us with that picture, but NaN usually refers to "Not a Number", so for example if it was set to Love += A; that would be NaN while Love +=1 would increase the current value by 1.