June 16th, 2023
Vulkan
https://www.youtube.com/watch?v=6H79BTIrlbc&t=454
Suggested Wiki Refrence Code
Topics
Transcription
Jace
Another thing you can try and do is switch to the Vulkan graphics API.
So by default, the game runs on the DirectX 12 graphics API, but we also support Vulkan, so you can try and switch to that.
uh but please note that if you switch graphics apis and the game crashes and then the game no longer starts up because it tries to load the graphics api that it can't support and it keeps crashing there are solutions for this and the two solutions are that you find your game user settings dot ini file and you delete it
I'll put a location for that file in the description below.
And when you do that, the next time you start the game, the game will restart with default game user settings, basically, including reverting back to DirectX 12.
And then you should be able to start the game up.
Another way you can do this is you can actually force graphics APIs using launch commands.
It's dash DX 12 for DirectX 12.
It's dash Vulkan for Vulkan and dash DX 11 for DirectX 11.
But we're deprecating DirectX 11.
It is technically supported.
I'll talk about that a little bit later.
And if you don't know how to use launch commands, more information down below how to do that.