You can press F7 five times to enable debug mode and launch any event from there
sadambober
Creator of
Recent community posts
Here's your fixed save file:
https://www.mediafire.com/file/asauwyk87h6814v/save.json/file
Have you installed any mods? Something went wrong because of this girl: 夕凪英姬
The beta has always been more expensive because kickstarter backers had to pay more for early access. And also itch.io doesn't have regional pricing, which could possibly affect you too.
When did you buy it and what's your email? If it was in the last, like, few days, before we lowered the price, I could refund you the difference.
Press F7 five times, then click "Debug romance" (and press F7 again to hide this menu)
Drag the idol into your office and flirt with her. You should get romance points, even if the text says something different.
After this, return to the main menu and click Continue (this disables the cheat, but you should have enough romance points now to invite the girl on a date)
I see the bug, thanks for reporting!
Here's fixed save file: https://drive.google.com/file/d/1iDxRRKWhX-4TWjnDbKsEUoXKD1LlNHov/view?usp=shari...
=================
If anyone else is having this issue and doesn't want to wait for the next update:
This can happen if the center of your single that ranks #1 in the charts graduates before you continue the main story.
You need to open your save file with a text editor and:
- Find an idol with "Variables": ["center"]
- Remove "center" from her and add it to any other idol who hasn't graduated yet
About variables, if anyone else is confused:
First of all, normal variables and idol variables are different.
Idols either have a variable, or not. You set them like "Girl1 -> Variable -> nice_variable", and remove "Girl1 -> Remove Variable -> nice_variable".
Then, to check if an idol has a variable "Variable -> nice_variable". If you need any idol without the variable, do "Variable -> !nice_variable".
================
To set a normal variable, you do "Meta -> Set Variable -> nice_variable = true". (you can use any word or number with no spaces, not just true)
Then, to check it you do "Meta -> Variable -> nice_variable == true".
Variables can also have numeric values, for example "Meta -> Set Variable -> nice_variable = 5"
Then, you can do "Meta -> Variable Math -> nice_variable + 1" (only + and - work)
And then, to check the value "Meta -> Variable -> nice_variable > 5" (you can use ==, !=, > and <)
Okay, I'll probably add more datetime conditions
For the legacy ones - you can only use them for events, not dialogues. And also they're very specific, here's the actual code for them: https://pastebin.com/4eC3d6a3
Also, this is not implemented in the editor, but you can actually check for any policy, not just dating. You'd have to look up policy IDs in policies.json and manually edit your dialogues.json or random_events.json file
And while we're at it, here are all custom conditions https://pastebin.com/kFDw6KBS