S.T.A.L.K.E.R Shadow of Chernobyl
- Author
- Message
-
Offline
- Posts: 7
- Joined: 22 Jan 2014, 16:33
Re: S.T.A.L.K.E.R Shadow of Chernobyl
Sonatine, your screenshots look fantastic. Also in for info. Thanks
-
Offline
- Posts: 5
- Joined: 13 Apr 2013, 21:37
-
Offline
- Posts: 2
- Joined: 06 Feb 2014, 21:58
Re: S.T.A.L.K.E.R Shadow of Chernobyl
Yersinia79, where i can download this ENB Series?You can upload files to mediafire?Thanks.
And where other ENB series on Stalker SOC with Blur?
And where other ENB series on Stalker SOC with Blur?
-
Offline
- Posts: 17
- Joined: 12 Mar 2014, 15:46
Re: S.T.A.L.K.E.R Shadow of Chernobyl
Stalker 1.006 with Autumn Aurora 2, enb 0.176 beta, custom palette and customised enbeffectprepass.fx from Midhrastic enb for Fallout 3:
Imgur Galleries with lots of other pics:
http://imgur.com/a/PgXOX
http://imgur.com/a/Pezoq (Downsampled hires-screenshots)
My settings: (modifications given below are already included).
http://www.sendspace.com/file/bndl62
Modfied settings with sweetfx (more contrast and sharpness)
http://www.sendspace.com/file/3m5iql
-----------------------------------------------------------------
Customisation of enbeffectprepass.fx:
(I'm using the one from Midhras: http://www.nexusmods.com/fallout3/mods/18107/ ; any other with matso-dof should also work with the follwing settings)
Picturesque dof:
Convenient gaming dof:
To avoid a blurry image while aiming you have to move the focus point a little bit up.
Add this line to the internal parameters-section:
and modify these lines in the focussing-code-section:
edit: uploaded new settings, now with enbeffectprepass.fx and a readme
edit: new settings with sweetfx
Imgur Galleries with lots of other pics:
http://imgur.com/a/PgXOX
http://imgur.com/a/Pezoq (Downsampled hires-screenshots)
My settings: (modifications given below are already included).
http://www.sendspace.com/file/bndl62
Modfied settings with sweetfx (more contrast and sharpness)
http://www.sendspace.com/file/3m5iql
-----------------------------------------------------------------
Customisation of enbeffectprepass.fx:
(I'm using the one from Midhras: http://www.nexusmods.com/fallout3/mods/18107/ ; any other with matso-dof should also work with the follwing settings)
Picturesque dof:
Code: Select all
#define fFocusBias 0.035
#define fDofCutoff 0.3
#define fDofBias 0.07
Code: Select all
#define fFocusBias 0.115 //0.1 for clearer vision in the distance
#define fDofCutoff 0.65
#define fDofBias 0.19
Add this line to the internal parameters-section:
Code: Select all
...
//+++++++++++++++++++++++++++++
// Internal parameters, can be modified
//+++++++++++++++++++++++++++++
...
float2 focuspoint=float2(0.5, 0.46); // 0,0 -> upper left ; 1,1 -> lower right
...
Code: Select all
...
// Begin focusing (by Boris Vorontsov)
...
float4 PS_ReadFocus(VS_OUTPUT_POST IN) : COLOR
{
...
float res = tex2D(SamplerDepth, focuspoint.xy).x;
...
}
...
float4 PS_WriteFocus(VS_OUTPUT_POST IN) : COLOR
{
...
float curr = tex2D(SamplerCurr, focuspoint.xy).x;
float prev = tex2D(SamplerPrev, focuspoint.xy).x;
...
}
...
edit: new settings with sweetfx
Last edited by brussell on 04 May 2014, 23:37, edited 6 times in total.
-
Offline
- Posts: 26
- Joined: 24 May 2013, 01:09
Re: S.T.A.L.K.E.R Shadow of Chernobyl
thank you!, I test it
-
Offline
- Posts: 2
- Joined: 21 Mar 2014, 01:25
Re: S.T.A.L.K.E.R Shadow of Chernobyl
Wow It looks awesome, thank you for the config.
-
Offline
- Posts: 6
- Joined: 24 Mar 2014, 01:19
Re: S.T.A.L.K.E.R Shadow of Chernobyl
This doesn't work for me. The enb UI shows up in the game but the effects are not applied. Is this because I have the steam version or because I have an AMD video card?
-
Offline
- Posts: 2
- Joined: 21 Mar 2014, 01:25
Re: S.T.A.L.K.E.R Shadow of Chernobyl
I had the same problem, but it was because i didn't delete the shaders folder. I think that amd cards have problems with this version.thirdeye wrote:This doesn't work for me. The enb UI shows up in the game but the effects are not applied. Is this because I have the steam version or because I have an AMD video card?
-
Offline
- Posts: 17
- Joined: 12 Mar 2014, 15:46
Re: S.T.A.L.K.E.R Shadow of Chernobyl
- disable all sorts of overlays (MSI Afterburner, Fraps, Radeonpro...), also the steam overlay (haven't tested this)thirdeye wrote:This doesn't work for me. The enb UI shows up in the game but the effects are not applied. Is this because I have the steam version or because I have an AMD video card?
- as mentioned in the previous post: disable shader mods by renaming /gamedata/shaders/r2
- i'm using a radeon 7850, so it should work with amd cards, but i can't speak for others of course
- read the included readme.txt for more information
-
Offline
- Posts: 6
- Joined: 24 Mar 2014, 01:19
Re: S.T.A.L.K.E.R Shadow of Chernobyl
Renaming the shaders folder worked! Thanks guys