- Posts: 3
MW3 - Depth [FIXED - Solution in Answer]
- ReeDy
-
Topic Author
- Offline
Less More
1 year 5 months ago - 1 year 5 months ago #1 by ReeDy
MW3 - Depth [FIXED - Solution in Answer] was created by ReeDy
Basically it is only not working on my mw3 so far. (Mw2 and other games do work with the latest reshade version - 4.3.0)
I tried older versions - didnt work (3.4 and 4.0)
Antialiasing was set OFF
even tried in-game DOF turned OFF
Global Preprocessor Definitions are set correctly
PreprocessorDefinitions=RESHADE_DEPTH_LINEARIZATION_FAR_PLANE=1000.0,
RESHADE_DEPTH_INPUT_IS_UPSIDE_DOWN=0,
RESHADE_DEPTH_INPUT_IS_REVERSED=0,
RESHADE_DEPTH_INPUT_IS_LOGARITHMIC=0
but somehow the DisplayDepth doesnt work.
Any advice or help
- ReeDy
I tried older versions - didnt work (3.4 and 4.0)
Antialiasing was set OFF
even tried in-game DOF turned OFF
Global Preprocessor Definitions are set correctly
PreprocessorDefinitions=RESHADE_DEPTH_LINEARIZATION_FAR_PLANE=1000.0,
RESHADE_DEPTH_INPUT_IS_UPSIDE_DOWN=0,
RESHADE_DEPTH_INPUT_IS_REVERSED=0,
RESHADE_DEPTH_INPUT_IS_LOGARITHMIC=0
but somehow the DisplayDepth doesnt work.
Any advice or help

- ReeDy
Last edit: 1 year 5 months ago by ReeDy.
Please Log in or Create an account to join the conversation.
- ReeDy
-
Topic Author
- Offline
Less More
- Posts: 3
1 year 5 months ago #2 by ReeDy
Replied by ReeDy on topic MW3 - Depth
I found the solution after testing and trying out for multiple hours
[SOLUTION]
If you are using your own cfg and want to use reshade make sure you add the ingame setting "image quality" to NATIVE and then turn OFF AA (antialiasing)
Also PreprocessorDefinitions =
RESHADE_DEPTH_LINEARIZATION_FAR_PLANE=1000.0,
RESHADE_DEPTH_INPUT_IS_UPSIDE_DOWN=0,
RESHADE_DEPTH_INPUT_IS_REVERSED=0,
RESHADE_DEPTH_INPUT_IS_LOGARITHMIC=0
[SOLUTION]
If you are using your own cfg and want to use reshade make sure you add the ingame setting "image quality" to NATIVE and then turn OFF AA (antialiasing)
Also PreprocessorDefinitions =
RESHADE_DEPTH_LINEARIZATION_FAR_PLANE=1000.0,
RESHADE_DEPTH_INPUT_IS_UPSIDE_DOWN=0,
RESHADE_DEPTH_INPUT_IS_REVERSED=0,
RESHADE_DEPTH_INPUT_IS_LOGARITHMIC=0
Please Log in or Create an account to join the conversation.
- brazzjazz
-
- Offline
Less More
- Posts: 191
1 year 5 months ago #3 by brazzjazz
Replied by brazzjazz on topic MW3 - Depth
Thanks for being so thoughtful as to post the solution as well!
Please Log in or Create an account to join the conversation.