When I run the game, a black screen appears. What is the solution?
The most reliable way to launch the itch.io version with the correct command is by creating a simple batch file: [1]
- 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. [1]