Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits)

How come I apparently need new drivers to play the new release but I can run the legacy version just fine? My computer isn't great but I don't know what kind of leap a version of a game like this would make to do that.

Edit: Just read the "Read me" note but I'm still curious.

(1 edit) (+1)

The legacy version used the GameMaker engine, which uses a much older graphics API to render things. 

Godot on the other hand uses Vulkan. Vulkan is a more recent graphic API which requires a GPU that supports it. GPUs released after around 2012 should support vulkan fine. 

It's generally much easier for small teams to use a more recent engine version and simply not worry about compatibility, so that they can focus on actually making the game. This is especially the case for us, as I'm the only active programmer for the whole project.