Hi, does anyone know if it's possible to remove this fog/smoke or whatever it is in the game? I hate it and would like to remove it completely if possible...
Hi, the depth buffer preprocessor settings were not included so i have added them in the 1.6 version. if you want to do it manually you can just check [depth is inverted] and [depth is upside down] in the preprocesor options in reshade.
or add this to the General secion of your reshade.ini PreprocessorDefinitions=RESHADE_DEPTH_LINEARIZATION_FAR_PLANE=1000.0,RESHADE_DEPTH_INPUT_IS_UPSIDE_DOWN=1,RESHADE_DEPTH_INPUT_IS_REVERSED=1,RESHADE_DEPTH_INPUT_IS_LOGARITHMIC=0
11 comments
screenshot
check the shader list and make sure you install those during installation.
if you want to do it manually you can just check [depth is inverted] and [depth is upside down] in the preprocesor options in reshade.
or add this to the General secion of your reshade.ini
PreprocessorDefinitions=RESHADE_DEPTH_LINEARIZATION_FAR_PLANE=1000.0,RESHADE_DEPTH_INPUT_IS_UPSIDE_DOWN=1,RESHADE_DEPTH_INPUT_IS_REVERSED=1,RESHADE_DEPTH_INPUT_IS_LOGARITHMIC=0