Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

FXAA Injector - For vanguard

allegriaallegria Member CommonPosts: 682

Been using the Skyrim mod ( FXAA Injector ) with vanguard with pretty cool results )

 

http://skyrim.nexusmods.com/downloads/file.php?id=131

 

I did not use any of the presets there as the tool comes with a UI where you can tweak to your liking. Its really a nice tool, you can be in VG ( PAUSE injector if you want to see before / after )

then..

ALT-TAB out open FXAA tool UI and tweak the settings 

then ..

ALT-TAB back and see results:

 

My current settings:

 


#define USE_ANTI_ALIASING 1


#define USE_PRE_SHARPEN 0


#define USE_BLOOM 1


#define USE_TECHNICOLOR 0


#define USE_TONEMAP 1


#define USE_SEPIA 0


#define USE_POST_SHARPEN 1


#define FXAA_QUALITY__PRESET 1


float fxaaQualitySubpix = 0.6993;


float fxaaQualityEdgeThreshold = 0.0709;


float fxaaQualityEdgeThresholdMin = 0.0289;


bool highQualitySharpen = 0;


float AverageBlur = 0.35;


float CoefficientsBlur = 1.5331;


float CoefficientsOriginal = 2.5331;


float SharpenEdge = 0.405;


float SharpenContour = 0.095;


float BloomThreshold = 15;


float BloomPower = 3.007;


float BloomWidth = 0.0639;


#define TechniAmount 0.11


#define TechniPower 2.8


#define redNegativeAmount 0.99


#define greenNegativeAmount 0.99


#define blueNegativeAmount 0.99


#define Gamma 1.05


#define Exposure 0


#define Saturation 0.375


#define Bleach 0


#define Defog 0


#define ColorTone float3(1.84, 1.15, 0.51)


float SepiaPower = 0.44;


float GreyPower = 0.99;


float Sharpen = 0.098;

Comments

Sign In or Register to comment.