Skip to main content

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

How can you do this? Trying to fix it on my side

(1 edit)

Your have to run it through a console with this command:

pizza_planet.exe –rendering-driver opengl3

For some reason in windows terminal it does not want to work

(+1)

full terminal command would be:
.\pizza_planet.exe --rendering-driver opengl3
(I was a bit slow and didn't add the .\ at the beginning so I am doing this just in case people are confused from the previous help given by grot)