+1, based hand-to-hand combat enjoyer
Catman232
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.
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.