So if I try to play it I get something about a OpenGL 3 Driver.
It's because game trying using Vulcan driver on PC, but it doesn't exist. Here instruction for enabling OpenGL 3.0 in this game (and other games, what created in Godot Engine beta versions):
- Make a shortcut of game's .exe
- Right click on shortcut -> "Properties"
- Add at the end of "Object" text filed this: --rendering-driver opengl3
- Start game trough shortcut.
- Have fun!
so I've been looking over and over again for what you said so I'm most likely not understanding it or just not seeing it unless "Target" is the same thing if not I'm not seeing it so I'm having a hard time getting it to work also I'm not understanding what you mean by "Add at the end of "Object" text filed this: --rendering-driver opengl3" or where to find it despite opening properties.