ParaB, I strongly suggest you do some modification to these lines:
#define Gamma 1.5
#define Exposure 0.00
By increasing the gamme you've darkened the screen and added contrast (awesome! This game really needs that), but to compensate I reccomend increasing exposure, as this gives a dynamic highlight to the contrast, meaning the whole screen doesn't appear so dark!
My go to is 1.3/0.3 (respectively), as this really fleshes out the shading on aircraft, without darkening the game to the point where an aircraft's dot blends in to the sea before 7pm.
Also, seeing as the only lines you're changing are in one section, could you only post those lines? e.g.
/*------------------------------------------------------------------------------
TONEMAP
------------------------------------------------------------------------------*/
#define Gamma 1.5
#define Exposure 0.00
#define Saturation -0.05 // use negative values for less saturation.
#define BlueShift 0.1 // Higher = more blue in image.
#define Bleach 0.05 // Bleach bypass, higher = stronger effect
#define Defog 0.0 // Strength of Lens Colors.
#define FogColor float4(0.08, 0.28, 0.10, 3.0) //Lens-style color filters for Blue, Red, Yellow, White.
Though I see you're using technicolour as well! What modifications are you doing through that?
|