01-02-2024, 12:44 PM
For Linux users:
I see that the topic of ReShade has come up, so I'll interject my three cents. The original ReShade under Linux will not work. However, there is a way to do it - VkBasalt. It's best to check the repository for any ready packages. If not, vkBasalt can be downloaded from this page:
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:
Of course, for everything to work, you also need shaders. Just download them from the website:
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:
I see that the topic of ReShade has come up, so I'll interject my three cents. The original ReShade under Linux will not work. However, there is a way to do it - VkBasalt. It's best to check the repository for any ready packages. If not, vkBasalt can be downloaded from this page:
[To see links please log-in or register here]
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:
[To see links please log-in or register here]
Of course, for everything to work, you also need shaders. Just download them from the website:
[To see links please log-in or register here]
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:
Code:
#!/bin/bash
ENABLE_VKBASALT=1 wine /home/user/games/klub17/Binaries/TK17-158.001.exe