(09-26-2010, 01:30 AM)ajvitaly Wrote: Can all the necessary changes needed to take advantage of this be explained clearly in one post? I'm reading through all of it and I'm getting a little confused as to what lines of which files I am supposed to edit.
Okay , listen up :
2 FILES NEED TO BE EDIT in order to let this work smoothly !!
The file that must be edit is (open with notepad) in :
USERNAME-DOCUMENTS-AMNESIA-MAIN-main_settings
you have to change parallax quality to 1 instead of the standard 0.
the other file (for smooth gameplay without lag) is in :
Partition where you installed the game (in my case E) -Amnesia-The Dark Descent-redist-core-shaders- deferred_gbuffer_solid_frag.glsl.
(again) open with notepad ...
use search function to find line :
RayLinearIntersectionSM3(aHeightMap, fSteps, vHeightMapPos, vEyeVec);
and CHANGE IT TO :
RayLinearIntersectionSM2(aHeightMap, vHeightMapPos, vEyeVec);
That"s all ...