Another shader options question #471
-
Sorry for dummy question, but idk how to enable motion blur on Complementary Shaders. Tried editing shaders.properties profiles and adding it to #Force Video Settings tab but no way. Help me pleease :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have found a way to change the settings from the shaders files. Obviously you must have unzipped the zip file. I give an example with BSL_shader. Go inside the BSL / shaders / lib folder, inside you will find a file called setting.glsl, open it with a text editor program. All the settings preceded by // will be disabled by default so if you want to have them active you have to delete the // same thing vice versa if you want to disable them add the // in front of the setting |
Beta Was this translation helpful? Give feedback.
I have found a way to change the settings from the shaders files. Obviously you must have unzipped the zip file. I give an example with BSL_shader. Go inside the BSL / shaders / lib folder, inside you will find a file called setting.glsl, open it with a text editor program. All the settings preceded by // will be disabled by default so if you want to have them active you have to delete the // same thing vice versa if you want to disable them add the // in front of the setting