The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Enable Parallax Quality for improved texture rendering
Deu sex Offline
Member

Posts: 219
Threads: 26
Joined: Sep 2010
Reputation: 0
#1
Enable Parallax Quality for improved texture rendering

Thanks to a guy called 'sgi', we now have the possibility to enable the true parallax occlusion mapping effect in Amnesia, the dark descent.

Follow thoose instructions :

in the amnesia files, go to the folder : "core" , and after, "shader", and edit the file "deferred_gbuffer_solid_frag.glsl"

at the RELIEF PARALLAX section, there will be a line, its :

RayLinearIntersectionSM3(aHeightMap, fSteps, vHeightMapPos, vEyeVec);

change it to :

RayLinearIntersectionSM2(aHeightMap, vHeightMapPos, vEyeVec);

be careful with the SM3 at SM2 change !!

save the file and close it.




after, go to the folder "launcher" and edit the file "default_main_settings_high.cfg"

go to the line :

ParallaxQuality="0"

and change it to :

ParallaxQuality="1"

save the file and close it.




now launch the game's menu, set "medium" at the graphics settings, and immediatly after, set "high".

launch the game and you will see the difference about texture 3D rendering !
(This post was last modified: 01-29-2013, 04:28 PM by plutomaniac.)
09-23-2010, 01:53 PM
Find


Messages In This Thread
Enable Parallax Quality for improved texture rendering - by Deu sex - 09-23-2010, 01:53 PM



Users browsing this thread: 2 Guest(s)