Nice game, well done to this point, shame if this is abandoned or will receive just small updates like speculated here.
Guys I need help, I cant progress with Mia. She keeps asking me to prepare for project, i do and on the next day she says the same. I did it 30+ times, then i lost count. Is it a bug??
The story isn't worth the effort. Just type in the cheat gallery code and unlock the scenes.Stuck on Dr. Johnson -> message tells me to go to her office in afternoon but nothing triggers an event
Well I want a story, can you help?The story isn't worth the effort. Just type in the cheat gallery code and unlock the scenes.
It just takes way too longCan anyone explain in short what happened to the game? and why it is abandoned?
Shift + O to access the console doesn't work on my game. any clue how to fix that?For the new update you have to Sleep then talk with Brixxiada.
- Go to the Office and help Barbie with her audition
- Go to your sister Kylee's room to help Barbie get a modelling job
- Then after completing all the scenes with Barbie go to the School to start Olivia's events
The first 3 bug fixes can be entered immediately one after the other and you shouldn't have any other errors. If you can't trigger certain events for Belle or Olivia then you can use fix 4/5 to jump to the scenes at School.
Bug Fix 1 - Phone Crash
To fix phone crash error use Shift + O to access the console then copy/paste or type:
barHint = barGuide
Bug Fix 2 - Olivia's House Crash
Before you enter Olivia's house in the top right beside the red house enter:
oliLivingroomAyax = False
Bug Fix 3 - Talk with Priya Crash
Then at Olivia's house before you talk to Priya open Console again and type:
gateTime = 0
Bug Fix 4 - Force Start end of Belle Event
If you're stuck on "Go to school in the morning" for Belle you can force load the event by going to School then opening the Console and entering:
jump belEvent16
Bug Fix 5 - Force Start beginning of Oliya Event
If you're just starting Olivia's events and can't start it by going to the school you can force start it by entering the school and type:
jump oliEvent1
The graphics might be a bit buggy, but it will trigger the start of her events.
Did you check renpy/common/00console.rpy to see if the console is enabled? Most often it's not and you have to update that file to enable it.Shift + O to access the console doesn't work on my game. any clue how to fix that?
I found the file, but i'm not sure how to check if it's disabled or not.Did you check renpy/common/00console.rpy to see if the console is enabled? Most often it's not and you have to update that file to enable it.
Edit: Corrected file name.
# Configuration and style initalization.
init -1500 python:
# If true, the console is enabled despite config.developer being False.
config.console = False