Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Catman232

3
Posts
9
Following
A member registered Feb 06, 2023

Recent community posts

Alright so forget everything the guide says to do, you just want to right click on the game's executable and click "Create Shortcut". Then right click on the newly created shortcut and click on properties, it will already have the target field highlighted when the window pops up so be careful not to type anything while the text is selected or else you'll accidentally lose it, just press right arrow to unselect the text but leave the text cursor right where you want it. Add a space and then type in the launch argument (without the speechmarks): "--rendering-driver opengl3".

So now when you open the game via that shortcut it will do that whole CMD process by itself. If this continues to be an issue for many players, the dev could really benefit from making this shortcut themselves and putting it with the game download.

(1 edit)

Programming based development is an evolution kinda process, I know from experience that you can program something functional and cool (after some indeterminable amount of suffering with documentation) and then later on you will probably need to touch up on that older code and it somehow no longer makes any sense why you did it that way.

So you end up wanting or needing to just redo that part to make it way better, but then anything else that was linked to that old code also becomes broken and incomprehensible. Really annoying.

I am pretty certain you can do this by making a shortcut for the exe and adding that launch argument at the end of the target field