If youre having the black screen issue on Itch.io's version this is the fix that worked for me:
The most reliable way to launch the itch.io version with the correct command is by creating a simple batch file
- Open your Buckshot Roulette installation folder.
- Locate the game executable (e.g.,
Buckshot Roulette.exeorBuckshot-Roulette.exe). - Right-click the executable, select Rename, and name it exactly
Buckshot-Roulette.exe. - Right-click in the empty space of the folder, select New > Text Document.
- Open the text document and type exactly:
Buckshot-Roulette.exe --rendering-driver opengl3 - Click File > Save As. Change "Save as type" to All Files and name it
Buckshot-Roulette.bat - Double-click the newly created
.batfile to run the game