Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Same result as everyone else. I suspect this is the key error:

ERROR: poll: res://Worlds/World.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://scripts/RoadGrid.gd
   At: scene/resources/resource_format_text.cpp:440.

Seems there's a resource missing in the export? It could be that RoadGrid.gd file that's missing...

(1 edit)

The issue had to do with how the resource was named. If ran through the engine, it seemed fine. But if exported, it would throw that error. This wasn’t the first time this has happened, and I should’ve checked the export before uploading. I’ve uploaded a fix for it now, so it should be working. Sorry about that.

(+1)

It's working for me now!

Is the course procedurally generated?

Anyway, the graphics look pretty nice, I even see environmental reflections on the car's mirrors. :-) The car control is OK, but the acceleration doesn't feel very car like. Once the car gets moving the acceleration should ramp up a lot more.

In any case, great job getting it done for the jam!

(1 edit)

Thanks for playing it!

I was planning on adding procedural-generation but couldn’t get it finished in a stable form by the deadline, so the course is premade. I plan to have it finished for a post-jam submission.

Anyways, thanks for the feedback!