Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Nice game, very original! I loved the sound effects, especially the "nooooo!" when you fall. I had to reset it a few times cause the car stoped working, but I managed to finish it. 

Thank you for playing. Would you mind describing the conditions under which the car stopped working? I want to fix it so much.

(1 edit)

Of course! I was doing a sharp turn and the car flipped over. When I put it back on its feet it stopped moving. Maybe it clipped the floor? If you want I can try to replicate it tomorrow

No need for scenario for flipping, I know couple of them. Some just need car/surface adjustments. I still think that some flipping will be ok if the player is doing dangerous things, but yeah, now it sometimes flips for stupid reasons.

As for not moving after respawn, I really don't know how to reproduce that, although I think I saw it once. I suspect it's a glitch in the automatic-handbrake feature I've implemented to prevent it rolling while the player isn't controlling it, but it makes no sense from the code point of view, it literally turns it off each frame while the player is inside, and only turns it on when player exits the car. So might be something else entirely.

(1 edit)

Nono, I like the flipping! The car is super  fun to drive actually. I really dont know how 3d games work, but I think the car isnt detecting the ground and thats why it doesnt accelerate. Maybe Im not making any sense and Im just dumb though 

(1 edit)

It totally shouldn't accelerate if the wheels aren't touching the ground. And  judging on how the wheels are hanging in your screenshot as if suspension is totally extended, it can be as well that it thinks that it's not touching the ground. But this exact code is built in the game engine, so I it would be tricky to investigate. Maybe I'll just respawn it higher and let it fall and it would fix the issue. But I still can't really reproduce it now, so even after doing the change I wouldn't know if it's ok

I mean, if its that hard to replicate it isnt such a big deal right? Respawning a little higher should work if you really want to fix it, but if it was me I would leave it as is. Anyway, if you make some change I will gladly test it again as many times needed.

Here's the test page, password protected:123

https://no-login-found.itch.io/test
The car is heavier as several players requested, with lower center of mass, so it should be harder to flip. It's also respawned 1m above the 'valid place', so probably would solve the issue with 'in-the-ground-not-moving'.

Thanks very much for your help

I tried it ans man it is hard to flip now! The only way I could do it was using the ramp, and even then it was hard. Also every time I flipped over the car and pressed enter to respawn it accelerated just fine so maybe that fixed the issue?

Ok, thanks. I'll hope the issue with inability to move is resolved. 

Flipping is still easily possible if you try to drive the ramp from the portal back to initial location, but that's a different flipping entirely.

(1 edit)

I just replicated the issue. I have to say, it was hard! But yes, it appears the car clipped through the ground. The wheels didnt move at all from this position, my guess would be that the car thought it wasnt grounded because it was clipped and thats why it stoped moving, but Ive never made a game like this before so idk. Here goes the capture:


I hope that helps you.

Thanks, I'll investigate this scenario more.

However it can't be just that simple, I've just stomped my car into the ground and it still hilariously moved half-submerged.

Are you playing on web btw? Low framerate can do totally weird things to physics simulations.