I want to second this!Any hope for update? This game was a fresh idea in html games, i realy hoped for it to suceed.
I want to second this!Any hope for update? This game was a fresh idea in html games, i realy hoped for it to suceed.
Typo:Hi all, sorry that it took so long, but I had other matters to attend to unfortunately. I have added some new scenes and improvements. There is a rudimentary day progression system now.
As always, treat any release as if it was the last ever!
Since it has been quite some time, there might be some bugs. If you encounter some, please post which steps you did (or even better, upload a save) and I will have a look at it.
Yeah...I have men set to 0% and they still popped up. Seems like its hardcoded to be male now? or some strange interaction if you have various things set to heterosexualHm, i seem to remember the boss you take a business trip with being a female if you're playing a male in previous versions? am i misremembering or is it random or was there some change made?
When you go back, you mean by using the navigation control? For the moment I suggest avoiding doing that (or refreshing the page) while in one of the dynamic sex scenes or just after a challenge check. The game is using a lot of custom classes, and due to how sugarcube works, they are not always getting rebuilt if you do that.Here's another one. I also noticed at one point when I go back the player's arousal shows "[number NaN]"
It should now be fixed. The game defines a list of main characters and there are some "default" genders. Even with the fix some fringe cases might happen. Like if you are a woman, and select no males, but hetero content enabled. But in a future version I'll add the possibility to choose the gender of the main characters.Yeah...I have men set to 0% and they still popped up. Seems like its hardcoded to be male now? or some strange interaction if you have various things set to heterosexual
The idea is that you are not really in the mood But that's fixed now.edit: further notes, if you try to masturbate and for whatever reason you're really bad at it (I have no idea why I'm getting a -15 modifier to jacking off...especially due to stress, like masturbation RELIEVES stress, shouldn't cause it), you can soft lock yourself. Also that error in the cafe also breaks the game and makes it so you can no longer advance.
On PC? I just tried it on my windows Firefox and it seems to work fine. Is there anything in the console?FWIW this game totally breaks on startup on Firefox, seems to work fine on edge & chrome.
what type of text editor, I'm confused on how to do that? I tried using console but couldn't edit said lineThanks for the bug reports. I have fixed most of those above.
In the meantime, you can fix the cafe bug by yourself by using a text editor. Search for hour() and remove the parentheses.
When you go back, you mean by using the navigation control? For the moment I suggest avoiding doing that (or refreshing the page) while in one of the dynamic sex scenes or just after a challenge check. The game is using a lot of custom classes, and due to how sugarcube works, they are not always getting rebuilt if you do that.
It should now be fixed. The game defines a list of main characters and there are some "default" genders. Even with the fix some fringe cases might happen. Like if you are a woman, and select no males, but hetero content enabled. But in a future version I'll add the possibility to choose the gender of the main characters.
The idea is that you are not really in the mood But that's fixed now.
It depends on your os. On windows you can use notepad++ or VScode. But the latest version on the discord has the fix. I'll upload it here too once a few more issues are fixed.what type of text editor, I'm confused on how to do that? I tried using console but couldn't edit said line
Replace line 3857 in the html with:Hey, I'm getting an error message when I go to the cafe for the first time to work at 3pm
<<if getPc().history.get('job') is 'cafe' && _hour >=15 && _hour <=18 >>
When I put that in, it got rid of the error, but I still can't work at the cafe. Whenever I click on the building I just get the paragraph description but no links.Replace line 3857 in the html with:
There are unnecessary brackets after _hour variable.Code:<<if getPc().history.get('job') is 'cafe' && _hour >=15 && _hour <=18 >>
Are you sure that you are trying to work between 3PM and 8PM?When I put that in, it got rid of the error, but I still can't work at the cafe. Whenever I click on the building I just get the paragraph description but no links.