DadSchoorse / vkBasalt

a vulkan post processing layer for linux
zlib License
1.24k stars 52 forks source link

Thread: Post your config files #162

Open Zeioth opened 3 years ago

Zeioth commented 3 years ago

Would be nice to have some copy/paste material to perform quick tests with our games. Do guy guys have some examples?

schumischumi commented 9 months ago

I use the presets from Skyshade II ReShade by copying the textures from https://github.com/crosire/reshade-shaders over it and this is my config file (vkBasalt.conf):

effects = clarity:liftgammagain:ambientlight:dpx:vibrance:bloomandlensflares:levels

clarity = "/home/user/steam/steamapps/common/skyrimreshade/shaders/Clarity.fx"
liftgammagain = "/home/user/steam/steamapps/common/skyrimreshade/shaders/LiftGammaGain.fx"
ambientlight = "/home/user/steam/steamapps/common/skyrimreshade/shaders/AmbientLight.fx"
dpx = "/home/user/steam/steamapps/common/skyrimreshade/shaders/DPX.fx"
vibrance = "/home/user/steam/steamapps/common/skyrimreshade/shaders/Vibrance.fx"
lut = "/home/user/steam/steamapps/common/skyrimreshade/shaders/LUT.fx"
bloomandlensflares = "/home/user/steam/steamapps/common/skyrimreshade/shaders/Bloom.fx"
levels = "/home/user/steam/steamapps/common/skyrimreshade/shaders/Levels.fx"
reshadeTexturePath = "/home/user/steam/steamapps/common/skyrimreshade/textures"
reshadeIncludePath = "/home/user/steam/steamapps/common/skyrimreshade/shaders"

Most of it works great, besides LUT. In the log it says "bad LUT" and that's it.