Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It seems the latest gametype (I can't figure out how to get to the other two) has a little bit of a bug, where sometimes hanging out will act like you slept (including having a dream), and sometimes sleeping will do a random hangout, too, which makes no sense to me!

Sorry I can't provide much more help to triage it >.<

(2 edits)

sometimes hanging out will act like you slept

Friend hangout level 4 includes text that explains that you went to bed after it. Friend hangouts include all previous levels and select one of the unlocked levels randomly. Any other hangout shouldn’t end in triggering sleep, but I don’t see anything in the code that would trigger that.

including having a dream

There was definetely a bug with this. The dream happened without showing it in this case. Fixed it. Thank you.

sometimes sleeping will do a random hangout

Not sure about sleeping doing anything except either giving you a dream or a bad night’s sleep. Cannot think of a reason why this might happen myself and I don’t think I’ve ever seen it happen yet. I’ll keep an eye out.

I can’t figure out how to get to the other two

There is a “mode” button at the top of the screen, which lets you switch to another game mode at any time without losing any progress.

Alright, I realized I was being goofy and should've checked the console. Two had backtraces that I Trimmed to their latest:

```

dream_dress couldn't be found index-dVVECTCk.js:71:19954

TypeError: XPArrayGeneratorOrArray is undefined

    getXPRequiredForLevel https://html-classic.itch.zone/html/12459164/rthd/assets/index-dVVECTCk.js:71

index-dVVECTCk.js:71:2212

TypeError: _ctx.v is not a function

    work_videogame_material https://html-classic.itch.zone/html/12459164/rthd/assets/index-dVVECTCk.js:48

index-dVVECTCk.js:71:2212

```


And yes, thanks for pointing out the "modes" button >.<
I was also having issues of events (particularly the Chance ones) having random descriptions that match another button on that page, not sure if it's related to one of the console errors or not!


There are also a couple random spelling and grammatical errors ("Socialize" at work says you hang out 'wiht' them, and the video game's popularity "wains", as opposed to "wanes" (like the moon))

Was able to figure out all 3 issues from your descriptions.

The typos exist simply because I do not have anyone else proofreading these, so any mention of them is welcome and will be fixed as soon is possible.

The 2 errors that produced tracebacks I was able to find and fix. The second one in particular might have caused wrong descriptions. It really shouldn’t have, but I do not know what else it could be since these errors will sometimes make the most mysterious things happen.