ENBSeries
http://enbdev.com/enbseries/forum/

Pixel Shift In FalloutNV
http://enbdev.com/enbseries/forum/viewtopic.php?f=21&t=5742
Page 2 of 2

Author:  ENBSeries [ 03 Jan 2018, 06:19 ]
Post subject:  Re: Pixel Shift In FalloutNV

Try then open enbeffect.fx with any text editor, find these lines:
Code:
sampler2D _s0 = sampler_state

Code:
sampler2D _s1 = sampler_state

and replace them by the following accordingly:
Code:
sampler2D _s0 : register(s0) = sampler_state

Code:
sampler2D _s1 : register(s1) = sampler_state

And where its written
Code:
MinFilter = POINT;//
MagFilter = POINT;//

replace to these:
Code:
MinFilter = LINEAR;
MagFilter = LINEAR;

Page 2 of 2 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/