cn83

New Member
May 29, 2020
5
0
I am stuck in this game, after geting 21 enchantments, MC got stuck at night in office after gym. It shows blinking star at simon's seat near the main entrance and if I try to leave office the MC says "I need to finish my work first". Clicking on blinking star does nothing.

I did many attempts, and it happens every time MC talks to jason at lunchtime and has to skip lunch, this is morning after nate has sex with MC and at lunchtime MC and jason talk about it in basement. If MC doesn't talk to jason then this error doesn't occur. And it happens even next day and day after that as well.

Any idea what to do here?
 

cn83

New Member
May 29, 2020
5
0
POLLY BUG FIX CG STUCK IMAGE

Press F12 to open up the DevTools, go to the console, and enter this:

$gameScreen._pictures[2] = null

Only tested it with the Polly CG, but should in theory work for any other CGs that might get stuck. If it doesn't work, type '$gameScreen._pictures' instead and look for an item in the list that says "Game_Picture {_name: "Office_Polly_07" , ...", and replace to 2 with whatever index you find that picture in
How to open console, I tried this but pressing F12 doesn't do anything
 

pornacc1001

Newbie
Mar 11, 2018
19
29
How to open console, I tried this but pressing F12 doesn't do anything
Right, that requires some setup I forgot was necessary...

In the same folder as the main executable, there should be a file called 'package.json', open this and edit the 'js-flags' field to equal "--expose-gc", that should lift the restriction on the devtools
 

cn83

New Member
May 29, 2020
5
0
Right, that requires some setup I forgot was necessary...

In the same folder as the main executable, there should be a file called 'package.json', open this and edit the 'js-flags' field to equal "--expose-gc", that should lift the restriction on the devtools
The file already contains the entry "--expose-gc" but the console is still not opening
 

pornacc1001

Newbie
Mar 11, 2018
19
29
The file already contains the entry "--expose-gc" but the console is still not opening
Hmm, might be the shortcut is based on your default browser... Try ctrl/command + C, ctrl/command + shift + J, or whatever shortcut your default browser uses to open the dev tools
 
4.00 star(s) 105 Votes