   /*-----------------------------------------------------------.   
  /                       Description                           /
  '------------------------------------------------------------/

Game: Win7, Win8 & DX9
GEM version: 1.3
Author: Luciferhawk
Description: Here you can adjust your GEM-Settings.

These are the default settings for GEM 1.3

   /*-----------------------------------------------------------.
  /                      Choose effects                         /
  '-----------------------------------------------------------*/

// Set to 1 for ON or 0 for OFF
#define USE_GEMHD   1 //[0 or 1] GEM : Applies basic GEMShader.
#define USE_GEMHBO  0 //[0 or 1] GEM : Applies HBO like GEMShader.

   /*-----------------------------------------------------------.
  /                  GEM Graphic-Enhancement-Mod settings       /
  '-----------------------------------------------------------*/

// -- GEM HD settings --
#define GQuality 0		//[0 / 1 / 2 / 3 / 4]	Adjust GEM Quality (performance hit on 2).
#define SSAO 0			//[0 or 1] 		Applies SSAO like shadowing effect.
#define GSceneDepth 1.10	//[1.00 to 2.00]	Adjust Darkness of Scenery (standard 1.04) Higher -> darker. 
#define GShadowDepth 0.15	//[0.00 to 2.00]	Adjust Darkness of Shadows (standard 0.80) Lower -> darker.
#define GSat 1.0		//[0.00 to 1.00]	Adjust GEM-Saturation (standard 0.95).
#define GTBright 1.26		//[1.00 to 1.36]	Adjust GEM-TextureBrightness (standard 1.26) Lower -> darker.
#define GCBright 0.80		//[0.00 to 2.00]	Adjust GEM-Contrast (standard 0.70) Lower -> darker.
#define GBloom 0.275		//[0.00 to 1.00]   	Adjust GEM-Bloom effect blended into the final image (standard 0.245).
#define GGrain 0.0335		//[0.00 to 1.00]	Adjust GEM-Grain amount (standard 0.0335)
#define GColorBoost 1		//[0 or 1] 		Applies color boost effect.

// -- GEM HBO settings --
#define GHBOShift 2.0 		//[0.00 to 5.00]	Amount of HBO color shift (standard 2.0).

// -- GEM general settings --
#define GaussStrength 0.1   	//[0.00 to 1.00]   	Amount of blur effect blended into the final image.

// -- GEM optional settings --
#define GEMBlur		0    	//[0.00 or 1.00]	Additional blur on the edges when pressing K
#define GBlurPwr	395	//[300 to 600]		Additional blur on the edges when pressing K (standard 395).
#define GBlurRad	0.00585	//[0.00 to 1.00]	Additional blur radius on the edges when pressing K (standard 0.00585).
#define GBlurFocus	0.5	//[0.00 to 1.00]	Additional blur focus position on the y-axis when pressing K (standard 0.5).

#define ExpEffects	0    	//[0.00 or 1.00]	All new effects like blur & ambiente lightning since GEMv4.2.2
#define gHFlInt 	0.35	//[0.00 to 1.00]	Additional intensity of horizontal flares (standard 0.35).
#define gHFlThresh 	0.40	//[0.00 to 1.00]	Threshold what causes horizontal flares (standard 0.40).

// DO NOT UNCOMMENT THOSE LINES;;THEY ARE ACTIVATED ANYWAY
// -- GEM advanced settings -- 	// only touch these values if you know what you are doing
// key_toggle_GEMBlur = 46 	//Num decimal
// key_toggle_ExpEffects = 122 	//F11 

