Jump to content

vkBasalt (ReShade shaders on Linux machine)


Recommended Posts

Hello everyone. Installing ReShade on a linux machine is troublesome. Personally, I have failed to do this. However, there is a way to use natively rendered ReShade effects. This can be done with the vkBasalt software. It's best to check the repository for any ready packages. If not, vkBasalt can be downloaded from this page:

 

https://github.com/DadSchoorse/vkBasalt

 

There is an instruction on how to use it after compilation. A sample configuration file is also provided. I checked it and it works fine for me. However, if we do not want to edit everything manually, the GOverlay tool comes to the rescue, with which we can set vkBasalt by clicking the mouse. GOverlay project website:

 

https://github.com/benjamimgois/goverlay

 

Of course, for everything to work, you also need shaders. Just download them from the website:

 

https://github.com/crosire/reshade-shaders

 

Later, in the configuration, indicate the paths where the shaders and textures were downloaded.

The game will start a little longer, but the effects will be visible. The effects can be turned on or off at any time with the HOME key. To run the game with vkBasalt, I suggest creating a bash script that looks something like this:

#!/bin/bash
ENABLE_VKBASALT=1 wine /home/user/games/klub17/Binaries/TK17-158.001.exe

 

Have fun :)

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use