DadSchoorse / vkBasalt

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

help with apllying shaders files #164

Open tuxtergames opened 3 years ago

tuxtergames commented 3 years ago

hello, Trying to make shaders work here and have no success, follow instructions here I made:

cat /etc/vkBasalt.conf

effects is a colon seperated list of effect to use

e.g.: effects = fxaa:cas

effects will be run in order from left to right

one effect can be run multiple times e.g. smaa:smaa:cas

cas - Contrast Adaptive Sharpening

dls - Denoised Luma Sharpening

fxaa - Fast Approximate Anti-Aliasing

smaa - Enhanced Subpixel Morphological Antialiasing

lut - Color LookUp Table

effects = cas::fxaa:smaa:smaa:colorfulness:HQ4X:PPFX_Bloom:ReShadeUI:MXAO

PPFX_Bloom = /home/tuxter/reshade-shaders/Shaders/PPFX_Bloom.fx ReShadeUI = /home/tuxter/reshade-shaders/Shaders/ReShadeUI.fxh MXAO = /home/tuxter/reshade-shaders/Shaders/MXAO.fx colorfulness = /home/tuxter/reshade-shaders/Shaders/Colourfulness.fx HQ4X = /home/tuxter/reshade-shaders/Shaders/HQ4X.fx reshadeTexturePath = "/home/tuxter/reshade-shaders/Textures" reshadeIncludePath = "/home/tuxter/reshade-shaders/Shaders" depthCapture = off

but, after aplying with home key only I can see a little cas applied, lokks like shaders not work, I'll appreciate a little help. heres my log file vkBasalt.log

gripped commented 2 years ago

Line 1 of the log vkBasalt err: no good config file vkbasalt does not find your config file or it's corrupt. You've probably fixed this by now. But if not you can specify a location for vkBasalt.conf with the environment variable VKBASALT_CONFIG_FILE=/path/to/vkBasalt.conf