#Didn't have major issues before, wth is that ?

1 messages · Page 1 of 1 (latest)

turbid isle
#

and that's what the bathroom looks like apparently

#

and everything else in the game except text

#

guess I'm not playing...

#

deleting and re-installing the files did nothing

long egret
#

seems like a rendering problem

long egret
turbid isle
long egret
neat bolt
long egret
neat bolt
long egret
neat bolt
#

oh i have windows

long egret
#

And vulkan is a rendering system. It's the same way in the launch options, but, you'll need to replace opengl3 with vulkan

neat bolt
#

i dont think i have opengl3

neat bolt
#

oh

#

but i think i dont have opengl3 because like i said i bought it on steam and how do i download the vulkan launcher?

long egret
# neat bolt but i think i dont have opengl3 because like i said i bought it on steam and how...

No you don’t. The game is already on your PC. Let me break it down as clearly as possible
Buckshot Roulette was created using Godot which is a game engine. Think of a game engine like a toolbox for game developers. It gives them everything they need to build a game from graphics and physics to input handling and scripting. When developers make a game in Godot they also get to choose which rendering system the game will use to display graphics on your screen
For this game the developers picked Vulkan. Vulkan is a modern high performance graphics API that can handle complex visuals efficiently. It is powerful but also more demanding on hardware and drivers. Because of that some players run into issues such as crashes stuttering or graphical glitches
To deal with these problems the developers included a second rendering option called OpenGL3. OpenGL3 is older and generally more stable though it may not always perform as fast or look as sharp as Vulkan. Depending on your system switching between Vulkan and OpenGL3 can sometimes fix problems but it is not guaranteed
The important thing to know is you do not need to install anything separately. Everything the game needs including both rendering options comes bundled with the game itself. You just launch it and it will handle the rest

#

steam -> buckshot roulette -> settings - > properties - > general. paste this code in launch option

"Buckshot Roulette.exe" --rendering-driver vulkan

Try this options if the other one doesn't work:

"Buckshot Roulette.exe" --video-driver opengl3

"Buckshot Roulette.exe"
--render-driver opengl3

But only one code at once