Skip to main content

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

PageBreaker

2
Posts
11
Following
A member registered Jun 20, 2019

Recent community posts

Try this

Make a shortcut to the games exe then right click the shortcut, go to properties, then under target add a space next to the end " and add --rendering-driver opengl3 so the shortcut should look something like this

"C:\Users\YourUserName\Desktop\Poppy Playtime - Chapter 0.exe" --rendering-driver opengl3

This fixed the high contrast and graphical rendering issues for me.

Hope this helps

I had this issue to and was able to fix it by making a shortcut to the games exe. 

Right click it then go to properties, then under target add a space next to the end " and add --rendering-driver opengl3
so the shortcut should look something like this

"C:\Users\YourUserName\Desktop\Poppy Playtime - Chapter 0.exe" --rendering-driver opengl3

Game should look normal afterwards. Hope this helps