Now I remember what I didn't like about this game.
You have to finish a quest in a limited time or is game over.
How am I suppose to do that without a walkthrough?
Without it it's going to be game over no matter what you do.
You should have just kept it in VN mode, then you turned it into a repeatable sandbox nonsense game.
.....so annoying.
Things like that should not be a problem
I guess you know how to open the console (step by step: from the root directory open the renpy folder, open common folder, search for the 00console.rpy file. Right click to edit with Notepad++. Go to script line 108 and replace config.console = False with config.console = True . Now you can access the console in game by pressing SHIFT+O. Or you can download (I will attach a .txt version of it, you'll have to change it to a .bat) UnRen and copy that into root folder and run it), the varible for game over day is:
COUNT_GAME_OVER, if you type that, it will return the a number, like 2, which means 2 games ti game over. If you write COUNT_GAME_OVER = 99 you have 99 days to finish the quests.
world.time_of_day lets you change the time
sisO.affection, momO.affection, ninaO.affection, jessicaO.desire lets you edit the desire/affection stats if you dont want to grind spending time with them.
player.money for the money (no use for money yet)