Please tell me what has happened.
yeh rbm gives me a similar effect and i dont like it. even when using the settings posted here
Press Apply in the top right and everything will look really messed up. If not, then your shaders aren't enabled or your GPU doesn't support something.
fReflectionWideness 80.0fReflectionSamples 32fReflectionReliefHeight 0.5fReflectionAmount 0.25fReflectionFresnelFactor 1.00fReflectionFresnelCurve 30.0
I personally use these settings for a very subtle effect:Code: [Select]fReflectionWideness 80.0fReflectionSamples 32fReflectionReliefHeight 0.5fReflectionAmount 0.25fReflectionFresnelFactor 1.00fReflectionFresnelCurve 30.0
what performance are you getting :I
The black lines are here for everyone, they're meant to set limits to the reflection of things, you wont see the edges of content without them. But they're ugly yes, and pretty random.
//>Global Parameters<\\#define AO_METHOD 1 //[1:6] //-No description given#define AO_TEXSCALE 1 //[0.25:1.00] //-Scale of AO resolution, 1.0 means fullscreen. Lower resolution means less pixels to process and more performance but also less quality.#define AO_SHARPNESS 0.65 //[0.05:2.00] //-No description given#define AO_SHARPNESS_DETECT 2 //[1:2] //-AO must not blur over object edges. 1 : edge detection by depth (old) 2 : edge detection by normal (new). 2 is better but produces some black outlines.#define AO_BLUR_STEPS 20 //[5:15] //-Offset count for AO smoothening. Higher means more smooth AO but also blurrier AO.#define AO_DEBUG 0 //[0:2] //-No description given#define AO_LUMINANCE_CONSIDERATION 1 //[0:1] //-No description given#define AO_LUMINANCE_LOWER 0.3 //[0.0:1.0] //-No description given#define AO_LUMINANCE_UPPER 0.6 //[0.0:1.0] //-No description given#define AO_FADE_START 0.0 //[0.00:1.00] //-Distance from camera where AO starts to fade out. 0.0 means camera itself, 1.0 means infinite distance.//>Global Parameters<\\#define AO_FADE_END 1.00 //[0.00:1.00] //-Distance from camera where AO fades out completely. 0.0 means camera itself, 1.0 means infinite distance.#define AO_ToggleKey RFX_ToggleKey //[undef] //-//>SSAO Settings<\\#define iSSAOSamples 16 //[16:128] //-Amount of samples. Don't set too high or shader compilation time goes through the roof.#define fSSAOSamplingRange 200.0 //[10.0:50.0] //-SSAO sampling range. High range values might need more samples so raise both.#define fSSAODarkeningAmount 1.0 //[0.0:5.0] //-Amount of SSAO corner darkening#define fSSAOBrighteningAmount 0.5 //[0.0:5.0] //-Amount of SSAO edge brightening
It's a shader. It even works in the main menu because it's all post-processing. It doesn't care about the state of the game or indeed what program it's running on as long as it uses OpenGL or DirectX. You can probably use shaders on some text editors.
ReShade will not provide access to the depth buffer if it detects that the target program is using networking (though of course you can edit ReShade to get around that)
Really? Why? So all effects that use the depth buffer do not work in online games? Is there a setting you can change or is the source code released?