Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I seem to get stuck in place when I use the key to find my car sometimes.

(+1)

while using the carkey -> movement is blocked. It is for a reason. I had to implement it for the game logic. But you stuck just for 2-3 sec i hope, not like stuck forever? Moreover, using the key gives you the direction to your car, so its ok you dont move as you are focused on the car. I had to prevent moving and keep using carkey.  

I was stuck permanently sometimes, longer than 3 seconds. 

Oh. I didnt expect such an issue there. Dis that happen in any specific place? Empty road? By a pillar? Near a car? So I can narrow that bug up?

First was near(not in) a car and the 2nd was near a pillar, when I used the keys. I guess you can try spamming the keys randomly and maybe clicking the keys during events like the girl, the spider, and the vehcile in the dark coming.

yeah me too i got stuck in the animation loop of using the key

Im sorry to hear that guys. Obviously tried my best to keep it playable. Obviously it is not bugfree but tried my best, although i did not find that bug during tests

Deleted 3 years ago

yeap. I made a quick check and I think i got it right already. The problem is "hopefully" in the moment that player is locked when using key and if that action is interrupted the player lock is not removed as that action does not go up till the end of animation, so event to unlock the player is just not running. Sadly cannot update it now as I guess that will automatically remove the game from gamejam submission, but i will update it afterwards. As well i fixed being stuck when checking the ticket, cause if you press space while ticket animation it will restart the animation and it get stucked as well, so no input right now is possible while doing ticket check and key animation:)

not enought playerproof testings before deadline were done:)